diff --git a/debian/lenny/applications/abakus/debian/rules b/debian/lenny/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/debian/lenny/applications/abakus/debian/rules +++ b/debian/lenny/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/adept/debian/rules b/debian/lenny/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/debian/lenny/applications/adept/debian/rules +++ b/debian/lenny/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/debian/lenny/applications/amarok/debian/rules b/debian/lenny/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/debian/lenny/applications/amarok/debian/rules +++ b/debian/lenny/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/debian/lenny/applications/basket/debian/rules b/debian/lenny/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/debian/lenny/applications/basket/debian/rules +++ b/debian/lenny/applications/basket/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/bibletime/debian/rules b/debian/lenny/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/debian/lenny/applications/bibletime/debian/rules +++ b/debian/lenny/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/debian/lenny/applications/compizconfig-backend-kconfig/debian/rules b/debian/lenny/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/debian/lenny/applications/compizconfig-backend-kconfig/debian/rules +++ b/debian/lenny/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/desktop-effects-tde/debian/rules b/debian/lenny/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/debian/lenny/applications/desktop-effects-tde/debian/rules +++ b/debian/lenny/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/debian/lenny/applications/digikam/debian/rules b/debian/lenny/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/debian/lenny/applications/digikam/debian/rules +++ b/debian/lenny/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/debian/lenny/applications/dolphin/debian/rules b/debian/lenny/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/debian/lenny/applications/dolphin/debian/rules +++ b/debian/lenny/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/debian/lenny/applications/filelight-l10n/debian/rules b/debian/lenny/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/debian/lenny/applications/filelight-l10n/debian/rules +++ b/debian/lenny/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/filelight/debian/rules b/debian/lenny/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/debian/lenny/applications/filelight/debian/rules +++ b/debian/lenny/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/fusion-icon/debian/rules b/debian/lenny/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/debian/lenny/applications/fusion-icon/debian/rules +++ b/debian/lenny/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/debian/lenny/applications/gtk-qt-engine/debian/rules b/debian/lenny/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/debian/lenny/applications/gtk-qt-engine/debian/rules +++ b/debian/lenny/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/rules b/debian/lenny/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/lenny/applications/gtk3-tqt-engine/debian/rules +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/gwenview-i18n/debian/rules b/debian/lenny/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/debian/lenny/applications/gwenview-i18n/debian/rules +++ b/debian/lenny/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/debian/lenny/applications/gwenview/debian/rules b/debian/lenny/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/debian/lenny/applications/gwenview/debian/rules +++ b/debian/lenny/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/debian/lenny/applications/k3b-i18n/debian/rules b/debian/lenny/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/debian/lenny/applications/k3b-i18n/debian/rules +++ b/debian/lenny/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/debian/lenny/applications/k3b-i18n/debian/source/options b/debian/lenny/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/lenny/applications/k3b-i18n/debian/source/options +++ b/debian/lenny/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/lenny/applications/k3b/debian/control b/debian/lenny/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/debian/lenny/applications/k3b/debian/control +++ b/debian/lenny/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Francois Marier , Fathi Boudra -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/debian/lenny/applications/k3b/debian/rules b/debian/lenny/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/debian/lenny/applications/k3b/debian/rules +++ b/debian/lenny/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/k9copy/debian/rules b/debian/lenny/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/debian/lenny/applications/k9copy/debian/rules +++ b/debian/lenny/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kaffeine-mozilla/debian/rules b/debian/lenny/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/debian/lenny/applications/kaffeine-mozilla/debian/rules +++ b/debian/lenny/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kaffeine/debian/rules b/debian/lenny/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/debian/lenny/applications/kaffeine/debian/rules +++ b/debian/lenny/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/katapult/debian/rules b/debian/lenny/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/debian/lenny/applications/katapult/debian/rules +++ b/debian/lenny/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/debian/lenny/applications/kbarcode/debian/rules b/debian/lenny/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/debian/lenny/applications/kbarcode/debian/rules +++ b/debian/lenny/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kbfx/debian/rules b/debian/lenny/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/debian/lenny/applications/kbfx/debian/rules +++ b/debian/lenny/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/debian/lenny/applications/kbookreader/debian/rules b/debian/lenny/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/debian/lenny/applications/kbookreader/debian/rules +++ b/debian/lenny/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kchmviewer/debian/rules b/debian/lenny/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/debian/lenny/applications/kchmviewer/debian/rules +++ b/debian/lenny/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kcmautostart/debian/rules b/debian/lenny/applications/kcmautostart/debian/rules old mode 100644 new mode 100755 index 242fb2c84..9bed17b05 --- a/debian/lenny/applications/kcmautostart/debian/rules +++ b/debian/lenny/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kcmldap/debian/changelog b/debian/lenny/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/debian/lenny/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/lenny/applications/kcmldap/debian/compat b/debian/lenny/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/applications/kcmldap/debian/control b/debian/lenny/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/debian/lenny/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaƫl Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/debian/lenny/applications/kcmldap/debian/copyright b/debian/lenny/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/lenny/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/lenny/applications/kcmldap/debian/rules b/debian/lenny/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/lenny/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/lenny/applications/kcmldapcontroller/debian/changelog b/debian/lenny/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/debian/lenny/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/lenny/applications/kcmldapcontroller/debian/compat b/debian/lenny/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/applications/kcmldapcontroller/debian/control b/debian/lenny/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/debian/lenny/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/debian/lenny/applications/kcmldapcontroller/debian/copyright b/debian/lenny/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/lenny/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/lenny/applications/kcmldapcontroller/debian/rules b/debian/lenny/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/lenny/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/lenny/applications/kcmldapmanager/debian/changelog b/debian/lenny/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/debian/lenny/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/lenny/applications/kcmldapmanager/debian/compat b/debian/lenny/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/applications/kcmldapmanager/debian/control b/debian/lenny/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/debian/lenny/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/debian/lenny/applications/kcmldapmanager/debian/copyright b/debian/lenny/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/lenny/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/lenny/applications/kcmldapmanager/debian/rules b/debian/lenny/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/lenny/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/lenny/applications/kcpuload/debian/rules b/debian/lenny/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/debian/lenny/applications/kcpuload/debian/rules +++ b/debian/lenny/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/lenny/applications/kdbusnotification/debian/rules b/debian/lenny/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/debian/lenny/applications/kdbusnotification/debian/rules +++ b/debian/lenny/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/lenny/applications/kdiff3/debian/rules b/debian/lenny/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/debian/lenny/applications/kdiff3/debian/rules +++ b/debian/lenny/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kdirstat/debian/rules b/debian/lenny/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/debian/lenny/applications/kdirstat/debian/rules +++ b/debian/lenny/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/lenny/applications/kdpkg/debian/rules b/debian/lenny/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/debian/lenny/applications/kdpkg/debian/rules +++ b/debian/lenny/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/keep/debian/rules b/debian/lenny/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/debian/lenny/applications/keep/debian/rules +++ b/debian/lenny/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kerberostray/debian/rules b/debian/lenny/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/lenny/applications/kerberostray/debian/rules +++ b/debian/lenny/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kerry/debian/rules b/debian/lenny/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/debian/lenny/applications/kerry/debian/rules +++ b/debian/lenny/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/debian/lenny/applications/kgtk-qt3/debian/rules b/debian/lenny/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/debian/lenny/applications/kgtk-qt3/debian/rules +++ b/debian/lenny/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/kile/debian/rules b/debian/lenny/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/debian/lenny/applications/kile/debian/rules +++ b/debian/lenny/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kima/debian/rules b/debian/lenny/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/debian/lenny/applications/kima/debian/rules +++ b/debian/lenny/applications/kima/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/debian/lenny/applications/kio-apt/debian/rules b/debian/lenny/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/debian/lenny/applications/kio-apt/debian/rules +++ b/debian/lenny/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kio-locate/debian/rules b/debian/lenny/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/debian/lenny/applications/kio-locate/debian/rules +++ b/debian/lenny/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/kio-umountwrapper/debian/rules b/debian/lenny/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/debian/lenny/applications/kio-umountwrapper/debian/rules +++ b/debian/lenny/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kiosktool/debian/rules b/debian/lenny/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/debian/lenny/applications/kiosktool/debian/rules +++ b/debian/lenny/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kmplayer/debian/rules b/debian/lenny/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/debian/lenny/applications/kmplayer/debian/rules +++ b/debian/lenny/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kmyfirewall/debian/rules b/debian/lenny/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/debian/lenny/applications/kmyfirewall/debian/rules +++ b/debian/lenny/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kmymoney/debian/rules b/debian/lenny/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/debian/lenny/applications/kmymoney/debian/rules +++ b/debian/lenny/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/lenny/applications/knemo/debian/rules b/debian/lenny/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/debian/lenny/applications/knemo/debian/rules +++ b/debian/lenny/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/knetload/debian/rules b/debian/lenny/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/debian/lenny/applications/knetload/debian/rules +++ b/debian/lenny/applications/knetload/debian/rules @@ -9,6 +9,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/lenny/applications/knetstats/debian/rules b/debian/lenny/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/debian/lenny/applications/knetstats/debian/rules +++ b/debian/lenny/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/knetworkmanager8/debian/rules b/debian/lenny/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/debian/lenny/applications/knetworkmanager8/debian/rules +++ b/debian/lenny/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/knetworkmanager9/debian/rules b/debian/lenny/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/debian/lenny/applications/knetworkmanager9/debian/rules +++ b/debian/lenny/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/debian/lenny/applications/knetworkmanager9/debian/source/options b/debian/lenny/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/lenny/applications/knetworkmanager9/debian/source/options +++ b/debian/lenny/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/lenny/applications/knights/debian/rules b/debian/lenny/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/debian/lenny/applications/knights/debian/rules +++ b/debian/lenny/applications/knights/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/knowit/debian/rules b/debian/lenny/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/debian/lenny/applications/knowit/debian/rules +++ b/debian/lenny/applications/knowit/debian/rules @@ -14,6 +14,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/knutclient/debian/rules b/debian/lenny/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/debian/lenny/applications/knutclient/debian/rules +++ b/debian/lenny/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/koffice-i18n/debian/rules b/debian/lenny/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/debian/lenny/applications/koffice-i18n/debian/rules +++ b/debian/lenny/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/debian/lenny/applications/koffice/debian/rules b/debian/lenny/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/debian/lenny/applications/koffice/debian/rules +++ b/debian/lenny/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/debian/lenny/applications/konversation/debian/rules b/debian/lenny/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/debian/lenny/applications/konversation/debian/rules +++ b/debian/lenny/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kopete-otr/debian/rules b/debian/lenny/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/lenny/applications/kopete-otr/debian/rules +++ b/debian/lenny/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kpicosim/debian/rules b/debian/lenny/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/debian/lenny/applications/kpicosim/debian/rules +++ b/debian/lenny/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kpilot/debian/rules b/debian/lenny/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/lenny/applications/kpilot/debian/rules +++ b/debian/lenny/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kpowersave-nohal/debian/rules b/debian/lenny/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/debian/lenny/applications/kpowersave-nohal/debian/rules +++ b/debian/lenny/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kpowersave-nohal/debian/source/options b/debian/lenny/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/lenny/applications/kpowersave-nohal/debian/source/options +++ b/debian/lenny/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/lenny/applications/kpowersave/debian/rules b/debian/lenny/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/debian/lenny/applications/kpowersave/debian/rules +++ b/debian/lenny/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kradio/debian/rules b/debian/lenny/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/debian/lenny/applications/kradio/debian/rules +++ b/debian/lenny/applications/kradio/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/krename/debian/rules b/debian/lenny/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/debian/lenny/applications/krename/debian/rules +++ b/debian/lenny/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/lenny/applications/krusader/debian/rules b/debian/lenny/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/debian/lenny/applications/krusader/debian/rules +++ b/debian/lenny/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/ksplash-engine-moodin/debian/rules b/debian/lenny/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/debian/lenny/applications/ksplash-engine-moodin/debian/rules +++ b/debian/lenny/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/ksquirrel/debian/rules b/debian/lenny/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/debian/lenny/applications/ksquirrel/debian/rules +++ b/debian/lenny/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/kstreamripper/debian/rules b/debian/lenny/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/debian/lenny/applications/kstreamripper/debian/rules +++ b/debian/lenny/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/debian/lenny/applications/ksystemlog/debian/rules b/debian/lenny/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/debian/lenny/applications/ksystemlog/debian/rules +++ b/debian/lenny/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/ktechlab/debian/rules b/debian/lenny/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/debian/lenny/applications/ktechlab/debian/rules +++ b/debian/lenny/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/debian/lenny/applications/ktorrent/debian/rules b/debian/lenny/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/debian/lenny/applications/ktorrent/debian/rules +++ b/debian/lenny/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/debian/lenny/applications/kuickshow/debian/rules b/debian/lenny/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/debian/lenny/applications/kuickshow/debian/rules +++ b/debian/lenny/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/kvirc/debian/rules b/debian/lenny/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/debian/lenny/applications/kvirc/debian/rules +++ b/debian/lenny/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/debian/lenny/applications/kvkbd/debian/rules b/debian/lenny/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/debian/lenny/applications/kvkbd/debian/rules +++ b/debian/lenny/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/debian/lenny/applications/kvpnc/debian/rules b/debian/lenny/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/debian/lenny/applications/kvpnc/debian/rules +++ b/debian/lenny/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/debian/lenny/applications/piklab/debian/rules b/debian/lenny/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/debian/lenny/applications/piklab/debian/rules +++ b/debian/lenny/applications/piklab/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/potracegui/debian/rules b/debian/lenny/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/debian/lenny/applications/potracegui/debian/rules +++ b/debian/lenny/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/qt4-tqt-theme-engine/debian/rules b/debian/lenny/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/debian/lenny/applications/qt4-tqt-theme-engine/debian/rules +++ b/debian/lenny/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/debian/lenny/applications/rosegarden/debian/rules b/debian/lenny/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/debian/lenny/applications/rosegarden/debian/rules +++ b/debian/lenny/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/lenny/applications/smartcardauth/debian/rules b/debian/lenny/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/debian/lenny/applications/smartcardauth/debian/rules +++ b/debian/lenny/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/applications/smb4k/debian/rules b/debian/lenny/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/debian/lenny/applications/smb4k/debian/rules +++ b/debian/lenny/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/soundkonverter/debian/rules b/debian/lenny/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/debian/lenny/applications/soundkonverter/debian/rules +++ b/debian/lenny/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/debian/lenny/applications/tde-guidance/debian/rules b/debian/lenny/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/debian/lenny/applications/tde-guidance/debian/rules +++ b/debian/lenny/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/debian/lenny/applications/tde-style-lipstik/debian/rules b/debian/lenny/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/debian/lenny/applications/tde-style-lipstik/debian/rules +++ b/debian/lenny/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/tde-style-qtcurve/debian/rules b/debian/lenny/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/debian/lenny/applications/tde-style-qtcurve/debian/rules +++ b/debian/lenny/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/tde-systemsettings/debian/rules b/debian/lenny/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/debian/lenny/applications/tde-systemsettings/debian/rules +++ b/debian/lenny/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/tdesudo/debian/rules b/debian/lenny/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/debian/lenny/applications/tdesudo/debian/rules +++ b/debian/lenny/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/debian/lenny/applications/tdesvn/debian/rules b/debian/lenny/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/debian/lenny/applications/tdesvn/debian/rules +++ b/debian/lenny/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/tdmtheme/debian/rules b/debian/lenny/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/debian/lenny/applications/tdmtheme/debian/rules +++ b/debian/lenny/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/tellico/debian/rules b/debian/lenny/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/debian/lenny/applications/tellico/debian/rules +++ b/debian/lenny/applications/tellico/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/applications/twin-style-crystal/debian/rules b/debian/lenny/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/debian/lenny/applications/twin-style-crystal/debian/rules +++ b/debian/lenny/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/applications/wlassistant/debian/rules b/debian/lenny/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/debian/lenny/applications/wlassistant/debian/rules +++ b/debian/lenny/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/applications/yakuake/debian/rules b/debian/lenny/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/debian/lenny/applications/yakuake/debian/rules +++ b/debian/lenny/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/lenny/defaultsettings b/debian/lenny/defaultsettings new file mode 120000 index 000000000..86062d702 --- /dev/null +++ b/debian/lenny/defaultsettings @@ -0,0 +1 @@ +../../ubuntu/maverick/defaultsettings \ No newline at end of file diff --git a/debian/lenny/dependencies/arts/debian/rules b/debian/lenny/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/debian/lenny/dependencies/arts/debian/rules +++ b/debian/lenny/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/debian/lenny/dependencies/avahi-tqt/debian/control b/debian/lenny/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/debian/lenny/dependencies/avahi-tqt/debian/control +++ b/debian/lenny/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Timothy Pearson Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/debian/lenny/dependencies/avahi-tqt/debian/rules b/debian/lenny/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/debian/lenny/dependencies/avahi-tqt/debian/rules +++ b/debian/lenny/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/debian/lenny/dependencies/dbus-1-tqt/debian/rules b/debian/lenny/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/debian/lenny/dependencies/dbus-1-tqt/debian/rules +++ b/debian/lenny/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/dependencies/dbus-tqt/debian/rules b/debian/lenny/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/debian/lenny/dependencies/dbus-tqt/debian/rules +++ b/debian/lenny/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/dependencies/libart-lgpl/debian/rules b/debian/lenny/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/debian/lenny/dependencies/libart-lgpl/debian/rules +++ b/debian/lenny/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/dependencies/libcaldav/debian/rules b/debian/lenny/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/debian/lenny/dependencies/libcaldav/debian/rules +++ b/debian/lenny/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/lenny/dependencies/libcarddav/debian/rules b/debian/lenny/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/debian/lenny/dependencies/libcarddav/debian/rules +++ b/debian/lenny/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/lenny/dependencies/python-tqt/debian/rules b/debian/lenny/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/debian/lenny/dependencies/python-tqt/debian/rules +++ b/debian/lenny/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/lenny/dependencies/qt3/debian/control b/debian/lenny/dependencies/qt3/debian/control index 8b1654d79..e10fbcab1 100644 --- a/debian/lenny/dependencies/qt3/debian/control +++ b/debian/lenny/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/lenny/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/lenny/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/lenny/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/lenny/dependencies/qt3/debian/patches/series b/debian/lenny/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/lenny/dependencies/qt3/debian/patches/series +++ b/debian/lenny/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/lenny/dependencies/qt3/debian/rules b/debian/lenny/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/debian/lenny/dependencies/qt3/debian/rules +++ b/debian/lenny/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/lenny/dependencies/sip4-tqt/debian/rules b/debian/lenny/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/debian/lenny/dependencies/sip4-tqt/debian/rules +++ b/debian/lenny/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/debian/lenny/dependencies/tqca-tls/debian/rules b/debian/lenny/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/debian/lenny/dependencies/tqca-tls/debian/rules +++ b/debian/lenny/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/dependencies/tqscintilla/debian/rules b/debian/lenny/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/debian/lenny/dependencies/tqscintilla/debian/rules +++ b/debian/lenny/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/lenny/dependencies/tqt3/debian/control b/debian/lenny/dependencies/tqt3/debian/control index b784036f1..75c905a54 100644 --- a/debian/lenny/dependencies/tqt3/debian/control +++ b/debian/lenny/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/lenny/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/lenny/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/lenny/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/lenny/dependencies/tqt3/debian/patches/series b/debian/lenny/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/lenny/dependencies/tqt3/debian/patches/series +++ b/debian/lenny/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/lenny/dependencies/tqt3/debian/rules b/debian/lenny/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/debian/lenny/dependencies/tqt3/debian/rules +++ b/debian/lenny/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/lenny/dependencies/tqtinterface/debian/rules b/debian/lenny/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/debian/lenny/dependencies/tqtinterface/debian/rules +++ b/debian/lenny/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/lenny/libraries/kipi-plugins/debian/rules b/debian/lenny/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/debian/lenny/libraries/kipi-plugins/debian/rules +++ b/debian/lenny/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/lenny/libraries/libkdcraw/debian/rules b/debian/lenny/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/debian/lenny/libraries/libkdcraw/debian/rules +++ b/debian/lenny/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/libraries/libkexiv2/debian/rules b/debian/lenny/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/debian/lenny/libraries/libkexiv2/debian/rules +++ b/debian/lenny/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/debian/lenny/libraries/libkipi/debian/rules b/debian/lenny/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/debian/lenny/libraries/libkipi/debian/rules +++ b/debian/lenny/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/lenny/libraries/libksquirrel/debian/rules b/debian/lenny/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/debian/lenny/libraries/libksquirrel/debian/rules +++ b/debian/lenny/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/libraries/libtdeldap/debian/control b/debian/lenny/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/debian/lenny/libraries/libtdeldap/debian/control +++ b/debian/lenny/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/debian/lenny/libraries/libtdeldap/debian/rules b/debian/lenny/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/lenny/libraries/libtdeldap/debian/rules +++ b/debian/lenny/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/lenny/libraries/libtqt-perl/debian/rules b/debian/lenny/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/debian/lenny/libraries/libtqt-perl/debian/rules +++ b/debian/lenny/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/debian/lenny/libraries/mlt++/debian/rules b/debian/lenny/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/debian/lenny/libraries/mlt++/debian/rules +++ b/debian/lenny/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/libraries/mlt/debian/rules b/debian/lenny/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/debian/lenny/libraries/mlt/debian/rules +++ b/debian/lenny/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/lenny/libraries/pytdeextensions/debian/control b/debian/lenny/libraries/pytdeextensions/debian/control index 0920e9e37..626311320 100644 --- a/debian/lenny/libraries/pytdeextensions/debian/control +++ b/debian/lenny/libraries/pytdeextensions/debian/control @@ -5,7 +5,7 @@ Maintainer: Timothy Pearson Uploaders: Fathi Boudra , Mark Purcell Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, - python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) + python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-all-dev (>= 2.5) Standards-Version: 3.8.4 Package: pytdeextensions-trinity @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/debian/lenny/libraries/pytdeextensions/debian/rules b/debian/lenny/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/debian/lenny/libraries/pytdeextensions/debian/rules +++ b/debian/lenny/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/debian/lenny/libraries/python-trinity/debian/rules b/debian/lenny/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/debian/lenny/libraries/python-trinity/debian/rules +++ b/debian/lenny/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/lenny/metapackages/meta-tde/debian/README.Debian b/debian/lenny/metapackages/meta-tde/debian/README.Debian new file mode 100644 index 000000000..6591fa872 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/README.Debian @@ -0,0 +1,14 @@ +kde -- a metapackage for KDE +kde-core -- a metapackage for KDE core +kde-devel -- a metapackage for developing KDE Applications +---------------------------------------------------------------------------- + +This package is a metapackage, meaning that its purpose is to contain +dependencies for a complete, Debian-based environment for KDE 3. + +This package also carries optional 'Recommends' and/or 'Suggests' +package suggestions. The packages listed are suggested for +installation, but not required. + +Please file a wishlist bug against the package if you feel there are +additional packages that ought to be included with this meta-package. diff --git a/debian/lenny/metapackages/meta-tde/debian/changelog b/debian/lenny/metapackages/meta-tde/debian/changelog new file mode 100644 index 000000000..7c5da1b8f --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/changelog @@ -0,0 +1,617 @@ +meta-kde-trinity (5:54) squeeze; urgency=low + + * Trinity version + + -- Timothy Pearson Mon, 05 Jul 2010 12:08:00 -0600 + +meta-kde (5:48) unstable; urgency=low + + * Remove kde-amusements. + * Update to debhelper compat 6. + * Update to Standards-Version 3.7.3, no changes required. + * Update Uploaders. + * Update copyright file. + * Move Homepage to source field. + * Update 4:3.4.3 to 4:3.5.5 now this is the KDE version in stable, + and from 1.4.2 to 1.5.5 for arts. + * Update rules file. + * Add kdbg, kdevelop (>= 4:3.3.2), kprof to kde-devel Suggests. This was + installed by, now removed, kde-devel-extras. + + -- Ana Beatriz Guerrero Lopez Fri, 18 Jan 2008 21:14:55 +0100 + +meta-kde (5:47) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Version the metapackages' dependencies, making the metapackages + more useful for backporters. + + -- Debian Qt/KDE Maintainers Thu, 11 May 2006 20:04:40 -0400 + +meta-kde (5:46) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Add kdeaccessiblity to kde's depends, and clarify the verbiage noting that + kde doesn't depend on development packages. (Closes: #353496) + + * Remove dependency on fontconfig, since libqt3-mt already depends on it. + + -- Debian Qt/KDE Maintainers Wed, 10 May 2006 19:35:02 -0400 + +meta-kde (5:45) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Remove the kdelibs3-bin dummy transitional package, as Sarge is out + and thus Woody --> Sarge upgrades are no longer a concern. + (Closes: #327548) + + -- Debian Qt/KDE Maintainers Sat, 10 Sep 2005 18:40:13 -0400 + +meta-kde (5:44) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Overhaul the package descriptions. + + -- Debian Qt/KDE Maintainers Mon, 14 Mar 2005 14:24:50 -0500 + +meta-kde (5:43) unstable; urgency=low + + * Added kdelibs3-bin dummy package to aid woody transitions. + + -- Riku Voipio Tue, 14 Dec 2004 00:12:46 +0200 + +meta-kde (5:42) unstable; urgency=medium + + * The "why is kde in debian still 3.1.2" Release + * Disconnect meta-kde version numbers from kde. + * Change quanta to kdewebdev (Closes: #256574) + * Fix a typo (Closes: #231491) + * Suggest x-window-system-core (Closes: #237649) + * Add myself as uploaders + + -- Riku Voipio Tue, 16 Nov 2004 19:10:41 +0000 + +meta-kde (4:3.1.2) unstable; urgency=low + + * Split unofficial KDE packages into meta-kde-extras source. + * Fixed a typo in description. (Closes: #190718) + + -- Christopher L Cheney Tue, 6 Jan 2004 02:00:00 -0600 + +meta-kde (4:3.1.1) unstable; urgency=low + + * Fixed a typo in description. + + -- Christopher L Cheney Mon, 21 Apr 2003 00:30:00 -0500 + +meta-kde (4:3.1.0) unstable; urgency=low + + * Updated for KDE 3.1.1. (Closes: #135796, #182474, #188385) + * KDM is now only Recommended. (Closes: #123466) + * Bibletime is no longer in kde-extras due to being KDE2. (Closes: #158561) + + -- Christopher L Cheney Sun, 13 Apr 2003 19:00:00 -0500 + +meta-kde (4:2.2.25) unstable; urgency=high + + * Removed kyahoo from kde-extras. Closes: #144708 (RC) + Arn't meta packages fun, sigh. + + -- Joey Hess Sat, 27 Apr 2002 11:39:45 -0400 + +meta-kde (4:2.2.24) unstable; urgency=high + + * Move a few more deps around + * kamera wasn't even in the list + + -- Ivan E. Moore II Thu, 14 Mar 2002 11:55:00 -0700 + +meta-kde (4:2.2.23) unstable; urgency=low + + * A few more + + -- Ivan E. Moore II Mon, 11 Mar 2002 22:00:00 -0700 + +meta-kde (4:2.2.22) unstable; urgency=low + + * knapster2, kdestudio, kdesdk, and kdepim don't build on all archs + + -- Ivan E. Moore II Mon, 11 Mar 2002 11:00:00 -0700 + +meta-kde (4:2.2.21) unstable; urgency=low + + * One more cleanup. Now we are just waiting on hppa to catch up + + -- Ivan E. Moore II Sat, 09 Mar 2002 21:40:00 -0700 + +meta-kde (4:2.2.20) unstable; urgency=low + + * Remove kfilereplace + * Move several packages to suggests as they are either buggy or not + avail on all archs + + -- Ivan E. Moore II Sat, 09 Mar 2002 02:52:00 -0700 + +meta-kde (4:2.2.19) unstable; urgency=low + + * Change maintainer + + -- Ivan E. Moore II Sun, 17 Feb 2002 18:00:00 -0700 + +meta-kde (4:2.2.18) unstable; urgency=low + + * Fix spelling (Closes: #124411, #124784) + + -- Ivan E. Moore II Mon, 17 Dec 2001 15:16:00 -0700 + +meta-kde (4:2.2.17) unstable; urgency=low + + * Allow for kde3 co-existance + + -- Ivan E. Moore II Sun, 16 Dec 2001 05:23:00 -0700 + +meta-kde (4:2.2.16) unstable; urgency=low + + * Move kdemultimedia based packages to Suggests since they are not + available for all released archs. + + -- Ivan E. Moore II Sun, 02 Dec 2001 23:46:00 -0700 + +meta-kde (4:2.2.15) unstable; urgency=low + + * Remove pointers to -cvs packages + * Don't need these versions for woody's release so get rid of them. + * Cleanup changelog + + -- Ivan E. Moore II Thu, 29 Nov 2001 06:56:00 -0700 + +meta-kde (4:2.2.14) unstable; urgency=low + + * Remove recommends of libssl as that breaks policy + + -- Ivan E. Moore II Thu, 22 Nov 2001 22:58:00 -0700 + +meta-kde (4:2.2.13) unstable; urgency=low + + * Add info on sub-pixel AA + * 2.2.2 branding + + -- Ivan E. Moore II Mon, 19 Nov 2001 23:10:00 -0700 + +meta-kde (4:2.2.12) unstable; urgency=low + + * drop back to 2.2.1 until I upload 2.2.2 just to keep things sane + + -- Ivan E. Moore II Fri, 16 Nov 2001 00:28:00 -0700 + +meta-kde (4:2.2.11) unstable; urgency=low + + * Tweak deps so that one could intermix arts stuff from kde3-cvs with kde2 + stuff + * Add libssl0.9.6 recommends just to be nice + + -- Ivan E. Moore II Sat, 10 Nov 2001 20:28:00 -0700 + +meta-kde (4:2.2.10) unstable; urgency=low + + * Updated for KDE 2.2.2 and Qt 2.3.2 + * Remove pointers to any crypto packages + + -- Ivan E. Moore II Fri, 09 Nov 2001 11:17:00 -0700 + +meta-kde (4:2.2.9) unstable; urgency=low + + * Add korinico and kreatecd + + -- Ivan E. Moore II Tue, 30 Oct 2001 22:30:00 -0700 + +meta-kde (4:2.2.8) unstable; urgency=low + + * Replace kmsn with kmerlin (Closes: #116828) + + -- Ivan E. Moore II Wed, 24 Oct 2001 10:01:00 -0700 + +meta-kde (4:2.2.7) unstable; urgency=low + + * Update versioned deps and remove unnecessary ones + * Update Standards version + * Change Build-Depends to Build-Depends-Indep since the packages being + created are indep packages and not binary specific. + * Update XftConfig example + + -- Ivan E. Moore II Sat, 20 Oct 2001 22:24:00 -0700 + +meta-kde (4:2.2.6) unstable; urgency=low + + * Update priorities + * Add ktexmaker2 (Closes: #112573) + + -- Ivan E. Moore II Mon, 17 Sep 2001 14:00:00 -0700 + +meta-kde (4:2.2.5) unstable; urgency=low + + * Updated for 2.2.1 + * Update Xft config file (Closes: #112358) + + -- Ivan E. Moore II Mon, 17 Sep 2001 11:48:00 -0700 + +meta-kde (4:2.2.4) unstable; urgency=low + + * Added knewsticker-scripts (Closes: #110315) + * Add kinkatta + * Add kcd + * Change keuklid to kgeo + + -- Ivan E. Moore II Wed, 29 Aug 2001 00:38:00 -0700 + +meta-kde (4:2.2.3) unstable; urgency=low + + * Remove kups + + -- Ivan E. Moore II Wed, 22 Aug 2001 18:45:00 -0700 + +meta-kde (4:2.2.2) unstable; urgency=low + + * Add missing packages (Closes: #109373) + * Add missing games (Closes: #109433) + + -- Ivan E. Moore II Wed, 21 Aug 2001 00:01:00 -0700 + +meta-kde (4:2.2.1) unstable; urgency=low + + * Remove skam (Closes: #109019) + + -- Ivan E. Moore II Fri, 17 Aug 2001 08:50:00 -0700 + +meta-kde (4:2.2) unstable; urgency=low + + * Update deps for final 2.2 packages - actually do version deps so that + those who just like updating the meta-package won't get hosed...this + would only be an issue for those in testing/sid land. I think for final + release I'll take out the version deps to cut down on Packages size and + all...plus there really is no need for it for the release. I can go + back to versioned deps afterwards. + * add conflicts for old task-* packages...let's make sure they get removed + * Packages removed from kde-extras: kaim + kaim had to change it's name due to AOL being stupid and claiming TM on + the name AIM and use of it. I'll add the new package name once I get + packages built for it. They plon on a 1.00 release under the new name + however it still isn't available. The new name is kinkatta. + * New packages added to kde-extras: kooka, libkscan1, kandy, kmsn, + skam, mp3kult, licq-plugin-kde, knapster2, kaptain, wordtrans-kde + * New packages added to kde-devel: kspy, kbabel + * New packages added to kde: kdelibs3-crypto, kdebase-crypto, kdessh, + aktion, kde-i18n (all as suggests) + * New packages added to kde-games: kdecarddecks + * Moved kde-games from a suggests to a recommends for kde. + * Moved plugins and artwork from kde to kde-extras + * Change dep for kdm to kdm | x-display-manager which will exist soon. + * Install the Readme into the kde-extras package like the others. + + -- Ivan E. Moore II Fri, 10 Aug 2001 03:22:00 -0700 + +meta-kde (4:2.1.44) unstable; urgency=low + + * Fix libkmid | libkmid-alsa dep (Closes: #107585) + + -- Ivan E. Moore II Fri, 03 Aug 2001 11:28:00 -0700 + +meta-kde (4:2.1.43) unstable; urgency=low + + * Fix typo (Closes: #107371) + + -- Ivan E. Moore II Wed, 01 Aug 2001 09:49:00 -0700 + +meta-kde (4:2.1.42) unstable; urgency=low + + * br translations for debconf (Closes: #107033) + + -- Ivan E. Moore II Mon, 30 Jul 2001 00:58:00 -0700 + +meta-kde (4:2.1.41) unstable; urgency=low + + * Remove kamera...got ahead of myself + + -- Ivan E. Moore II Fri, 27 Jul 2001 20:27:00 -0700 + +meta-kde (4:2.1.40) unstable; urgency=low + + * Remove ksysctrl + * Update note about NVidia drivers in howto + * Add kamera + + -- Ivan E. Moore II Fri, 27 Jul 2001 00:49:00 -0700 + +meta-kde (4:2.1.39) unstable; urgency=low + + * Remove old dep on ktimemon + * Update descriptions + * Fix deps (Closes: #106425) + + -- Ivan E. Moore II Wed, 25 Jul 2001 03:37:00 -0700 + +meta-kde (4:2.1.38) unstable; urgency=low + + * Set some versioning for certain key packages + * add some or's (Closes: #96809) + + -- Ivan E. Moore II Thu, 19 Jul 2001 14:36:00 -0700 + +meta-kde (4:2.1.37) unstable; urgency=low + + * Get rid of task- prefixes since they are closer to meta packages than + tasks and tasks are handled differently now + * Change source package name to meta-kde to avoid confusion + + -- Ivan E. Moore II Tue, 17 Jul 2001 13:47:00 -0700 + +task-kde (4:2.1.36) unstable; urgency=low + + * Fix typo - thanks Martin Sj|gren + * Swedish tranlations (Closes: #103141) + + -- Ivan E. Moore II Mon, 02 Jul 2001 23:00:00 -0700 + +task-kde (4:2.1.35) unstable; urgency=low + + * kworldwatch -> kworldclock + * add kdeartwork and the addons bits + + -- Ivan E. Moore II Fri, 29 Jun 2001 20:00:00 -0700 + +task-kde (4:2.1.34) unstable; urgency=low + + * Update for 2.2 + + -- Ivan E. Moore II Thu, 28 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.33) unstable; urgency=low + + * Add konverse (Closes: #101037) + + -- Ivan E. Moore II Mon, 18 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.32) unstable; urgency=low + + * Add kleandisk (Closes: #98175) + + -- Ivan E. Moore II Wed, 23 May 2001 12:06:00 -0700 + +task-kde (4:2.1.31) unstable; urgency=low + + * Add keuklid (Closes: #98046) + + -- Ivan E. Moore II Tue, 22 May 2001 00:35:00 -0700 + +task-kde (4:2.1.30) unstable; urgency=low + + * Fix task issue (Closes: #97308, #97309) + + -- Ivan E. Moore II Sun, 13 May 2001 02:10:00 -0700 + +task-kde (4:2.1.29) unstable; urgency=low + + * New depends: kscreensaver, kdebase-audiolibs + + -- Ivan E. Moore II Sat, 12 May 2001 01:11:00 -0700 + +task-kde (4:2.1.28) unstable; urgency=low + + * new translations for debconf (Closes: #96515) + + -- Ivan E. Moore II Sun, 06 May 2001 18:22:00 -0700 + +task-kde (4:2.1.27) unstable; urgency=low + + * Add kweather (Closes: #96370) + * Happy birthday dad! + + -- Ivan E. Moore II Sat, 05 May 2001 02:13:00 -0700 + +task-kde (4:2.1.26) unstable; urgency=low + + * More dependency updates + * Update descriptions + + -- Ivan E. Moore II Fri, 04 May 2001 03:53:00 -0700 + +task-kde (4:2.1.24) unstable; urgency=low + + * Major cleanup + Removed all |'s from task packages + Removed all Suggests from task packages + Removed all Recommends from task packages + New task-kde-extras package which will contain all non-essential kde + packages including those considered to *possibly* open up security + risks such as required a ftp server or a talkd server. + + -- Ivan E. Moore II Wed, 02 May 2001 00:27:00 -0700 + +task-kde (4:2.1.23) unstable; urgency=low + + * Change Recommends to Suggests for ktalkd (Closes: #95661) + + -- Ivan E. Moore II Sat, 28 Apr 2001 17:46:00 -0700 + +task-kde (4:2.1.22) unstable; urgency=low + + * Changing AA package name to anti-aliasing-howto to keep the task bigots + of my ass. + + -- Ivan E. Moore II Sat, 28 Apr 2001 03:22:00 -0700 + +task-kde (4:2.1.21) unstable; urgency=low + + * More dependency work + + -- Ivan E. Moore II Tue, 24 Apr 2001 17:42:00 -0700 + +task-kde (4:2.1.20) unstable; urgency=low + + * Do kdevelop | kdestudio (Closes: #94377) + + -- Ivan E. Moore II Thu, 19 Apr 2001 10:43:00 -0700 + +task-kde (4:2.1.19) unstable; urgency=low + + * More depends movement. + Move Recommends parts in -dev package to Depends + Move koffice to Recommends from Depends as it's not an official release + + -- Ivan E. Moore II Wed, 18 Apr 2001 01:03:00 -0700 + +task-kde (4:2.1.18) unstable; urgency=low + + * Change Depends to Recommends for xfs since it's not required + * Add in german debconf bit (Closes: #94086) + + -- Ivan E. Moore II Sun, 15 Apr 2001 20:10:00 -0700 + +task-kde (4:2.1.17) unstable; urgency=low + + * Replace individual koffice packages with single "koffice" package + * Move a few packages from Suggests to Depends + * Change Recommends to Depends for task-kde-games + + -- Ivan E. Moore II Sat, 14 Apr 2001 00:27:00 -0700 + +task-kde (4:2.1.16) unstable; urgency=low + + * Add link to Linux Planet tutorial on AA + * Add link to Keith Packard's web page + * Add in bit to XftConfig example for turning of AA for font sizes smaller + than 11pixels. Submitted by Christian Mayrhuber + * Add cervisia to task-kde-devel package + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.15) unstable; urgency=low + + * Update font pathing in XftConfig and README + * Re-arrange some of the depends for task-anti-aliasing due to some of the + items being contrib and non-free. Make all but necessary fonts Suggests. + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.14) unstable; urgency=low + + * Add kaim + * Add kyahoo + * Add aethera + * New package: task-anti-aliasing + This will depend on packages required for AA (Anti Aliasing) support + as well as other suggests/recommends. Added documentation and eventual + debconf configuration and checks to make sure basic items are setup. + + -- Ivan E. Moore II Sat, 07 Apr 2001 03:34:00 -0700 + +task-kde (4:2.1.13) unstable; urgency=low + + * Move klisa from depends to recommends + + -- Ivan E. Moore II Tue, 02 Apr 2001 10:10:00 -0700 + +task-kde (4:2.1.12) unstable; urgency=low + + * Add kcpuload to suggests (Closes: #92016) + * Rearrange kdesdk deps (Closes: #92017) + + -- Ivan E. Moore II Fri, 30 Mar 2001 21:22:00 -0700 + +task-kde (4:2.1.11) unstable; urgency=low + + * Change dependency for lisa to klisa and moving to depends + + -- Ivan E. Moore II Tue, 27 Mar 2001 03:42:00 -0700 + +task-kde (4:2.1.10) unstable; urgency=low + + * New package: task-kde-games which will act like the task-gnome-games and + will recommend all kde based games or toys + + -- Ivan E. Moore II Mon, 26 Mar 2001 11:36:00 -0700 + +task-kde (4:2.1.9) unstable; urgency=low + + * Remove old kformula + + -- Ivan E. Moore II Sun, 11 Mar 2001 23:48:00 -0700 + +task-kde (4:2.1.8) unstable; urgency=low + + * Fix task-kde-devel depends for xlib6g|xlibs + + -- Ivan E. Moore II Sun, 11 Mar 2001 07:25:00 -0700 + +task-kde (4:2.1.7) unstable; urgency=low + + * Add other non-core kde apps to Suggests + + -- Ivan E. Moore II Thu, 08 Mar 2001 02:52:00 -0700 + +task-kde (4:2.1.6) unstable; urgency=low + + * Add Recommend for kprof (Closes: #88659) + + -- Ivan E. Moore II Mon, 05 Mar 2001 23:44:00 -0700 + +task-kde (4:2.1.5) unstable; urgency=low + + * Add in suggests/recommends for some font packages and whatnot needed for + AA use. + + -- Ivan E. Moore II Thu, 01 Mar 2001 07:23:00 -0700 + +task-kde (4:2.1.4) unstable; urgency=low + + * Take into account new qt package + + -- Ivan E. Moore II Fri, 23 Feb 2001 10:15:00 -0700 + +task-kde (4:2.1.3) unstable; urgency=low + + * Adding in depends/recommends/suggests for kdesdk and kdebindings packages + that are either in now or will be with 2.1 + * Adding in missing depends for ldap and cdparanoia -dev + + -- Ivan E. Moore II Tue, 20 Feb 2001 02:37:00 -0700 + +task-kde (4:2.1.2) unstable; urgency=low + + * Updating Depends to not include some non-base type packages and putting + them in recommends/suggests + + -- Ivan E. Moore II Mon, 19 Feb 2001 00:54:00 -0700 + +task-kde (4:2.1.1) unstable; urgency=low + + * Changing depends from libqt2.2-dev to libqt-dev and from kdelibs3-dev + to kdelibs-dev + + -- Ivan E. Moore II Thu, 15 Feb 2001 03:45:00 -0700 + +task-kde (4:2.1.0) unstable; urgency=low + + * Broke out task packages + + -- Ivan E. Moore II Fri, 09 Feb 2001 02:31:00 -0700 + +task-kde (4:2.0.0) unstable; urgency=low + + * More work on nspluginscan to avoid problems with faulty plugins + * Several small bug fixes from upstream + * Adding xutils to task-kde-devel package + * Fixing conflict with kfind (Closes: #83709) + * Fixing default bs for konsole for those not using "linux" or "vt100" + (Closes: #83705) + * Adding notation to konqueror about page about kdelibs3-crypto + * Applying German debconf template (Closes: #83871) + * Should also handle upgrade cleanup better. This is across the board but + affects base more than any other package. (Closes: #83543) + * Fixes problem with symbols in konsole (Closes: #83987) + + -- Ivan E. Moore II Sun, 28 Jan 2001 01:30:00 -0700 diff --git a/debian/lenny/metapackages/meta-tde/debian/compat b/debian/lenny/metapackages/meta-tde/debian/compat new file mode 100644 index 000000000..1e8b31496 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/lenny/metapackages/meta-tde/debian/control b/debian/lenny/metapackages/meta-tde/debian/control new file mode 100644 index 000000000..12ddd9aaf --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/control @@ -0,0 +1,60 @@ +Source: meta-kde-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +Uploaders: Ana Beatriz Guerrero Lopez , Sune Vuorela , Fathi Boudra , Armin Berres +Build-Depends: debhelper (>= 6) +Standards-Version: 3.7.3 +Homepage: http://www.kde.org + +Package: kde-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:47), kde-core-trinity (>= 5:47), kdeedu-trinity (>= 4:3.5.5), kdegames-trinity (>= 4:3.5.5), kdetoys-trinity (>= 4:3.5.5), kdeaccessibility-trinity (>= 4:3.5.5), kdeaddons-trinity (>= 4:3.5.5), kdeadmin-trinity (>= 4:3.5.5), kdeartwork-trinity (>= 4:3.5.5), kdegraphics-trinity (>= 4:3.5.5), kdemultimedia-trinity (>= 4:3.5.5), kdenetwork-trinity (>= 4:3.5.5), kdepim-trinity (>= 4:3.5.5), kdeutils-trinity (>= 4:3.5.5), kdewebdev-trinity (>= 4:3.5.5), desktop-base-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5), x-window-system-core, kdesudo-trinity, debian-kgtk-trinity +Description: the K Desktop Environment official modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes all the official modules released with KDE that + are not specific to development. In addition to the core KDE modules, this + includes multimedia, networking, personal information manager (PIM), + graphics, education, games, web development, system administration tools, + and other artwork and utilities. + + +Package: kde-core-trinity +Architecture: all +Section: kde +Priority: optional +Depends: arts-trinity (>= 1.5.5), kdebase-trinity (>= 4:3.5.5), kdelibs-trinity (>= 4:3.5.5), sudo-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5) +Description: the K Desktop Environment core modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the core official modules released with KDE. This + includes just the basic desktop (browser, file manager, text editor, control + center, panel, etc.) and important libraries and data, in addition to the + aRts soundserver. + +Package: kde-devel-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:48), kdesdk-trinity (>= 4:3.5.5), libartsc0-trinity-dev (>= 1.5.5), libarts1-trinity-dev (>= 1.5.5), kdelibs4-trinity-dev (>= 4:3.5.5), kdebase-trinity-dev (>= 4:3.5.5), libkonq4-trinity-dev (>= 4:3.5.5), qt3-designer +Suggests: kde-i18n-trinity (>= 4:3.5.5), kdbg-trinity, kdevelop-trinity (>= 4:3.3.5), kprof-trinity +Description: the K Desktop Environment development files and modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes official KDE modules that are useful to developers, + including KDE's software development kit (SDK), Qt3's designer tool, and all + core KDE header and development packages. diff --git a/debian/lenny/metapackages/meta-tde/debian/copyright b/debian/lenny/metapackages/meta-tde/debian/copyright new file mode 100644 index 000000000..a007b7115 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Ivan E. Moore II . + +Copyright (C) 2001 Ivan E. Moore II +Copyright (C) 2003 Christopher L. Cheney +Copyright (C) 2004-2008 Debian Qt/KDE Maintainers + +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 of the License, 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 +MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. You should have received a +copy of the GNU General Public License along with this program; if +not, write to the Free Software Foundation, Inc, 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +Please see /usr/share/common-licenses/GPL for the full license. diff --git a/debian/lenny/metapackages/meta-tde/debian/kde-core.README.Debian b/debian/lenny/metapackages/meta-tde/debian/kde-core.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/kde-core.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/lenny/metapackages/meta-tde/debian/kde-devel.README.Debian b/debian/lenny/metapackages/meta-tde/debian/kde-devel.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/kde-devel.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/lenny/metapackages/meta-tde/debian/kde.README.Debian b/debian/lenny/metapackages/meta-tde/debian/kde.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/kde.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/lenny/metapackages/meta-tde/debian/rules b/debian/lenny/metapackages/meta-tde/debian/rules new file mode 100755 index 000000000..a3fbf99a7 --- /dev/null +++ b/debian/lenny/metapackages/meta-tde/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installinfo + dh_installman + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/lenny/metapackages/sudo-trinity/debian/rules b/debian/lenny/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/debian/lenny/metapackages/sudo-trinity/debian/rules +++ b/debian/lenny/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/lenny/tde-i18n/debian/control b/debian/lenny/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/debian/lenny/tde-i18n/debian/control +++ b/debian/lenny/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/debian/lenny/tde-i18n/debian/rules b/debian/lenny/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/debian/lenny/tde-i18n/debian/rules +++ b/debian/lenny/tde-i18n/debian/rules @@ -31,6 +31,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/debian/lenny/tdeaccessibility/debian/rules b/debian/lenny/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/debian/lenny/tdeaccessibility/debian/rules +++ b/debian/lenny/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/debian/lenny/tdeaddons/debian/rules b/debian/lenny/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/debian/lenny/tdeaddons/debian/rules +++ b/debian/lenny/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/debian/lenny/tdeadmin/debian/rules b/debian/lenny/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/debian/lenny/tdeadmin/debian/rules +++ b/debian/lenny/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine 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=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/debian/lenny/tdeartwork/debian/control b/debian/lenny/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/debian/lenny/tdeartwork/debian/control +++ b/debian/lenny/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Sune Vuorela -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/debian/lenny/tdeartwork/debian/rules b/debian/lenny/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/debian/lenny/tdeartwork/debian/rules +++ b/debian/lenny/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/debian/lenny/tdebase/debian/80ubuntu-xmodmap b/debian/lenny/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/debian/lenny/tdebase/debian/80ubuntu-xmodmap +++ b/debian/lenny/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/debian/lenny/tdebase/debian/control b/debian/lenny/tdebase/debian/control index 8e4b8a664..8e9942bce 100644 --- a/debian/lenny/tdebase/debian/control +++ b/debian/lenny/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/debian/lenny/tdebase/debian/rules b/debian/lenny/tdebase/debian/rules index a5183fe19..c72887aaa 100755 --- a/debian/lenny/tdebase/debian/rules +++ b/debian/lenny/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/debian/lenny/tdebindings/debian/rules b/debian/lenny/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/debian/lenny/tdebindings/debian/rules +++ b/debian/lenny/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/debian/lenny/tdeedu/debian/rules b/debian/lenny/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/debian/lenny/tdeedu/debian/rules +++ b/debian/lenny/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/debian/lenny/tdegames/debian/rules b/debian/lenny/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/debian/lenny/tdegames/debian/rules +++ b/debian/lenny/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/debian/lenny/tdegraphics/debian/rules b/debian/lenny/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/debian/lenny/tdegraphics/debian/rules +++ b/debian/lenny/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules index 3c7a4b8a7..44ac6deda 100755 --- a/debian/lenny/tdelibs/debian/rules +++ b/debian/lenny/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/debian/lenny/tdemultimedia/debian/rules b/debian/lenny/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/debian/lenny/tdemultimedia/debian/rules +++ b/debian/lenny/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/debian/lenny/tdenetwork/debian/control b/debian/lenny/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/debian/lenny/tdenetwork/debian/control +++ b/debian/lenny/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius , Sarah Hobbs , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/debian/lenny/tdenetwork/debian/control.in b/debian/lenny/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/debian/lenny/tdenetwork/debian/control.in +++ b/debian/lenny/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/debian/lenny/tdenetwork/debian/rules b/debian/lenny/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/debian/lenny/tdenetwork/debian/rules +++ b/debian/lenny/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/lenny/tdepim/debian/rules b/debian/lenny/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/debian/lenny/tdepim/debian/rules +++ b/debian/lenny/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/debian/lenny/tdesdk/debian/control b/debian/lenny/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/debian/lenny/tdesdk/debian/control +++ b/debian/lenny/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/debian/lenny/tdesdk/debian/rules b/debian/lenny/tdesdk/debian/rules index 66b946ca7..b7a449e9e 100755 --- a/debian/lenny/tdesdk/debian/rules +++ b/debian/lenny/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/lenny/tdetoys/debian/control b/debian/lenny/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/debian/lenny/tdetoys/debian/control +++ b/debian/lenny/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/debian/lenny/tdetoys/debian/rules b/debian/lenny/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/debian/lenny/tdetoys/debian/rules +++ b/debian/lenny/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/debian/lenny/tdeutils/debian/control b/debian/lenny/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/debian/lenny/tdeutils/debian/control +++ b/debian/lenny/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/debian/lenny/tdeutils/debian/rules b/debian/lenny/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/debian/lenny/tdeutils/debian/rules +++ b/debian/lenny/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/lenny/tdevelop/debian/control b/debian/lenny/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/debian/lenny/tdevelop/debian/control +++ b/debian/lenny/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Jeremy Lain -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/debian/lenny/tdevelop/debian/rules b/debian/lenny/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/debian/lenny/tdevelop/debian/rules +++ b/debian/lenny/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/debian/lenny/tdewebdev/debian/rules b/debian/lenny/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/debian/lenny/tdewebdev/debian/rules +++ b/debian/lenny/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/squeeze/applications/abakus/debian/rules b/debian/squeeze/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/debian/squeeze/applications/abakus/debian/rules +++ b/debian/squeeze/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/abakus/debian/source/options b/debian/squeeze/applications/abakus/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/abakus/debian/source/options +++ b/debian/squeeze/applications/abakus/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/adept/debian/rules b/debian/squeeze/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/debian/squeeze/applications/adept/debian/rules +++ b/debian/squeeze/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/debian/squeeze/applications/adept/debian/source/options b/debian/squeeze/applications/adept/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/adept/debian/source/options +++ b/debian/squeeze/applications/adept/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/amarok.cmake/debian/source/options b/debian/squeeze/applications/amarok.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/amarok.cmake/debian/source/options +++ b/debian/squeeze/applications/amarok.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/amarok/debian/rules b/debian/squeeze/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/debian/squeeze/applications/amarok/debian/rules +++ b/debian/squeeze/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/debian/squeeze/applications/amarok/debian/source/options b/debian/squeeze/applications/amarok/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/amarok/debian/source/options +++ b/debian/squeeze/applications/amarok/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/basket/debian/rules b/debian/squeeze/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/debian/squeeze/applications/basket/debian/rules +++ b/debian/squeeze/applications/basket/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/basket/debian/source/options b/debian/squeeze/applications/basket/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/basket/debian/source/options +++ b/debian/squeeze/applications/basket/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/bibletime/debian/rules b/debian/squeeze/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/debian/squeeze/applications/bibletime/debian/rules +++ b/debian/squeeze/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/debian/squeeze/applications/bibletime/debian/source/options b/debian/squeeze/applications/bibletime/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/bibletime/debian/source/options +++ b/debian/squeeze/applications/bibletime/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/compizconfig-backend-kconfig/debian/rules b/debian/squeeze/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/debian/squeeze/applications/compizconfig-backend-kconfig/debian/rules +++ b/debian/squeeze/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/compizconfig-backend-kconfig/debian/source/options b/debian/squeeze/applications/compizconfig-backend-kconfig/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/compizconfig-backend-kconfig/debian/source/options +++ b/debian/squeeze/applications/compizconfig-backend-kconfig/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/desktop-effects-tde/debian/rules b/debian/squeeze/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/debian/squeeze/applications/desktop-effects-tde/debian/rules +++ b/debian/squeeze/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/debian/squeeze/applications/desktop-effects-tde/debian/source/options b/debian/squeeze/applications/desktop-effects-tde/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/desktop-effects-tde/debian/source/options +++ b/debian/squeeze/applications/desktop-effects-tde/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/digikam/debian/rules b/debian/squeeze/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/debian/squeeze/applications/digikam/debian/rules +++ b/debian/squeeze/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/debian/squeeze/applications/digikam/debian/source/options b/debian/squeeze/applications/digikam/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/digikam/debian/source/options +++ b/debian/squeeze/applications/digikam/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/dolphin/debian/rules b/debian/squeeze/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/debian/squeeze/applications/dolphin/debian/rules +++ b/debian/squeeze/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/debian/squeeze/applications/dolphin/debian/source/options b/debian/squeeze/applications/dolphin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/dolphin/debian/source/options +++ b/debian/squeeze/applications/dolphin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/filelight-l10n/debian/rules b/debian/squeeze/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/debian/squeeze/applications/filelight-l10n/debian/rules +++ b/debian/squeeze/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/filelight-l10n/debian/source/options b/debian/squeeze/applications/filelight-l10n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/filelight-l10n/debian/source/options +++ b/debian/squeeze/applications/filelight-l10n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/filelight/debian/rules b/debian/squeeze/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/debian/squeeze/applications/filelight/debian/rules +++ b/debian/squeeze/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/filelight/debian/source/options b/debian/squeeze/applications/filelight/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/filelight/debian/source/options +++ b/debian/squeeze/applications/filelight/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/fusion-icon/debian/rules b/debian/squeeze/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/debian/squeeze/applications/fusion-icon/debian/rules +++ b/debian/squeeze/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/debian/squeeze/applications/fusion-icon/debian/source/options b/debian/squeeze/applications/fusion-icon/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/fusion-icon/debian/source/options +++ b/debian/squeeze/applications/fusion-icon/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/gtk-qt-engine/debian/rules b/debian/squeeze/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/debian/squeeze/applications/gtk-qt-engine/debian/rules +++ b/debian/squeeze/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/debian/squeeze/applications/gtk-qt-engine/debian/source/options b/debian/squeeze/applications/gtk-qt-engine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/gtk-qt-engine/debian/source/options +++ b/debian/squeeze/applications/gtk-qt-engine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/rules b/debian/squeeze/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/rules +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/gwenview-i18n/debian/rules b/debian/squeeze/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/debian/squeeze/applications/gwenview-i18n/debian/rules +++ b/debian/squeeze/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/debian/squeeze/applications/gwenview-i18n/debian/source/options b/debian/squeeze/applications/gwenview-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/gwenview-i18n/debian/source/options +++ b/debian/squeeze/applications/gwenview-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/gwenview/debian/rules b/debian/squeeze/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/debian/squeeze/applications/gwenview/debian/rules +++ b/debian/squeeze/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/debian/squeeze/applications/gwenview/debian/source/options b/debian/squeeze/applications/gwenview/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/gwenview/debian/source/options +++ b/debian/squeeze/applications/gwenview/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/k3b-i18n/debian/rules b/debian/squeeze/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/debian/squeeze/applications/k3b-i18n/debian/rules +++ b/debian/squeeze/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/debian/squeeze/applications/k3b-i18n/debian/source/options b/debian/squeeze/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/k3b-i18n/debian/source/options +++ b/debian/squeeze/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/k3b/debian/control b/debian/squeeze/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/debian/squeeze/applications/k3b/debian/control +++ b/debian/squeeze/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Francois Marier , Fathi Boudra -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/debian/squeeze/applications/k3b/debian/rules b/debian/squeeze/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/debian/squeeze/applications/k3b/debian/rules +++ b/debian/squeeze/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/k3b/debian/source/options b/debian/squeeze/applications/k3b/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/k3b/debian/source/options +++ b/debian/squeeze/applications/k3b/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/k9copy/debian/rules b/debian/squeeze/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/debian/squeeze/applications/k9copy/debian/rules +++ b/debian/squeeze/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/k9copy/debian/source/options b/debian/squeeze/applications/k9copy/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/k9copy/debian/source/options +++ b/debian/squeeze/applications/k9copy/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kaffeine-mozilla/debian/rules b/debian/squeeze/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/debian/squeeze/applications/kaffeine-mozilla/debian/rules +++ b/debian/squeeze/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kaffeine-mozilla/debian/source/options b/debian/squeeze/applications/kaffeine-mozilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kaffeine-mozilla/debian/source/options +++ b/debian/squeeze/applications/kaffeine-mozilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kaffeine/debian/rules b/debian/squeeze/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/debian/squeeze/applications/kaffeine/debian/rules +++ b/debian/squeeze/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kaffeine/debian/source/options b/debian/squeeze/applications/kaffeine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kaffeine/debian/source/options +++ b/debian/squeeze/applications/kaffeine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/katapult/debian/rules b/debian/squeeze/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/debian/squeeze/applications/katapult/debian/rules +++ b/debian/squeeze/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/debian/squeeze/applications/katapult/debian/source/options b/debian/squeeze/applications/katapult/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/katapult/debian/source/options +++ b/debian/squeeze/applications/katapult/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kbarcode/debian/rules b/debian/squeeze/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/debian/squeeze/applications/kbarcode/debian/rules +++ b/debian/squeeze/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kbarcode/debian/source/options b/debian/squeeze/applications/kbarcode/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kbarcode/debian/source/options +++ b/debian/squeeze/applications/kbarcode/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kbfx/debian/rules b/debian/squeeze/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/debian/squeeze/applications/kbfx/debian/rules +++ b/debian/squeeze/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/debian/squeeze/applications/kbfx/debian/source/options b/debian/squeeze/applications/kbfx/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kbfx/debian/source/options +++ b/debian/squeeze/applications/kbfx/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kbookreader/debian/rules b/debian/squeeze/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/debian/squeeze/applications/kbookreader/debian/rules +++ b/debian/squeeze/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kbookreader/debian/source/options b/debian/squeeze/applications/kbookreader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kbookreader/debian/source/options +++ b/debian/squeeze/applications/kbookreader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kchmviewer/debian/rules b/debian/squeeze/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/debian/squeeze/applications/kchmviewer/debian/rules +++ b/debian/squeeze/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kchmviewer/debian/source/options b/debian/squeeze/applications/kchmviewer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kchmviewer/debian/source/options +++ b/debian/squeeze/applications/kchmviewer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kcmautostart/debian/rules b/debian/squeeze/applications/kcmautostart/debian/rules old mode 100644 new mode 100755 index 242fb2c84..9bed17b05 --- a/debian/squeeze/applications/kcmautostart/debian/rules +++ b/debian/squeeze/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kcmldap/debian/changelog b/debian/squeeze/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/debian/squeeze/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/squeeze/applications/kcmldap/debian/compat b/debian/squeeze/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/squeeze/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/squeeze/applications/kcmldap/debian/control b/debian/squeeze/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/debian/squeeze/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaƫl Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/debian/squeeze/applications/kcmldap/debian/copyright b/debian/squeeze/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/squeeze/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/squeeze/applications/kcmldap/debian/rules b/debian/squeeze/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/squeeze/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kcmldapcontroller/debian/changelog b/debian/squeeze/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/debian/squeeze/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/squeeze/applications/kcmldapcontroller/debian/compat b/debian/squeeze/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/squeeze/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/squeeze/applications/kcmldapcontroller/debian/control b/debian/squeeze/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/debian/squeeze/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/debian/squeeze/applications/kcmldapcontroller/debian/copyright b/debian/squeeze/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/squeeze/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/squeeze/applications/kcmldapcontroller/debian/rules b/debian/squeeze/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/squeeze/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kcmldapmanager/debian/changelog b/debian/squeeze/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/debian/squeeze/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/squeeze/applications/kcmldapmanager/debian/compat b/debian/squeeze/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/squeeze/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/squeeze/applications/kcmldapmanager/debian/control b/debian/squeeze/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/debian/squeeze/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/debian/squeeze/applications/kcmldapmanager/debian/copyright b/debian/squeeze/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/squeeze/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/squeeze/applications/kcmldapmanager/debian/rules b/debian/squeeze/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/squeeze/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kcpuload/debian/rules b/debian/squeeze/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/debian/squeeze/applications/kcpuload/debian/rules +++ b/debian/squeeze/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/squeeze/applications/kcpuload/debian/source/options b/debian/squeeze/applications/kcpuload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kcpuload/debian/source/options +++ b/debian/squeeze/applications/kcpuload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kdbusnotification/debian/rules b/debian/squeeze/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/debian/squeeze/applications/kdbusnotification/debian/rules +++ b/debian/squeeze/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/squeeze/applications/kdbusnotification/debian/source/options b/debian/squeeze/applications/kdbusnotification/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kdbusnotification/debian/source/options +++ b/debian/squeeze/applications/kdbusnotification/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kdiff3/debian/rules b/debian/squeeze/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/debian/squeeze/applications/kdiff3/debian/rules +++ b/debian/squeeze/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kdiff3/debian/source/options b/debian/squeeze/applications/kdiff3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kdiff3/debian/source/options +++ b/debian/squeeze/applications/kdiff3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kdirstat/debian/rules b/debian/squeeze/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/debian/squeeze/applications/kdirstat/debian/rules +++ b/debian/squeeze/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kdirstat/debian/source/options b/debian/squeeze/applications/kdirstat/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kdirstat/debian/source/options +++ b/debian/squeeze/applications/kdirstat/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kdpkg/debian/rules b/debian/squeeze/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/debian/squeeze/applications/kdpkg/debian/rules +++ b/debian/squeeze/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kdpkg/debian/source/options b/debian/squeeze/applications/kdpkg/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kdpkg/debian/source/options +++ b/debian/squeeze/applications/kdpkg/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/keep/debian/rules b/debian/squeeze/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/debian/squeeze/applications/keep/debian/rules +++ b/debian/squeeze/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/keep/debian/source/options b/debian/squeeze/applications/keep/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/keep/debian/source/options +++ b/debian/squeeze/applications/keep/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kerberostray/debian/rules b/debian/squeeze/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/squeeze/applications/kerberostray/debian/rules +++ b/debian/squeeze/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kerry/debian/rules b/debian/squeeze/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/debian/squeeze/applications/kerry/debian/rules +++ b/debian/squeeze/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/debian/squeeze/applications/kerry/debian/source/options b/debian/squeeze/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kerry/debian/source/options +++ b/debian/squeeze/applications/kerry/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kgtk-qt3/debian/rules b/debian/squeeze/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/debian/squeeze/applications/kgtk-qt3/debian/rules +++ b/debian/squeeze/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/kgtk-qt3/debian/source/options b/debian/squeeze/applications/kgtk-qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kgtk-qt3/debian/source/options +++ b/debian/squeeze/applications/kgtk-qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kile/debian/rules b/debian/squeeze/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/debian/squeeze/applications/kile/debian/rules +++ b/debian/squeeze/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kile/debian/source/options b/debian/squeeze/applications/kile/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kile/debian/source/options +++ b/debian/squeeze/applications/kile/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kima/debian/rules b/debian/squeeze/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/debian/squeeze/applications/kima/debian/rules +++ b/debian/squeeze/applications/kima/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kima/debian/source/options b/debian/squeeze/applications/kima/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kima/debian/source/options +++ b/debian/squeeze/applications/kima/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kio-apt/debian/rules b/debian/squeeze/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/debian/squeeze/applications/kio-apt/debian/rules +++ b/debian/squeeze/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kio-apt/debian/source/options b/debian/squeeze/applications/kio-apt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kio-apt/debian/source/options +++ b/debian/squeeze/applications/kio-apt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kio-locate/debian/rules b/debian/squeeze/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/debian/squeeze/applications/kio-locate/debian/rules +++ b/debian/squeeze/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/kio-locate/debian/source/options b/debian/squeeze/applications/kio-locate/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kio-locate/debian/source/options +++ b/debian/squeeze/applications/kio-locate/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kio-umountwrapper/debian/rules b/debian/squeeze/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/debian/squeeze/applications/kio-umountwrapper/debian/rules +++ b/debian/squeeze/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kio-umountwrapper/debian/source/options b/debian/squeeze/applications/kio-umountwrapper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kio-umountwrapper/debian/source/options +++ b/debian/squeeze/applications/kio-umountwrapper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kiosktool/debian/rules b/debian/squeeze/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/debian/squeeze/applications/kiosktool/debian/rules +++ b/debian/squeeze/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kiosktool/debian/source/options b/debian/squeeze/applications/kiosktool/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kiosktool/debian/source/options +++ b/debian/squeeze/applications/kiosktool/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kmplayer/debian/rules b/debian/squeeze/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/debian/squeeze/applications/kmplayer/debian/rules +++ b/debian/squeeze/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kmplayer/debian/source/options b/debian/squeeze/applications/kmplayer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kmplayer/debian/source/options +++ b/debian/squeeze/applications/kmplayer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kmyfirewall/debian/rules b/debian/squeeze/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/debian/squeeze/applications/kmyfirewall/debian/rules +++ b/debian/squeeze/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kmyfirewall/debian/source/options b/debian/squeeze/applications/kmyfirewall/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kmyfirewall/debian/source/options +++ b/debian/squeeze/applications/kmyfirewall/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kmymoney/debian/rules b/debian/squeeze/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/debian/squeeze/applications/kmymoney/debian/rules +++ b/debian/squeeze/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/squeeze/applications/kmymoney/debian/source/options b/debian/squeeze/applications/kmymoney/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kmymoney/debian/source/options +++ b/debian/squeeze/applications/kmymoney/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knemo/debian/rules b/debian/squeeze/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/debian/squeeze/applications/knemo/debian/rules +++ b/debian/squeeze/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/knemo/debian/source/options b/debian/squeeze/applications/knemo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knemo/debian/source/options +++ b/debian/squeeze/applications/knemo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knetload/debian/rules b/debian/squeeze/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/debian/squeeze/applications/knetload/debian/rules +++ b/debian/squeeze/applications/knetload/debian/rules @@ -9,6 +9,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/squeeze/applications/knetload/debian/source/options b/debian/squeeze/applications/knetload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knetload/debian/source/options +++ b/debian/squeeze/applications/knetload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knetstats/debian/rules b/debian/squeeze/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/debian/squeeze/applications/knetstats/debian/rules +++ b/debian/squeeze/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/knetstats/debian/source/options b/debian/squeeze/applications/knetstats/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knetstats/debian/source/options +++ b/debian/squeeze/applications/knetstats/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knetworkmanager.cmake/debian/source/options b/debian/squeeze/applications/knetworkmanager.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knetworkmanager.cmake/debian/source/options +++ b/debian/squeeze/applications/knetworkmanager.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knetworkmanager8/debian/rules b/debian/squeeze/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/debian/squeeze/applications/knetworkmanager8/debian/rules +++ b/debian/squeeze/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/knetworkmanager8/debian/source/options b/debian/squeeze/applications/knetworkmanager8/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knetworkmanager8/debian/source/options +++ b/debian/squeeze/applications/knetworkmanager8/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knetworkmanager9/debian/rules b/debian/squeeze/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/debian/squeeze/applications/knetworkmanager9/debian/rules +++ b/debian/squeeze/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/debian/squeeze/applications/knetworkmanager9/debian/source/options b/debian/squeeze/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knetworkmanager9/debian/source/options +++ b/debian/squeeze/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knights/debian/rules b/debian/squeeze/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/debian/squeeze/applications/knights/debian/rules +++ b/debian/squeeze/applications/knights/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/knights/debian/source/options b/debian/squeeze/applications/knights/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knights/debian/source/options +++ b/debian/squeeze/applications/knights/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knowit/debian/rules b/debian/squeeze/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/debian/squeeze/applications/knowit/debian/rules +++ b/debian/squeeze/applications/knowit/debian/rules @@ -14,6 +14,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/knowit/debian/source/options b/debian/squeeze/applications/knowit/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knowit/debian/source/options +++ b/debian/squeeze/applications/knowit/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/knutclient/debian/rules b/debian/squeeze/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/debian/squeeze/applications/knutclient/debian/rules +++ b/debian/squeeze/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/knutclient/debian/source/options b/debian/squeeze/applications/knutclient/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/knutclient/debian/source/options +++ b/debian/squeeze/applications/knutclient/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/koffice-i18n/debian/rules b/debian/squeeze/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/debian/squeeze/applications/koffice-i18n/debian/rules +++ b/debian/squeeze/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/debian/squeeze/applications/koffice-i18n/debian/source/options b/debian/squeeze/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/koffice-i18n/debian/source/options +++ b/debian/squeeze/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/koffice/debian/rules b/debian/squeeze/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/debian/squeeze/applications/koffice/debian/rules +++ b/debian/squeeze/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/debian/squeeze/applications/koffice/debian/source/options b/debian/squeeze/applications/koffice/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/koffice/debian/source/options +++ b/debian/squeeze/applications/koffice/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/konversation/debian/rules b/debian/squeeze/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/debian/squeeze/applications/konversation/debian/rules +++ b/debian/squeeze/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/konversation/debian/source/options b/debian/squeeze/applications/konversation/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/konversation/debian/source/options +++ b/debian/squeeze/applications/konversation/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kopete-otr/debian/rules b/debian/squeeze/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/squeeze/applications/kopete-otr/debian/rules +++ b/debian/squeeze/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kopete-otr/debian/source/options b/debian/squeeze/applications/kopete-otr/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kopete-otr/debian/source/options +++ b/debian/squeeze/applications/kopete-otr/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kpicosim/debian/rules b/debian/squeeze/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/debian/squeeze/applications/kpicosim/debian/rules +++ b/debian/squeeze/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kpicosim/debian/source/options b/debian/squeeze/applications/kpicosim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kpicosim/debian/source/options +++ b/debian/squeeze/applications/kpicosim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kpilot/debian/rules b/debian/squeeze/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/squeeze/applications/kpilot/debian/rules +++ b/debian/squeeze/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kpilot/debian/source/options b/debian/squeeze/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kpilot/debian/source/options +++ b/debian/squeeze/applications/kpilot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kpowersave-nohal/debian/rules b/debian/squeeze/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/debian/squeeze/applications/kpowersave-nohal/debian/rules +++ b/debian/squeeze/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kpowersave-nohal/debian/source/options b/debian/squeeze/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kpowersave-nohal/debian/source/options +++ b/debian/squeeze/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kpowersave.cmake/debian/source/options b/debian/squeeze/applications/kpowersave.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kpowersave.cmake/debian/source/options +++ b/debian/squeeze/applications/kpowersave.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kpowersave/debian/rules b/debian/squeeze/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/debian/squeeze/applications/kpowersave/debian/rules +++ b/debian/squeeze/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kpowersave/debian/source/options b/debian/squeeze/applications/kpowersave/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kpowersave/debian/source/options +++ b/debian/squeeze/applications/kpowersave/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kradio/debian/rules b/debian/squeeze/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/debian/squeeze/applications/kradio/debian/rules +++ b/debian/squeeze/applications/kradio/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/kradio/debian/source/options b/debian/squeeze/applications/kradio/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kradio/debian/source/options +++ b/debian/squeeze/applications/kradio/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/krename/debian/rules b/debian/squeeze/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/debian/squeeze/applications/krename/debian/rules +++ b/debian/squeeze/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/squeeze/applications/krename/debian/source/options b/debian/squeeze/applications/krename/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/krename/debian/source/options +++ b/debian/squeeze/applications/krename/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/krusader/debian/rules b/debian/squeeze/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/debian/squeeze/applications/krusader/debian/rules +++ b/debian/squeeze/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/krusader/debian/source/options b/debian/squeeze/applications/krusader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/krusader/debian/source/options +++ b/debian/squeeze/applications/krusader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/ksplash-engine-moodin/debian/rules b/debian/squeeze/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/debian/squeeze/applications/ksplash-engine-moodin/debian/rules +++ b/debian/squeeze/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/ksplash-engine-moodin/debian/source/options b/debian/squeeze/applications/ksplash-engine-moodin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/ksplash-engine-moodin/debian/source/options +++ b/debian/squeeze/applications/ksplash-engine-moodin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/ksquirrel/debian/rules b/debian/squeeze/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/debian/squeeze/applications/ksquirrel/debian/rules +++ b/debian/squeeze/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/ksquirrel/debian/source/options b/debian/squeeze/applications/ksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/ksquirrel/debian/source/options +++ b/debian/squeeze/applications/ksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kstreamripper/debian/rules b/debian/squeeze/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/debian/squeeze/applications/kstreamripper/debian/rules +++ b/debian/squeeze/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/debian/squeeze/applications/kstreamripper/debian/source/options b/debian/squeeze/applications/kstreamripper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kstreamripper/debian/source/options +++ b/debian/squeeze/applications/kstreamripper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/ksystemlog/debian/rules b/debian/squeeze/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/debian/squeeze/applications/ksystemlog/debian/rules +++ b/debian/squeeze/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/ksystemlog/debian/source/options b/debian/squeeze/applications/ksystemlog/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/ksystemlog/debian/source/options +++ b/debian/squeeze/applications/ksystemlog/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/ktechlab/debian/rules b/debian/squeeze/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/debian/squeeze/applications/ktechlab/debian/rules +++ b/debian/squeeze/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/debian/squeeze/applications/ktechlab/debian/source/options b/debian/squeeze/applications/ktechlab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/ktechlab/debian/source/options +++ b/debian/squeeze/applications/ktechlab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/ktorrent/debian/rules b/debian/squeeze/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/debian/squeeze/applications/ktorrent/debian/rules +++ b/debian/squeeze/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/debian/squeeze/applications/ktorrent/debian/source/options b/debian/squeeze/applications/ktorrent/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/ktorrent/debian/source/options +++ b/debian/squeeze/applications/ktorrent/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kuickshow/debian/rules b/debian/squeeze/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/debian/squeeze/applications/kuickshow/debian/rules +++ b/debian/squeeze/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/kuickshow/debian/source/options b/debian/squeeze/applications/kuickshow/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kuickshow/debian/source/options +++ b/debian/squeeze/applications/kuickshow/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kvirc/debian/rules b/debian/squeeze/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/debian/squeeze/applications/kvirc/debian/rules +++ b/debian/squeeze/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/debian/squeeze/applications/kvirc/debian/source/options b/debian/squeeze/applications/kvirc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kvirc/debian/source/options +++ b/debian/squeeze/applications/kvirc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kvkbd/debian/rules b/debian/squeeze/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/debian/squeeze/applications/kvkbd/debian/rules +++ b/debian/squeeze/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/debian/squeeze/applications/kvkbd/debian/source/options b/debian/squeeze/applications/kvkbd/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kvkbd/debian/source/options +++ b/debian/squeeze/applications/kvkbd/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/kvpnc/debian/rules b/debian/squeeze/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/debian/squeeze/applications/kvpnc/debian/rules +++ b/debian/squeeze/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/debian/squeeze/applications/kvpnc/debian/source/options b/debian/squeeze/applications/kvpnc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/kvpnc/debian/source/options +++ b/debian/squeeze/applications/kvpnc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/piklab/debian/rules b/debian/squeeze/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/debian/squeeze/applications/piklab/debian/rules +++ b/debian/squeeze/applications/piklab/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/piklab/debian/source/options b/debian/squeeze/applications/piklab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/piklab/debian/source/options +++ b/debian/squeeze/applications/piklab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/potracegui/debian/rules b/debian/squeeze/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/debian/squeeze/applications/potracegui/debian/rules +++ b/debian/squeeze/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/potracegui/debian/source/options b/debian/squeeze/applications/potracegui/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/potracegui/debian/source/options +++ b/debian/squeeze/applications/potracegui/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/qt4-tqt-theme-engine/debian/rules b/debian/squeeze/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/debian/squeeze/applications/qt4-tqt-theme-engine/debian/rules +++ b/debian/squeeze/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/debian/squeeze/applications/rosegarden/debian/rules b/debian/squeeze/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/debian/squeeze/applications/rosegarden/debian/rules +++ b/debian/squeeze/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/squeeze/applications/rosegarden/debian/source/options b/debian/squeeze/applications/rosegarden/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/rosegarden/debian/source/options +++ b/debian/squeeze/applications/rosegarden/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/smartcardauth/debian/rules b/debian/squeeze/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/debian/squeeze/applications/smartcardauth/debian/rules +++ b/debian/squeeze/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/applications/smartcardauth/debian/source/options b/debian/squeeze/applications/smartcardauth/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/smartcardauth/debian/source/options +++ b/debian/squeeze/applications/smartcardauth/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/smb4k/debian/rules b/debian/squeeze/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/debian/squeeze/applications/smb4k/debian/rules +++ b/debian/squeeze/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/smb4k/debian/source/options b/debian/squeeze/applications/smb4k/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/smb4k/debian/source/options +++ b/debian/squeeze/applications/smb4k/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/soundkonverter/debian/rules b/debian/squeeze/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/debian/squeeze/applications/soundkonverter/debian/rules +++ b/debian/squeeze/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/debian/squeeze/applications/soundkonverter/debian/source/options b/debian/squeeze/applications/soundkonverter/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/soundkonverter/debian/source/options +++ b/debian/squeeze/applications/soundkonverter/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tde-guidance/debian/rules b/debian/squeeze/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/debian/squeeze/applications/tde-guidance/debian/rules +++ b/debian/squeeze/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/debian/squeeze/applications/tde-guidance/debian/source/options b/debian/squeeze/applications/tde-guidance/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tde-guidance/debian/source/options +++ b/debian/squeeze/applications/tde-guidance/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tde-style-lipstik/debian/rules b/debian/squeeze/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/debian/squeeze/applications/tde-style-lipstik/debian/rules +++ b/debian/squeeze/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/tde-style-lipstik/debian/source/options b/debian/squeeze/applications/tde-style-lipstik/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tde-style-lipstik/debian/source/options +++ b/debian/squeeze/applications/tde-style-lipstik/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tde-style-qtcurve/debian/rules b/debian/squeeze/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/debian/squeeze/applications/tde-style-qtcurve/debian/rules +++ b/debian/squeeze/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/tde-style-qtcurve/debian/source/options b/debian/squeeze/applications/tde-style-qtcurve/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tde-style-qtcurve/debian/source/options +++ b/debian/squeeze/applications/tde-style-qtcurve/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tde-systemsettings/debian/rules b/debian/squeeze/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/debian/squeeze/applications/tde-systemsettings/debian/rules +++ b/debian/squeeze/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/tde-systemsettings/debian/source/options b/debian/squeeze/applications/tde-systemsettings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tde-systemsettings/debian/source/options +++ b/debian/squeeze/applications/tde-systemsettings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tdesudo/debian/rules b/debian/squeeze/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/debian/squeeze/applications/tdesudo/debian/rules +++ b/debian/squeeze/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/debian/squeeze/applications/tdesudo/debian/source/options b/debian/squeeze/applications/tdesudo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tdesudo/debian/source/options +++ b/debian/squeeze/applications/tdesudo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tdesvn/debian/rules b/debian/squeeze/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/debian/squeeze/applications/tdesvn/debian/rules +++ b/debian/squeeze/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/tdesvn/debian/source/options b/debian/squeeze/applications/tdesvn/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tdesvn/debian/source/options +++ b/debian/squeeze/applications/tdesvn/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tdmtheme/debian/rules b/debian/squeeze/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/debian/squeeze/applications/tdmtheme/debian/rules +++ b/debian/squeeze/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/tdmtheme/debian/source/options b/debian/squeeze/applications/tdmtheme/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tdmtheme/debian/source/options +++ b/debian/squeeze/applications/tdmtheme/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/tellico/debian/rules b/debian/squeeze/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/debian/squeeze/applications/tellico/debian/rules +++ b/debian/squeeze/applications/tellico/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/applications/tellico/debian/source/options b/debian/squeeze/applications/tellico/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/tellico/debian/source/options +++ b/debian/squeeze/applications/tellico/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/twin-style-crystal/debian/rules b/debian/squeeze/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/debian/squeeze/applications/twin-style-crystal/debian/rules +++ b/debian/squeeze/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/applications/twin-style-crystal/debian/source/options b/debian/squeeze/applications/twin-style-crystal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/twin-style-crystal/debian/source/options +++ b/debian/squeeze/applications/twin-style-crystal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/wlassistant/debian/rules b/debian/squeeze/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/debian/squeeze/applications/wlassistant/debian/rules +++ b/debian/squeeze/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/applications/wlassistant/debian/source/options b/debian/squeeze/applications/wlassistant/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/wlassistant/debian/source/options +++ b/debian/squeeze/applications/wlassistant/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/applications/yakuake/debian/rules b/debian/squeeze/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/debian/squeeze/applications/yakuake/debian/rules +++ b/debian/squeeze/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/squeeze/applications/yakuake/debian/source/options b/debian/squeeze/applications/yakuake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/applications/yakuake/debian/source/options +++ b/debian/squeeze/applications/yakuake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/defaultsettings b/debian/squeeze/defaultsettings new file mode 120000 index 000000000..86062d702 --- /dev/null +++ b/debian/squeeze/defaultsettings @@ -0,0 +1 @@ +../../ubuntu/maverick/defaultsettings \ No newline at end of file diff --git a/debian/squeeze/dependencies/arts/debian/rules b/debian/squeeze/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/debian/squeeze/dependencies/arts/debian/rules +++ b/debian/squeeze/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/debian/squeeze/dependencies/arts/debian/source/options b/debian/squeeze/dependencies/arts/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/arts/debian/source/options +++ b/debian/squeeze/dependencies/arts/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/control b/debian/squeeze/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/debian/squeeze/dependencies/avahi-tqt/debian/control +++ b/debian/squeeze/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Timothy Pearson Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/rules b/debian/squeeze/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/debian/squeeze/dependencies/avahi-tqt/debian/rules +++ b/debian/squeeze/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/source/options b/debian/squeeze/dependencies/avahi-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/avahi-tqt/debian/source/options +++ b/debian/squeeze/dependencies/avahi-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/dbus-1-tqt/debian/rules b/debian/squeeze/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/debian/squeeze/dependencies/dbus-1-tqt/debian/rules +++ b/debian/squeeze/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/dependencies/dbus-1-tqt/debian/source/options b/debian/squeeze/dependencies/dbus-1-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/dbus-1-tqt/debian/source/options +++ b/debian/squeeze/dependencies/dbus-1-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/dbus-tqt/debian/rules b/debian/squeeze/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/debian/squeeze/dependencies/dbus-tqt/debian/rules +++ b/debian/squeeze/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/dependencies/dbus-tqt/debian/source/options b/debian/squeeze/dependencies/dbus-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/dbus-tqt/debian/source/options +++ b/debian/squeeze/dependencies/dbus-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/libart-lgpl/debian/rules b/debian/squeeze/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/debian/squeeze/dependencies/libart-lgpl/debian/rules +++ b/debian/squeeze/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/dependencies/libart-lgpl/debian/source/options b/debian/squeeze/dependencies/libart-lgpl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/libart-lgpl/debian/source/options +++ b/debian/squeeze/dependencies/libart-lgpl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/libcaldav/debian/rules b/debian/squeeze/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/debian/squeeze/dependencies/libcaldav/debian/rules +++ b/debian/squeeze/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/squeeze/dependencies/libcarddav/debian/rules b/debian/squeeze/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/debian/squeeze/dependencies/libcarddav/debian/rules +++ b/debian/squeeze/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/squeeze/dependencies/python-tqt/debian/rules b/debian/squeeze/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/debian/squeeze/dependencies/python-tqt/debian/rules +++ b/debian/squeeze/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/squeeze/dependencies/python-tqt/debian/source/options b/debian/squeeze/dependencies/python-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/python-tqt/debian/source/options +++ b/debian/squeeze/dependencies/python-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/qt3/debian/control b/debian/squeeze/dependencies/qt3/debian/control index 8b1654d79..e10fbcab1 100644 --- a/debian/squeeze/dependencies/qt3/debian/control +++ b/debian/squeeze/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/squeeze/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/squeeze/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/squeeze/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/squeeze/dependencies/qt3/debian/patches/series b/debian/squeeze/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/squeeze/dependencies/qt3/debian/patches/series +++ b/debian/squeeze/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/squeeze/dependencies/qt3/debian/rules b/debian/squeeze/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/debian/squeeze/dependencies/qt3/debian/rules +++ b/debian/squeeze/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/squeeze/dependencies/qt3/debian/source/options b/debian/squeeze/dependencies/qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/qt3/debian/source/options +++ b/debian/squeeze/dependencies/qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/sip4-tqt/debian/rules b/debian/squeeze/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/debian/squeeze/dependencies/sip4-tqt/debian/rules +++ b/debian/squeeze/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/debian/squeeze/dependencies/sip4-tqt/debian/source/options b/debian/squeeze/dependencies/sip4-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/sip4-tqt/debian/source/options +++ b/debian/squeeze/dependencies/sip4-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/tqca-tls/debian/rules b/debian/squeeze/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/debian/squeeze/dependencies/tqca-tls/debian/rules +++ b/debian/squeeze/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/dependencies/tqca-tls/debian/source/options b/debian/squeeze/dependencies/tqca-tls/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/tqca-tls/debian/source/options +++ b/debian/squeeze/dependencies/tqca-tls/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/tqscintilla/debian/rules b/debian/squeeze/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/debian/squeeze/dependencies/tqscintilla/debian/rules +++ b/debian/squeeze/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/squeeze/dependencies/tqscintilla/debian/source/options b/debian/squeeze/dependencies/tqscintilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/tqscintilla/debian/source/options +++ b/debian/squeeze/dependencies/tqscintilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/tqt3/debian/control b/debian/squeeze/dependencies/tqt3/debian/control index 1c8b45da3..b45983f80 100644 --- a/debian/squeeze/dependencies/tqt3/debian/control +++ b/debian/squeeze/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/squeeze/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/squeeze/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/squeeze/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/squeeze/dependencies/tqt3/debian/patches/series b/debian/squeeze/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/squeeze/dependencies/tqt3/debian/patches/series +++ b/debian/squeeze/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/squeeze/dependencies/tqt3/debian/rules b/debian/squeeze/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/debian/squeeze/dependencies/tqt3/debian/rules +++ b/debian/squeeze/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/squeeze/dependencies/tqt3/debian/source/options b/debian/squeeze/dependencies/tqt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/tqt3/debian/source/options +++ b/debian/squeeze/dependencies/tqt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/dependencies/tqtinterface/debian/rules b/debian/squeeze/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/debian/squeeze/dependencies/tqtinterface/debian/rules +++ b/debian/squeeze/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/squeeze/dependencies/tqtinterface/debian/source/options b/debian/squeeze/dependencies/tqtinterface/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/dependencies/tqtinterface/debian/source/options +++ b/debian/squeeze/dependencies/tqtinterface/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/kipi-plugins/debian/rules b/debian/squeeze/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/debian/squeeze/libraries/kipi-plugins/debian/rules +++ b/debian/squeeze/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/squeeze/libraries/kipi-plugins/debian/source/options b/debian/squeeze/libraries/kipi-plugins/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/kipi-plugins/debian/source/options +++ b/debian/squeeze/libraries/kipi-plugins/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/libkdcraw/debian/rules b/debian/squeeze/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/debian/squeeze/libraries/libkdcraw/debian/rules +++ b/debian/squeeze/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/libraries/libkdcraw/debian/source/options b/debian/squeeze/libraries/libkdcraw/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/libkdcraw/debian/source/options +++ b/debian/squeeze/libraries/libkdcraw/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/libkexiv2/debian/rules b/debian/squeeze/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/debian/squeeze/libraries/libkexiv2/debian/rules +++ b/debian/squeeze/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/debian/squeeze/libraries/libkexiv2/debian/source/options b/debian/squeeze/libraries/libkexiv2/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/libkexiv2/debian/source/options +++ b/debian/squeeze/libraries/libkexiv2/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/libkipi/debian/rules b/debian/squeeze/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/debian/squeeze/libraries/libkipi/debian/rules +++ b/debian/squeeze/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/squeeze/libraries/libkipi/debian/source/options b/debian/squeeze/libraries/libkipi/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/libkipi/debian/source/options +++ b/debian/squeeze/libraries/libkipi/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/libksquirrel/debian/rules b/debian/squeeze/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/debian/squeeze/libraries/libksquirrel/debian/rules +++ b/debian/squeeze/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/libraries/libksquirrel/debian/source/options b/debian/squeeze/libraries/libksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/libksquirrel/debian/source/options +++ b/debian/squeeze/libraries/libksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/libtdeldap/debian/control b/debian/squeeze/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/debian/squeeze/libraries/libtdeldap/debian/control +++ b/debian/squeeze/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/debian/squeeze/libraries/libtdeldap/debian/rules b/debian/squeeze/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/squeeze/libraries/libtdeldap/debian/rules +++ b/debian/squeeze/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/squeeze/libraries/libtqt-perl/debian/rules b/debian/squeeze/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/debian/squeeze/libraries/libtqt-perl/debian/rules +++ b/debian/squeeze/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/debian/squeeze/libraries/libtqt-perl/debian/source/options b/debian/squeeze/libraries/libtqt-perl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/libtqt-perl/debian/source/options +++ b/debian/squeeze/libraries/libtqt-perl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/mlt++/debian/rules b/debian/squeeze/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/debian/squeeze/libraries/mlt++/debian/rules +++ b/debian/squeeze/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/libraries/mlt++/debian/source/options b/debian/squeeze/libraries/mlt++/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/mlt++/debian/source/options +++ b/debian/squeeze/libraries/mlt++/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/mlt/debian/rules b/debian/squeeze/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/debian/squeeze/libraries/mlt/debian/rules +++ b/debian/squeeze/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/libraries/mlt/debian/source/options b/debian/squeeze/libraries/mlt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/mlt/debian/source/options +++ b/debian/squeeze/libraries/mlt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/pytdeextensions/debian/control b/debian/squeeze/libraries/pytdeextensions/debian/control index 0920e9e37..626311320 100644 --- a/debian/squeeze/libraries/pytdeextensions/debian/control +++ b/debian/squeeze/libraries/pytdeextensions/debian/control @@ -5,7 +5,7 @@ Maintainer: Timothy Pearson Uploaders: Fathi Boudra , Mark Purcell Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, - python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) + python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-all-dev (>= 2.5) Standards-Version: 3.8.4 Package: pytdeextensions-trinity @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/debian/squeeze/libraries/pytdeextensions/debian/rules b/debian/squeeze/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/debian/squeeze/libraries/pytdeextensions/debian/rules +++ b/debian/squeeze/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/debian/squeeze/libraries/pytdeextensions/debian/source/options b/debian/squeeze/libraries/pytdeextensions/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/pytdeextensions/debian/source/options +++ b/debian/squeeze/libraries/pytdeextensions/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/libraries/python-trinity/debian/rules b/debian/squeeze/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/debian/squeeze/libraries/python-trinity/debian/rules +++ b/debian/squeeze/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/squeeze/libraries/python-trinity/debian/source/options b/debian/squeeze/libraries/python-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/libraries/python-trinity/debian/source/options +++ b/debian/squeeze/libraries/python-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/metapackages/meta-tde/debian/README.Debian b/debian/squeeze/metapackages/meta-tde/debian/README.Debian new file mode 100644 index 000000000..6591fa872 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/README.Debian @@ -0,0 +1,14 @@ +kde -- a metapackage for KDE +kde-core -- a metapackage for KDE core +kde-devel -- a metapackage for developing KDE Applications +---------------------------------------------------------------------------- + +This package is a metapackage, meaning that its purpose is to contain +dependencies for a complete, Debian-based environment for KDE 3. + +This package also carries optional 'Recommends' and/or 'Suggests' +package suggestions. The packages listed are suggested for +installation, but not required. + +Please file a wishlist bug against the package if you feel there are +additional packages that ought to be included with this meta-package. diff --git a/debian/squeeze/metapackages/meta-tde/debian/changelog b/debian/squeeze/metapackages/meta-tde/debian/changelog new file mode 100644 index 000000000..7c5da1b8f --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/changelog @@ -0,0 +1,617 @@ +meta-kde-trinity (5:54) squeeze; urgency=low + + * Trinity version + + -- Timothy Pearson Mon, 05 Jul 2010 12:08:00 -0600 + +meta-kde (5:48) unstable; urgency=low + + * Remove kde-amusements. + * Update to debhelper compat 6. + * Update to Standards-Version 3.7.3, no changes required. + * Update Uploaders. + * Update copyright file. + * Move Homepage to source field. + * Update 4:3.4.3 to 4:3.5.5 now this is the KDE version in stable, + and from 1.4.2 to 1.5.5 for arts. + * Update rules file. + * Add kdbg, kdevelop (>= 4:3.3.2), kprof to kde-devel Suggests. This was + installed by, now removed, kde-devel-extras. + + -- Ana Beatriz Guerrero Lopez Fri, 18 Jan 2008 21:14:55 +0100 + +meta-kde (5:47) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Version the metapackages' dependencies, making the metapackages + more useful for backporters. + + -- Debian Qt/KDE Maintainers Thu, 11 May 2006 20:04:40 -0400 + +meta-kde (5:46) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Add kdeaccessiblity to kde's depends, and clarify the verbiage noting that + kde doesn't depend on development packages. (Closes: #353496) + + * Remove dependency on fontconfig, since libqt3-mt already depends on it. + + -- Debian Qt/KDE Maintainers Wed, 10 May 2006 19:35:02 -0400 + +meta-kde (5:45) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Remove the kdelibs3-bin dummy transitional package, as Sarge is out + and thus Woody --> Sarge upgrades are no longer a concern. + (Closes: #327548) + + -- Debian Qt/KDE Maintainers Sat, 10 Sep 2005 18:40:13 -0400 + +meta-kde (5:44) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Overhaul the package descriptions. + + -- Debian Qt/KDE Maintainers Mon, 14 Mar 2005 14:24:50 -0500 + +meta-kde (5:43) unstable; urgency=low + + * Added kdelibs3-bin dummy package to aid woody transitions. + + -- Riku Voipio Tue, 14 Dec 2004 00:12:46 +0200 + +meta-kde (5:42) unstable; urgency=medium + + * The "why is kde in debian still 3.1.2" Release + * Disconnect meta-kde version numbers from kde. + * Change quanta to kdewebdev (Closes: #256574) + * Fix a typo (Closes: #231491) + * Suggest x-window-system-core (Closes: #237649) + * Add myself as uploaders + + -- Riku Voipio Tue, 16 Nov 2004 19:10:41 +0000 + +meta-kde (4:3.1.2) unstable; urgency=low + + * Split unofficial KDE packages into meta-kde-extras source. + * Fixed a typo in description. (Closes: #190718) + + -- Christopher L Cheney Tue, 6 Jan 2004 02:00:00 -0600 + +meta-kde (4:3.1.1) unstable; urgency=low + + * Fixed a typo in description. + + -- Christopher L Cheney Mon, 21 Apr 2003 00:30:00 -0500 + +meta-kde (4:3.1.0) unstable; urgency=low + + * Updated for KDE 3.1.1. (Closes: #135796, #182474, #188385) + * KDM is now only Recommended. (Closes: #123466) + * Bibletime is no longer in kde-extras due to being KDE2. (Closes: #158561) + + -- Christopher L Cheney Sun, 13 Apr 2003 19:00:00 -0500 + +meta-kde (4:2.2.25) unstable; urgency=high + + * Removed kyahoo from kde-extras. Closes: #144708 (RC) + Arn't meta packages fun, sigh. + + -- Joey Hess Sat, 27 Apr 2002 11:39:45 -0400 + +meta-kde (4:2.2.24) unstable; urgency=high + + * Move a few more deps around + * kamera wasn't even in the list + + -- Ivan E. Moore II Thu, 14 Mar 2002 11:55:00 -0700 + +meta-kde (4:2.2.23) unstable; urgency=low + + * A few more + + -- Ivan E. Moore II Mon, 11 Mar 2002 22:00:00 -0700 + +meta-kde (4:2.2.22) unstable; urgency=low + + * knapster2, kdestudio, kdesdk, and kdepim don't build on all archs + + -- Ivan E. Moore II Mon, 11 Mar 2002 11:00:00 -0700 + +meta-kde (4:2.2.21) unstable; urgency=low + + * One more cleanup. Now we are just waiting on hppa to catch up + + -- Ivan E. Moore II Sat, 09 Mar 2002 21:40:00 -0700 + +meta-kde (4:2.2.20) unstable; urgency=low + + * Remove kfilereplace + * Move several packages to suggests as they are either buggy or not + avail on all archs + + -- Ivan E. Moore II Sat, 09 Mar 2002 02:52:00 -0700 + +meta-kde (4:2.2.19) unstable; urgency=low + + * Change maintainer + + -- Ivan E. Moore II Sun, 17 Feb 2002 18:00:00 -0700 + +meta-kde (4:2.2.18) unstable; urgency=low + + * Fix spelling (Closes: #124411, #124784) + + -- Ivan E. Moore II Mon, 17 Dec 2001 15:16:00 -0700 + +meta-kde (4:2.2.17) unstable; urgency=low + + * Allow for kde3 co-existance + + -- Ivan E. Moore II Sun, 16 Dec 2001 05:23:00 -0700 + +meta-kde (4:2.2.16) unstable; urgency=low + + * Move kdemultimedia based packages to Suggests since they are not + available for all released archs. + + -- Ivan E. Moore II Sun, 02 Dec 2001 23:46:00 -0700 + +meta-kde (4:2.2.15) unstable; urgency=low + + * Remove pointers to -cvs packages + * Don't need these versions for woody's release so get rid of them. + * Cleanup changelog + + -- Ivan E. Moore II Thu, 29 Nov 2001 06:56:00 -0700 + +meta-kde (4:2.2.14) unstable; urgency=low + + * Remove recommends of libssl as that breaks policy + + -- Ivan E. Moore II Thu, 22 Nov 2001 22:58:00 -0700 + +meta-kde (4:2.2.13) unstable; urgency=low + + * Add info on sub-pixel AA + * 2.2.2 branding + + -- Ivan E. Moore II Mon, 19 Nov 2001 23:10:00 -0700 + +meta-kde (4:2.2.12) unstable; urgency=low + + * drop back to 2.2.1 until I upload 2.2.2 just to keep things sane + + -- Ivan E. Moore II Fri, 16 Nov 2001 00:28:00 -0700 + +meta-kde (4:2.2.11) unstable; urgency=low + + * Tweak deps so that one could intermix arts stuff from kde3-cvs with kde2 + stuff + * Add libssl0.9.6 recommends just to be nice + + -- Ivan E. Moore II Sat, 10 Nov 2001 20:28:00 -0700 + +meta-kde (4:2.2.10) unstable; urgency=low + + * Updated for KDE 2.2.2 and Qt 2.3.2 + * Remove pointers to any crypto packages + + -- Ivan E. Moore II Fri, 09 Nov 2001 11:17:00 -0700 + +meta-kde (4:2.2.9) unstable; urgency=low + + * Add korinico and kreatecd + + -- Ivan E. Moore II Tue, 30 Oct 2001 22:30:00 -0700 + +meta-kde (4:2.2.8) unstable; urgency=low + + * Replace kmsn with kmerlin (Closes: #116828) + + -- Ivan E. Moore II Wed, 24 Oct 2001 10:01:00 -0700 + +meta-kde (4:2.2.7) unstable; urgency=low + + * Update versioned deps and remove unnecessary ones + * Update Standards version + * Change Build-Depends to Build-Depends-Indep since the packages being + created are indep packages and not binary specific. + * Update XftConfig example + + -- Ivan E. Moore II Sat, 20 Oct 2001 22:24:00 -0700 + +meta-kde (4:2.2.6) unstable; urgency=low + + * Update priorities + * Add ktexmaker2 (Closes: #112573) + + -- Ivan E. Moore II Mon, 17 Sep 2001 14:00:00 -0700 + +meta-kde (4:2.2.5) unstable; urgency=low + + * Updated for 2.2.1 + * Update Xft config file (Closes: #112358) + + -- Ivan E. Moore II Mon, 17 Sep 2001 11:48:00 -0700 + +meta-kde (4:2.2.4) unstable; urgency=low + + * Added knewsticker-scripts (Closes: #110315) + * Add kinkatta + * Add kcd + * Change keuklid to kgeo + + -- Ivan E. Moore II Wed, 29 Aug 2001 00:38:00 -0700 + +meta-kde (4:2.2.3) unstable; urgency=low + + * Remove kups + + -- Ivan E. Moore II Wed, 22 Aug 2001 18:45:00 -0700 + +meta-kde (4:2.2.2) unstable; urgency=low + + * Add missing packages (Closes: #109373) + * Add missing games (Closes: #109433) + + -- Ivan E. Moore II Wed, 21 Aug 2001 00:01:00 -0700 + +meta-kde (4:2.2.1) unstable; urgency=low + + * Remove skam (Closes: #109019) + + -- Ivan E. Moore II Fri, 17 Aug 2001 08:50:00 -0700 + +meta-kde (4:2.2) unstable; urgency=low + + * Update deps for final 2.2 packages - actually do version deps so that + those who just like updating the meta-package won't get hosed...this + would only be an issue for those in testing/sid land. I think for final + release I'll take out the version deps to cut down on Packages size and + all...plus there really is no need for it for the release. I can go + back to versioned deps afterwards. + * add conflicts for old task-* packages...let's make sure they get removed + * Packages removed from kde-extras: kaim + kaim had to change it's name due to AOL being stupid and claiming TM on + the name AIM and use of it. I'll add the new package name once I get + packages built for it. They plon on a 1.00 release under the new name + however it still isn't available. The new name is kinkatta. + * New packages added to kde-extras: kooka, libkscan1, kandy, kmsn, + skam, mp3kult, licq-plugin-kde, knapster2, kaptain, wordtrans-kde + * New packages added to kde-devel: kspy, kbabel + * New packages added to kde: kdelibs3-crypto, kdebase-crypto, kdessh, + aktion, kde-i18n (all as suggests) + * New packages added to kde-games: kdecarddecks + * Moved kde-games from a suggests to a recommends for kde. + * Moved plugins and artwork from kde to kde-extras + * Change dep for kdm to kdm | x-display-manager which will exist soon. + * Install the Readme into the kde-extras package like the others. + + -- Ivan E. Moore II Fri, 10 Aug 2001 03:22:00 -0700 + +meta-kde (4:2.1.44) unstable; urgency=low + + * Fix libkmid | libkmid-alsa dep (Closes: #107585) + + -- Ivan E. Moore II Fri, 03 Aug 2001 11:28:00 -0700 + +meta-kde (4:2.1.43) unstable; urgency=low + + * Fix typo (Closes: #107371) + + -- Ivan E. Moore II Wed, 01 Aug 2001 09:49:00 -0700 + +meta-kde (4:2.1.42) unstable; urgency=low + + * br translations for debconf (Closes: #107033) + + -- Ivan E. Moore II Mon, 30 Jul 2001 00:58:00 -0700 + +meta-kde (4:2.1.41) unstable; urgency=low + + * Remove kamera...got ahead of myself + + -- Ivan E. Moore II Fri, 27 Jul 2001 20:27:00 -0700 + +meta-kde (4:2.1.40) unstable; urgency=low + + * Remove ksysctrl + * Update note about NVidia drivers in howto + * Add kamera + + -- Ivan E. Moore II Fri, 27 Jul 2001 00:49:00 -0700 + +meta-kde (4:2.1.39) unstable; urgency=low + + * Remove old dep on ktimemon + * Update descriptions + * Fix deps (Closes: #106425) + + -- Ivan E. Moore II Wed, 25 Jul 2001 03:37:00 -0700 + +meta-kde (4:2.1.38) unstable; urgency=low + + * Set some versioning for certain key packages + * add some or's (Closes: #96809) + + -- Ivan E. Moore II Thu, 19 Jul 2001 14:36:00 -0700 + +meta-kde (4:2.1.37) unstable; urgency=low + + * Get rid of task- prefixes since they are closer to meta packages than + tasks and tasks are handled differently now + * Change source package name to meta-kde to avoid confusion + + -- Ivan E. Moore II Tue, 17 Jul 2001 13:47:00 -0700 + +task-kde (4:2.1.36) unstable; urgency=low + + * Fix typo - thanks Martin Sj|gren + * Swedish tranlations (Closes: #103141) + + -- Ivan E. Moore II Mon, 02 Jul 2001 23:00:00 -0700 + +task-kde (4:2.1.35) unstable; urgency=low + + * kworldwatch -> kworldclock + * add kdeartwork and the addons bits + + -- Ivan E. Moore II Fri, 29 Jun 2001 20:00:00 -0700 + +task-kde (4:2.1.34) unstable; urgency=low + + * Update for 2.2 + + -- Ivan E. Moore II Thu, 28 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.33) unstable; urgency=low + + * Add konverse (Closes: #101037) + + -- Ivan E. Moore II Mon, 18 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.32) unstable; urgency=low + + * Add kleandisk (Closes: #98175) + + -- Ivan E. Moore II Wed, 23 May 2001 12:06:00 -0700 + +task-kde (4:2.1.31) unstable; urgency=low + + * Add keuklid (Closes: #98046) + + -- Ivan E. Moore II Tue, 22 May 2001 00:35:00 -0700 + +task-kde (4:2.1.30) unstable; urgency=low + + * Fix task issue (Closes: #97308, #97309) + + -- Ivan E. Moore II Sun, 13 May 2001 02:10:00 -0700 + +task-kde (4:2.1.29) unstable; urgency=low + + * New depends: kscreensaver, kdebase-audiolibs + + -- Ivan E. Moore II Sat, 12 May 2001 01:11:00 -0700 + +task-kde (4:2.1.28) unstable; urgency=low + + * new translations for debconf (Closes: #96515) + + -- Ivan E. Moore II Sun, 06 May 2001 18:22:00 -0700 + +task-kde (4:2.1.27) unstable; urgency=low + + * Add kweather (Closes: #96370) + * Happy birthday dad! + + -- Ivan E. Moore II Sat, 05 May 2001 02:13:00 -0700 + +task-kde (4:2.1.26) unstable; urgency=low + + * More dependency updates + * Update descriptions + + -- Ivan E. Moore II Fri, 04 May 2001 03:53:00 -0700 + +task-kde (4:2.1.24) unstable; urgency=low + + * Major cleanup + Removed all |'s from task packages + Removed all Suggests from task packages + Removed all Recommends from task packages + New task-kde-extras package which will contain all non-essential kde + packages including those considered to *possibly* open up security + risks such as required a ftp server or a talkd server. + + -- Ivan E. Moore II Wed, 02 May 2001 00:27:00 -0700 + +task-kde (4:2.1.23) unstable; urgency=low + + * Change Recommends to Suggests for ktalkd (Closes: #95661) + + -- Ivan E. Moore II Sat, 28 Apr 2001 17:46:00 -0700 + +task-kde (4:2.1.22) unstable; urgency=low + + * Changing AA package name to anti-aliasing-howto to keep the task bigots + of my ass. + + -- Ivan E. Moore II Sat, 28 Apr 2001 03:22:00 -0700 + +task-kde (4:2.1.21) unstable; urgency=low + + * More dependency work + + -- Ivan E. Moore II Tue, 24 Apr 2001 17:42:00 -0700 + +task-kde (4:2.1.20) unstable; urgency=low + + * Do kdevelop | kdestudio (Closes: #94377) + + -- Ivan E. Moore II Thu, 19 Apr 2001 10:43:00 -0700 + +task-kde (4:2.1.19) unstable; urgency=low + + * More depends movement. + Move Recommends parts in -dev package to Depends + Move koffice to Recommends from Depends as it's not an official release + + -- Ivan E. Moore II Wed, 18 Apr 2001 01:03:00 -0700 + +task-kde (4:2.1.18) unstable; urgency=low + + * Change Depends to Recommends for xfs since it's not required + * Add in german debconf bit (Closes: #94086) + + -- Ivan E. Moore II Sun, 15 Apr 2001 20:10:00 -0700 + +task-kde (4:2.1.17) unstable; urgency=low + + * Replace individual koffice packages with single "koffice" package + * Move a few packages from Suggests to Depends + * Change Recommends to Depends for task-kde-games + + -- Ivan E. Moore II Sat, 14 Apr 2001 00:27:00 -0700 + +task-kde (4:2.1.16) unstable; urgency=low + + * Add link to Linux Planet tutorial on AA + * Add link to Keith Packard's web page + * Add in bit to XftConfig example for turning of AA for font sizes smaller + than 11pixels. Submitted by Christian Mayrhuber + * Add cervisia to task-kde-devel package + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.15) unstable; urgency=low + + * Update font pathing in XftConfig and README + * Re-arrange some of the depends for task-anti-aliasing due to some of the + items being contrib and non-free. Make all but necessary fonts Suggests. + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.14) unstable; urgency=low + + * Add kaim + * Add kyahoo + * Add aethera + * New package: task-anti-aliasing + This will depend on packages required for AA (Anti Aliasing) support + as well as other suggests/recommends. Added documentation and eventual + debconf configuration and checks to make sure basic items are setup. + + -- Ivan E. Moore II Sat, 07 Apr 2001 03:34:00 -0700 + +task-kde (4:2.1.13) unstable; urgency=low + + * Move klisa from depends to recommends + + -- Ivan E. Moore II Tue, 02 Apr 2001 10:10:00 -0700 + +task-kde (4:2.1.12) unstable; urgency=low + + * Add kcpuload to suggests (Closes: #92016) + * Rearrange kdesdk deps (Closes: #92017) + + -- Ivan E. Moore II Fri, 30 Mar 2001 21:22:00 -0700 + +task-kde (4:2.1.11) unstable; urgency=low + + * Change dependency for lisa to klisa and moving to depends + + -- Ivan E. Moore II Tue, 27 Mar 2001 03:42:00 -0700 + +task-kde (4:2.1.10) unstable; urgency=low + + * New package: task-kde-games which will act like the task-gnome-games and + will recommend all kde based games or toys + + -- Ivan E. Moore II Mon, 26 Mar 2001 11:36:00 -0700 + +task-kde (4:2.1.9) unstable; urgency=low + + * Remove old kformula + + -- Ivan E. Moore II Sun, 11 Mar 2001 23:48:00 -0700 + +task-kde (4:2.1.8) unstable; urgency=low + + * Fix task-kde-devel depends for xlib6g|xlibs + + -- Ivan E. Moore II Sun, 11 Mar 2001 07:25:00 -0700 + +task-kde (4:2.1.7) unstable; urgency=low + + * Add other non-core kde apps to Suggests + + -- Ivan E. Moore II Thu, 08 Mar 2001 02:52:00 -0700 + +task-kde (4:2.1.6) unstable; urgency=low + + * Add Recommend for kprof (Closes: #88659) + + -- Ivan E. Moore II Mon, 05 Mar 2001 23:44:00 -0700 + +task-kde (4:2.1.5) unstable; urgency=low + + * Add in suggests/recommends for some font packages and whatnot needed for + AA use. + + -- Ivan E. Moore II Thu, 01 Mar 2001 07:23:00 -0700 + +task-kde (4:2.1.4) unstable; urgency=low + + * Take into account new qt package + + -- Ivan E. Moore II Fri, 23 Feb 2001 10:15:00 -0700 + +task-kde (4:2.1.3) unstable; urgency=low + + * Adding in depends/recommends/suggests for kdesdk and kdebindings packages + that are either in now or will be with 2.1 + * Adding in missing depends for ldap and cdparanoia -dev + + -- Ivan E. Moore II Tue, 20 Feb 2001 02:37:00 -0700 + +task-kde (4:2.1.2) unstable; urgency=low + + * Updating Depends to not include some non-base type packages and putting + them in recommends/suggests + + -- Ivan E. Moore II Mon, 19 Feb 2001 00:54:00 -0700 + +task-kde (4:2.1.1) unstable; urgency=low + + * Changing depends from libqt2.2-dev to libqt-dev and from kdelibs3-dev + to kdelibs-dev + + -- Ivan E. Moore II Thu, 15 Feb 2001 03:45:00 -0700 + +task-kde (4:2.1.0) unstable; urgency=low + + * Broke out task packages + + -- Ivan E. Moore II Fri, 09 Feb 2001 02:31:00 -0700 + +task-kde (4:2.0.0) unstable; urgency=low + + * More work on nspluginscan to avoid problems with faulty plugins + * Several small bug fixes from upstream + * Adding xutils to task-kde-devel package + * Fixing conflict with kfind (Closes: #83709) + * Fixing default bs for konsole for those not using "linux" or "vt100" + (Closes: #83705) + * Adding notation to konqueror about page about kdelibs3-crypto + * Applying German debconf template (Closes: #83871) + * Should also handle upgrade cleanup better. This is across the board but + affects base more than any other package. (Closes: #83543) + * Fixes problem with symbols in konsole (Closes: #83987) + + -- Ivan E. Moore II Sun, 28 Jan 2001 01:30:00 -0700 diff --git a/debian/squeeze/metapackages/meta-tde/debian/compat b/debian/squeeze/metapackages/meta-tde/debian/compat new file mode 100644 index 000000000..1e8b31496 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/squeeze/metapackages/meta-tde/debian/control b/debian/squeeze/metapackages/meta-tde/debian/control new file mode 100644 index 000000000..12ddd9aaf --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/control @@ -0,0 +1,60 @@ +Source: meta-kde-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +Uploaders: Ana Beatriz Guerrero Lopez , Sune Vuorela , Fathi Boudra , Armin Berres +Build-Depends: debhelper (>= 6) +Standards-Version: 3.7.3 +Homepage: http://www.kde.org + +Package: kde-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:47), kde-core-trinity (>= 5:47), kdeedu-trinity (>= 4:3.5.5), kdegames-trinity (>= 4:3.5.5), kdetoys-trinity (>= 4:3.5.5), kdeaccessibility-trinity (>= 4:3.5.5), kdeaddons-trinity (>= 4:3.5.5), kdeadmin-trinity (>= 4:3.5.5), kdeartwork-trinity (>= 4:3.5.5), kdegraphics-trinity (>= 4:3.5.5), kdemultimedia-trinity (>= 4:3.5.5), kdenetwork-trinity (>= 4:3.5.5), kdepim-trinity (>= 4:3.5.5), kdeutils-trinity (>= 4:3.5.5), kdewebdev-trinity (>= 4:3.5.5), desktop-base-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5), x-window-system-core, kdesudo-trinity, debian-kgtk-trinity +Description: the K Desktop Environment official modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes all the official modules released with KDE that + are not specific to development. In addition to the core KDE modules, this + includes multimedia, networking, personal information manager (PIM), + graphics, education, games, web development, system administration tools, + and other artwork and utilities. + + +Package: kde-core-trinity +Architecture: all +Section: kde +Priority: optional +Depends: arts-trinity (>= 1.5.5), kdebase-trinity (>= 4:3.5.5), kdelibs-trinity (>= 4:3.5.5), sudo-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5) +Description: the K Desktop Environment core modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the core official modules released with KDE. This + includes just the basic desktop (browser, file manager, text editor, control + center, panel, etc.) and important libraries and data, in addition to the + aRts soundserver. + +Package: kde-devel-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:48), kdesdk-trinity (>= 4:3.5.5), libartsc0-trinity-dev (>= 1.5.5), libarts1-trinity-dev (>= 1.5.5), kdelibs4-trinity-dev (>= 4:3.5.5), kdebase-trinity-dev (>= 4:3.5.5), libkonq4-trinity-dev (>= 4:3.5.5), qt3-designer +Suggests: kde-i18n-trinity (>= 4:3.5.5), kdbg-trinity, kdevelop-trinity (>= 4:3.3.5), kprof-trinity +Description: the K Desktop Environment development files and modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes official KDE modules that are useful to developers, + including KDE's software development kit (SDK), Qt3's designer tool, and all + core KDE header and development packages. diff --git a/debian/squeeze/metapackages/meta-tde/debian/copyright b/debian/squeeze/metapackages/meta-tde/debian/copyright new file mode 100644 index 000000000..a007b7115 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Ivan E. Moore II . + +Copyright (C) 2001 Ivan E. Moore II +Copyright (C) 2003 Christopher L. Cheney +Copyright (C) 2004-2008 Debian Qt/KDE Maintainers + +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 of the License, 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 +MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. You should have received a +copy of the GNU General Public License along with this program; if +not, write to the Free Software Foundation, Inc, 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +Please see /usr/share/common-licenses/GPL for the full license. diff --git a/debian/squeeze/metapackages/meta-tde/debian/kde-core.README.Debian b/debian/squeeze/metapackages/meta-tde/debian/kde-core.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/kde-core.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/squeeze/metapackages/meta-tde/debian/kde-devel.README.Debian b/debian/squeeze/metapackages/meta-tde/debian/kde-devel.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/kde-devel.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/squeeze/metapackages/meta-tde/debian/kde.README.Debian b/debian/squeeze/metapackages/meta-tde/debian/kde.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/kde.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/squeeze/metapackages/meta-tde/debian/rules b/debian/squeeze/metapackages/meta-tde/debian/rules new file mode 100755 index 000000000..a3fbf99a7 --- /dev/null +++ b/debian/squeeze/metapackages/meta-tde/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installinfo + dh_installman + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/squeeze/metapackages/sudo-trinity/debian/rules b/debian/squeeze/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/debian/squeeze/metapackages/sudo-trinity/debian/rules +++ b/debian/squeeze/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/squeeze/metapackages/sudo-trinity/debian/source/options b/debian/squeeze/metapackages/sudo-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/metapackages/sudo-trinity/debian/source/options +++ b/debian/squeeze/metapackages/sudo-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tde-i18n/debian/control b/debian/squeeze/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/debian/squeeze/tde-i18n/debian/control +++ b/debian/squeeze/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/debian/squeeze/tde-i18n/debian/rules b/debian/squeeze/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/debian/squeeze/tde-i18n/debian/rules +++ b/debian/squeeze/tde-i18n/debian/rules @@ -31,6 +31,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/debian/squeeze/tde-i18n/debian/source/options b/debian/squeeze/tde-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tde-i18n/debian/source/options +++ b/debian/squeeze/tde-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeaccessibility/debian/rules b/debian/squeeze/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/debian/squeeze/tdeaccessibility/debian/rules +++ b/debian/squeeze/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/debian/squeeze/tdeaccessibility/debian/source/options b/debian/squeeze/tdeaccessibility/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeaccessibility/debian/source/options +++ b/debian/squeeze/tdeaccessibility/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeaddons/debian/rules b/debian/squeeze/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/debian/squeeze/tdeaddons/debian/rules +++ b/debian/squeeze/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/debian/squeeze/tdeaddons/debian/source/options b/debian/squeeze/tdeaddons/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeaddons/debian/source/options +++ b/debian/squeeze/tdeaddons/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeadmin/debian/rules b/debian/squeeze/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/debian/squeeze/tdeadmin/debian/rules +++ b/debian/squeeze/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine 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=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/debian/squeeze/tdeadmin/debian/source/options b/debian/squeeze/tdeadmin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeadmin/debian/source/options +++ b/debian/squeeze/tdeadmin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeartwork/debian/control b/debian/squeeze/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/debian/squeeze/tdeartwork/debian/control +++ b/debian/squeeze/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Sune Vuorela -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/debian/squeeze/tdeartwork/debian/rules b/debian/squeeze/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/debian/squeeze/tdeartwork/debian/rules +++ b/debian/squeeze/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/debian/squeeze/tdeartwork/debian/source/options b/debian/squeeze/tdeartwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeartwork/debian/source/options +++ b/debian/squeeze/tdeartwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdebase/debian/80ubuntu-xmodmap b/debian/squeeze/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/debian/squeeze/tdebase/debian/80ubuntu-xmodmap +++ b/debian/squeeze/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/debian/squeeze/tdebase/debian/control b/debian/squeeze/tdebase/debian/control index 39819b4ea..7f0ff08d3 100644 --- a/debian/squeeze/tdebase/debian/control +++ b/debian/squeeze/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/debian/squeeze/tdebase/debian/rules b/debian/squeeze/tdebase/debian/rules index a5183fe19..c72887aaa 100755 --- a/debian/squeeze/tdebase/debian/rules +++ b/debian/squeeze/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/debian/squeeze/tdebase/debian/source/options b/debian/squeeze/tdebase/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdebase/debian/source/options +++ b/debian/squeeze/tdebase/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdebindings/debian/rules b/debian/squeeze/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/debian/squeeze/tdebindings/debian/rules +++ b/debian/squeeze/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/debian/squeeze/tdebindings/debian/source/options b/debian/squeeze/tdebindings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdebindings/debian/source/options +++ b/debian/squeeze/tdebindings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeedu/debian/rules b/debian/squeeze/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/debian/squeeze/tdeedu/debian/rules +++ b/debian/squeeze/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/debian/squeeze/tdeedu/debian/source/options b/debian/squeeze/tdeedu/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeedu/debian/source/options +++ b/debian/squeeze/tdeedu/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdegames/debian/rules b/debian/squeeze/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/debian/squeeze/tdegames/debian/rules +++ b/debian/squeeze/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/debian/squeeze/tdegames/debian/source/options b/debian/squeeze/tdegames/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdegames/debian/source/options +++ b/debian/squeeze/tdegames/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdegraphics/debian/rules b/debian/squeeze/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/debian/squeeze/tdegraphics/debian/rules +++ b/debian/squeeze/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/debian/squeeze/tdegraphics/debian/source/options b/debian/squeeze/tdegraphics/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdegraphics/debian/source/options +++ b/debian/squeeze/tdegraphics/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules index 3c7a4b8a7..44ac6deda 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/debian/squeeze/tdelibs/debian/source/options b/debian/squeeze/tdelibs/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdelibs/debian/source/options +++ b/debian/squeeze/tdelibs/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdemultimedia/debian/rules b/debian/squeeze/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/debian/squeeze/tdemultimedia/debian/rules +++ b/debian/squeeze/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/debian/squeeze/tdemultimedia/debian/source/options b/debian/squeeze/tdemultimedia/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdemultimedia/debian/source/options +++ b/debian/squeeze/tdemultimedia/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdenetwork/debian/control b/debian/squeeze/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/debian/squeeze/tdenetwork/debian/control +++ b/debian/squeeze/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius , Sarah Hobbs , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/debian/squeeze/tdenetwork/debian/control.in b/debian/squeeze/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/debian/squeeze/tdenetwork/debian/control.in +++ b/debian/squeeze/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/debian/squeeze/tdenetwork/debian/rules b/debian/squeeze/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/debian/squeeze/tdenetwork/debian/rules +++ b/debian/squeeze/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/squeeze/tdenetwork/debian/source/options b/debian/squeeze/tdenetwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdenetwork/debian/source/options +++ b/debian/squeeze/tdenetwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdepim/debian/rules b/debian/squeeze/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/debian/squeeze/tdepim/debian/rules +++ b/debian/squeeze/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/debian/squeeze/tdepim/debian/source/options b/debian/squeeze/tdepim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdepim/debian/source/options +++ b/debian/squeeze/tdepim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdesdk/debian/control b/debian/squeeze/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/debian/squeeze/tdesdk/debian/control +++ b/debian/squeeze/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/debian/squeeze/tdesdk/debian/rules b/debian/squeeze/tdesdk/debian/rules index 3675e531a..36d49b7c7 100755 --- a/debian/squeeze/tdesdk/debian/rules +++ b/debian/squeeze/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/squeeze/tdesdk/debian/source/options b/debian/squeeze/tdesdk/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdesdk/debian/source/options +++ b/debian/squeeze/tdesdk/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdetoys/debian/control b/debian/squeeze/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/debian/squeeze/tdetoys/debian/control +++ b/debian/squeeze/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/debian/squeeze/tdetoys/debian/rules b/debian/squeeze/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/debian/squeeze/tdetoys/debian/rules +++ b/debian/squeeze/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/debian/squeeze/tdetoys/debian/source/options b/debian/squeeze/tdetoys/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdetoys/debian/source/options +++ b/debian/squeeze/tdetoys/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdeutils/debian/control b/debian/squeeze/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/debian/squeeze/tdeutils/debian/control +++ b/debian/squeeze/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/debian/squeeze/tdeutils/debian/rules b/debian/squeeze/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/debian/squeeze/tdeutils/debian/rules +++ b/debian/squeeze/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/squeeze/tdeutils/debian/source/options b/debian/squeeze/tdeutils/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdeutils/debian/source/options +++ b/debian/squeeze/tdeutils/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdevelop/debian/control b/debian/squeeze/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/debian/squeeze/tdevelop/debian/control +++ b/debian/squeeze/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Jeremy Lain -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/debian/squeeze/tdevelop/debian/rules b/debian/squeeze/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/debian/squeeze/tdevelop/debian/rules +++ b/debian/squeeze/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/debian/squeeze/tdevelop/debian/source/options b/debian/squeeze/tdevelop/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdevelop/debian/source/options +++ b/debian/squeeze/tdevelop/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/squeeze/tdewebdev/debian/rules b/debian/squeeze/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/debian/squeeze/tdewebdev/debian/rules +++ b/debian/squeeze/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/squeeze/tdewebdev/debian/source/options b/debian/squeeze/tdewebdev/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/squeeze/tdewebdev/debian/source/options +++ b/debian/squeeze/tdewebdev/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/abakus/debian/rules b/debian/wheezy/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/debian/wheezy/applications/abakus/debian/rules +++ b/debian/wheezy/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/abakus/debian/source/options b/debian/wheezy/applications/abakus/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/abakus/debian/source/options +++ b/debian/wheezy/applications/abakus/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/adept/debian/rules b/debian/wheezy/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/debian/wheezy/applications/adept/debian/rules +++ b/debian/wheezy/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/debian/wheezy/applications/adept/debian/source/options b/debian/wheezy/applications/adept/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/adept/debian/source/options +++ b/debian/wheezy/applications/adept/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/amarok.cmake/debian/source/options b/debian/wheezy/applications/amarok.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/amarok.cmake/debian/source/options +++ b/debian/wheezy/applications/amarok.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/amarok/debian/rules b/debian/wheezy/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/debian/wheezy/applications/amarok/debian/rules +++ b/debian/wheezy/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/debian/wheezy/applications/amarok/debian/source/options b/debian/wheezy/applications/amarok/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/amarok/debian/source/options +++ b/debian/wheezy/applications/amarok/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/basket/debian/rules b/debian/wheezy/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/debian/wheezy/applications/basket/debian/rules +++ b/debian/wheezy/applications/basket/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/basket/debian/source/options b/debian/wheezy/applications/basket/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/basket/debian/source/options +++ b/debian/wheezy/applications/basket/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/bibletime/debian/rules b/debian/wheezy/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/debian/wheezy/applications/bibletime/debian/rules +++ b/debian/wheezy/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/debian/wheezy/applications/bibletime/debian/source/options b/debian/wheezy/applications/bibletime/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/bibletime/debian/source/options +++ b/debian/wheezy/applications/bibletime/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/compizconfig-backend-kconfig/debian/rules b/debian/wheezy/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/debian/wheezy/applications/compizconfig-backend-kconfig/debian/rules +++ b/debian/wheezy/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/compizconfig-backend-kconfig/debian/source/options b/debian/wheezy/applications/compizconfig-backend-kconfig/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/compizconfig-backend-kconfig/debian/source/options +++ b/debian/wheezy/applications/compizconfig-backend-kconfig/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/desktop-effects-tde/debian/rules b/debian/wheezy/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/debian/wheezy/applications/desktop-effects-tde/debian/rules +++ b/debian/wheezy/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/debian/wheezy/applications/desktop-effects-tde/debian/source/options b/debian/wheezy/applications/desktop-effects-tde/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/desktop-effects-tde/debian/source/options +++ b/debian/wheezy/applications/desktop-effects-tde/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/digikam/debian/rules b/debian/wheezy/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/debian/wheezy/applications/digikam/debian/rules +++ b/debian/wheezy/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/debian/wheezy/applications/digikam/debian/source/options b/debian/wheezy/applications/digikam/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/digikam/debian/source/options +++ b/debian/wheezy/applications/digikam/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/dolphin/debian/rules b/debian/wheezy/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/debian/wheezy/applications/dolphin/debian/rules +++ b/debian/wheezy/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/debian/wheezy/applications/dolphin/debian/source/options b/debian/wheezy/applications/dolphin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/dolphin/debian/source/options +++ b/debian/wheezy/applications/dolphin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/filelight-l10n/debian/rules b/debian/wheezy/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/debian/wheezy/applications/filelight-l10n/debian/rules +++ b/debian/wheezy/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/filelight-l10n/debian/source/options b/debian/wheezy/applications/filelight-l10n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/filelight-l10n/debian/source/options +++ b/debian/wheezy/applications/filelight-l10n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/filelight/debian/rules b/debian/wheezy/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/debian/wheezy/applications/filelight/debian/rules +++ b/debian/wheezy/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/filelight/debian/source/options b/debian/wheezy/applications/filelight/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/filelight/debian/source/options +++ b/debian/wheezy/applications/filelight/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/fusion-icon/debian/rules b/debian/wheezy/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/debian/wheezy/applications/fusion-icon/debian/rules +++ b/debian/wheezy/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/debian/wheezy/applications/fusion-icon/debian/source/options b/debian/wheezy/applications/fusion-icon/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/fusion-icon/debian/source/options +++ b/debian/wheezy/applications/fusion-icon/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/gtk-qt-engine/debian/rules b/debian/wheezy/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/debian/wheezy/applications/gtk-qt-engine/debian/rules +++ b/debian/wheezy/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/debian/wheezy/applications/gtk-qt-engine/debian/source/options b/debian/wheezy/applications/gtk-qt-engine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/gtk-qt-engine/debian/source/options +++ b/debian/wheezy/applications/gtk-qt-engine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/rules b/debian/wheezy/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/wheezy/applications/gtk3-tqt-engine/debian/rules +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/gwenview-i18n/debian/rules b/debian/wheezy/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/debian/wheezy/applications/gwenview-i18n/debian/rules +++ b/debian/wheezy/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/debian/wheezy/applications/gwenview-i18n/debian/source/options b/debian/wheezy/applications/gwenview-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/gwenview-i18n/debian/source/options +++ b/debian/wheezy/applications/gwenview-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/gwenview/debian/rules b/debian/wheezy/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/debian/wheezy/applications/gwenview/debian/rules +++ b/debian/wheezy/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/debian/wheezy/applications/gwenview/debian/source/options b/debian/wheezy/applications/gwenview/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/gwenview/debian/source/options +++ b/debian/wheezy/applications/gwenview/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/k3b-i18n/debian/rules b/debian/wheezy/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/debian/wheezy/applications/k3b-i18n/debian/rules +++ b/debian/wheezy/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/debian/wheezy/applications/k3b-i18n/debian/source/options b/debian/wheezy/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/k3b-i18n/debian/source/options +++ b/debian/wheezy/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/k3b/debian/control b/debian/wheezy/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/debian/wheezy/applications/k3b/debian/control +++ b/debian/wheezy/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Francois Marier , Fathi Boudra -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/debian/wheezy/applications/k3b/debian/rules b/debian/wheezy/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/debian/wheezy/applications/k3b/debian/rules +++ b/debian/wheezy/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/k3b/debian/source/options b/debian/wheezy/applications/k3b/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/k3b/debian/source/options +++ b/debian/wheezy/applications/k3b/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/k9copy/debian/rules b/debian/wheezy/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/debian/wheezy/applications/k9copy/debian/rules +++ b/debian/wheezy/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/k9copy/debian/source/options b/debian/wheezy/applications/k9copy/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/k9copy/debian/source/options +++ b/debian/wheezy/applications/k9copy/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kaffeine-mozilla/debian/rules b/debian/wheezy/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/debian/wheezy/applications/kaffeine-mozilla/debian/rules +++ b/debian/wheezy/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kaffeine-mozilla/debian/source/options b/debian/wheezy/applications/kaffeine-mozilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kaffeine-mozilla/debian/source/options +++ b/debian/wheezy/applications/kaffeine-mozilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kaffeine/debian/rules b/debian/wheezy/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/debian/wheezy/applications/kaffeine/debian/rules +++ b/debian/wheezy/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kaffeine/debian/source/options b/debian/wheezy/applications/kaffeine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kaffeine/debian/source/options +++ b/debian/wheezy/applications/kaffeine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/katapult/debian/rules b/debian/wheezy/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/debian/wheezy/applications/katapult/debian/rules +++ b/debian/wheezy/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/debian/wheezy/applications/katapult/debian/source/options b/debian/wheezy/applications/katapult/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/katapult/debian/source/options +++ b/debian/wheezy/applications/katapult/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kbarcode/debian/rules b/debian/wheezy/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/debian/wheezy/applications/kbarcode/debian/rules +++ b/debian/wheezy/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kbarcode/debian/source/options b/debian/wheezy/applications/kbarcode/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kbarcode/debian/source/options +++ b/debian/wheezy/applications/kbarcode/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kbfx/debian/rules b/debian/wheezy/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/debian/wheezy/applications/kbfx/debian/rules +++ b/debian/wheezy/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/debian/wheezy/applications/kbfx/debian/source/options b/debian/wheezy/applications/kbfx/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kbfx/debian/source/options +++ b/debian/wheezy/applications/kbfx/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kbookreader/debian/rules b/debian/wheezy/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/debian/wheezy/applications/kbookreader/debian/rules +++ b/debian/wheezy/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kbookreader/debian/source/options b/debian/wheezy/applications/kbookreader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kbookreader/debian/source/options +++ b/debian/wheezy/applications/kbookreader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kchmviewer/debian/rules b/debian/wheezy/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/debian/wheezy/applications/kchmviewer/debian/rules +++ b/debian/wheezy/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kchmviewer/debian/source/options b/debian/wheezy/applications/kchmviewer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kchmviewer/debian/source/options +++ b/debian/wheezy/applications/kchmviewer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kcmautostart/debian/rules b/debian/wheezy/applications/kcmautostart/debian/rules old mode 100644 new mode 100755 index 242fb2c84..9bed17b05 --- a/debian/wheezy/applications/kcmautostart/debian/rules +++ b/debian/wheezy/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kcmldap/debian/changelog b/debian/wheezy/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/debian/wheezy/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/wheezy/applications/kcmldap/debian/compat b/debian/wheezy/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/wheezy/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/wheezy/applications/kcmldap/debian/control b/debian/wheezy/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/debian/wheezy/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaƫl Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/debian/wheezy/applications/kcmldap/debian/copyright b/debian/wheezy/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/wheezy/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/wheezy/applications/kcmldap/debian/rules b/debian/wheezy/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/wheezy/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kcmldapcontroller/debian/changelog b/debian/wheezy/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/debian/wheezy/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/wheezy/applications/kcmldapcontroller/debian/compat b/debian/wheezy/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/wheezy/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/wheezy/applications/kcmldapcontroller/debian/control b/debian/wheezy/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/debian/wheezy/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/debian/wheezy/applications/kcmldapcontroller/debian/copyright b/debian/wheezy/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/wheezy/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/wheezy/applications/kcmldapcontroller/debian/rules b/debian/wheezy/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/wheezy/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kcmldapmanager/debian/changelog b/debian/wheezy/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/debian/wheezy/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/wheezy/applications/kcmldapmanager/debian/compat b/debian/wheezy/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/wheezy/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/wheezy/applications/kcmldapmanager/debian/control b/debian/wheezy/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/debian/wheezy/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/debian/wheezy/applications/kcmldapmanager/debian/copyright b/debian/wheezy/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/wheezy/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/wheezy/applications/kcmldapmanager/debian/rules b/debian/wheezy/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/debian/wheezy/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kcpuload/debian/rules b/debian/wheezy/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/debian/wheezy/applications/kcpuload/debian/rules +++ b/debian/wheezy/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/wheezy/applications/kcpuload/debian/source/options b/debian/wheezy/applications/kcpuload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kcpuload/debian/source/options +++ b/debian/wheezy/applications/kcpuload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kdbusnotification/debian/rules b/debian/wheezy/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/debian/wheezy/applications/kdbusnotification/debian/rules +++ b/debian/wheezy/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/wheezy/applications/kdbusnotification/debian/source/options b/debian/wheezy/applications/kdbusnotification/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kdbusnotification/debian/source/options +++ b/debian/wheezy/applications/kdbusnotification/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kdiff3/debian/rules b/debian/wheezy/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/debian/wheezy/applications/kdiff3/debian/rules +++ b/debian/wheezy/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kdiff3/debian/source/options b/debian/wheezy/applications/kdiff3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kdiff3/debian/source/options +++ b/debian/wheezy/applications/kdiff3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kdirstat/debian/rules b/debian/wheezy/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/debian/wheezy/applications/kdirstat/debian/rules +++ b/debian/wheezy/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kdirstat/debian/source/options b/debian/wheezy/applications/kdirstat/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kdirstat/debian/source/options +++ b/debian/wheezy/applications/kdirstat/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kdpkg/debian/rules b/debian/wheezy/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/debian/wheezy/applications/kdpkg/debian/rules +++ b/debian/wheezy/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kdpkg/debian/source/options b/debian/wheezy/applications/kdpkg/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kdpkg/debian/source/options +++ b/debian/wheezy/applications/kdpkg/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/keep/debian/rules b/debian/wheezy/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/debian/wheezy/applications/keep/debian/rules +++ b/debian/wheezy/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/keep/debian/source/options b/debian/wheezy/applications/keep/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/keep/debian/source/options +++ b/debian/wheezy/applications/keep/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kerberostray/debian/rules b/debian/wheezy/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/wheezy/applications/kerberostray/debian/rules +++ b/debian/wheezy/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kerry/debian/rules b/debian/wheezy/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/debian/wheezy/applications/kerry/debian/rules +++ b/debian/wheezy/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/debian/wheezy/applications/kerry/debian/source/options b/debian/wheezy/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kerry/debian/source/options +++ b/debian/wheezy/applications/kerry/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kgtk-qt3/debian/rules b/debian/wheezy/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/debian/wheezy/applications/kgtk-qt3/debian/rules +++ b/debian/wheezy/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/kgtk-qt3/debian/source/options b/debian/wheezy/applications/kgtk-qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kgtk-qt3/debian/source/options +++ b/debian/wheezy/applications/kgtk-qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kile/debian/rules b/debian/wheezy/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/debian/wheezy/applications/kile/debian/rules +++ b/debian/wheezy/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kile/debian/source/options b/debian/wheezy/applications/kile/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kile/debian/source/options +++ b/debian/wheezy/applications/kile/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kima/debian/rules b/debian/wheezy/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/debian/wheezy/applications/kima/debian/rules +++ b/debian/wheezy/applications/kima/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kima/debian/source/options b/debian/wheezy/applications/kima/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kima/debian/source/options +++ b/debian/wheezy/applications/kima/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kio-apt/debian/rules b/debian/wheezy/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/debian/wheezy/applications/kio-apt/debian/rules +++ b/debian/wheezy/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kio-apt/debian/source/options b/debian/wheezy/applications/kio-apt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kio-apt/debian/source/options +++ b/debian/wheezy/applications/kio-apt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kio-locate/debian/rules b/debian/wheezy/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/debian/wheezy/applications/kio-locate/debian/rules +++ b/debian/wheezy/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/kio-locate/debian/source/options b/debian/wheezy/applications/kio-locate/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kio-locate/debian/source/options +++ b/debian/wheezy/applications/kio-locate/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kio-umountwrapper/debian/rules b/debian/wheezy/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/debian/wheezy/applications/kio-umountwrapper/debian/rules +++ b/debian/wheezy/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kio-umountwrapper/debian/source/options b/debian/wheezy/applications/kio-umountwrapper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kio-umountwrapper/debian/source/options +++ b/debian/wheezy/applications/kio-umountwrapper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kiosktool/debian/rules b/debian/wheezy/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/debian/wheezy/applications/kiosktool/debian/rules +++ b/debian/wheezy/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kiosktool/debian/source/options b/debian/wheezy/applications/kiosktool/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kiosktool/debian/source/options +++ b/debian/wheezy/applications/kiosktool/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kmplayer/debian/rules b/debian/wheezy/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/debian/wheezy/applications/kmplayer/debian/rules +++ b/debian/wheezy/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kmplayer/debian/source/options b/debian/wheezy/applications/kmplayer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kmplayer/debian/source/options +++ b/debian/wheezy/applications/kmplayer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kmyfirewall/debian/rules b/debian/wheezy/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/debian/wheezy/applications/kmyfirewall/debian/rules +++ b/debian/wheezy/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kmyfirewall/debian/source/options b/debian/wheezy/applications/kmyfirewall/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kmyfirewall/debian/source/options +++ b/debian/wheezy/applications/kmyfirewall/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kmymoney/debian/rules b/debian/wheezy/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/debian/wheezy/applications/kmymoney/debian/rules +++ b/debian/wheezy/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/debian/wheezy/applications/kmymoney/debian/source/options b/debian/wheezy/applications/kmymoney/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kmymoney/debian/source/options +++ b/debian/wheezy/applications/kmymoney/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knemo/debian/rules b/debian/wheezy/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/debian/wheezy/applications/knemo/debian/rules +++ b/debian/wheezy/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/knemo/debian/source/options b/debian/wheezy/applications/knemo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knemo/debian/source/options +++ b/debian/wheezy/applications/knemo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knetload/debian/rules b/debian/wheezy/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/debian/wheezy/applications/knetload/debian/rules +++ b/debian/wheezy/applications/knetload/debian/rules @@ -9,6 +9,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/debian/wheezy/applications/knetload/debian/source/options b/debian/wheezy/applications/knetload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knetload/debian/source/options +++ b/debian/wheezy/applications/knetload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knetstats/debian/rules b/debian/wheezy/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/debian/wheezy/applications/knetstats/debian/rules +++ b/debian/wheezy/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/knetstats/debian/source/options b/debian/wheezy/applications/knetstats/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knetstats/debian/source/options +++ b/debian/wheezy/applications/knetstats/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knetworkmanager.cmake/debian/source/options b/debian/wheezy/applications/knetworkmanager.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knetworkmanager.cmake/debian/source/options +++ b/debian/wheezy/applications/knetworkmanager.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knetworkmanager8/debian/rules b/debian/wheezy/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/debian/wheezy/applications/knetworkmanager8/debian/rules +++ b/debian/wheezy/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/knetworkmanager8/debian/source/options b/debian/wheezy/applications/knetworkmanager8/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knetworkmanager8/debian/source/options +++ b/debian/wheezy/applications/knetworkmanager8/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knetworkmanager9/debian/rules b/debian/wheezy/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/debian/wheezy/applications/knetworkmanager9/debian/rules +++ b/debian/wheezy/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/debian/wheezy/applications/knetworkmanager9/debian/source/options b/debian/wheezy/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knetworkmanager9/debian/source/options +++ b/debian/wheezy/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knights/debian/rules b/debian/wheezy/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/debian/wheezy/applications/knights/debian/rules +++ b/debian/wheezy/applications/knights/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/knights/debian/source/options b/debian/wheezy/applications/knights/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knights/debian/source/options +++ b/debian/wheezy/applications/knights/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knowit/debian/rules b/debian/wheezy/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/debian/wheezy/applications/knowit/debian/rules +++ b/debian/wheezy/applications/knowit/debian/rules @@ -14,6 +14,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/knowit/debian/source/options b/debian/wheezy/applications/knowit/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knowit/debian/source/options +++ b/debian/wheezy/applications/knowit/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/knutclient/debian/rules b/debian/wheezy/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/debian/wheezy/applications/knutclient/debian/rules +++ b/debian/wheezy/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/knutclient/debian/source/options b/debian/wheezy/applications/knutclient/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/knutclient/debian/source/options +++ b/debian/wheezy/applications/knutclient/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/koffice-i18n/debian/rules b/debian/wheezy/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/debian/wheezy/applications/koffice-i18n/debian/rules +++ b/debian/wheezy/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/debian/wheezy/applications/koffice-i18n/debian/source/options b/debian/wheezy/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/koffice-i18n/debian/source/options +++ b/debian/wheezy/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/koffice/debian/rules b/debian/wheezy/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/debian/wheezy/applications/koffice/debian/rules +++ b/debian/wheezy/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/debian/wheezy/applications/koffice/debian/source/options b/debian/wheezy/applications/koffice/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/koffice/debian/source/options +++ b/debian/wheezy/applications/koffice/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/konversation/debian/rules b/debian/wheezy/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/debian/wheezy/applications/konversation/debian/rules +++ b/debian/wheezy/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/konversation/debian/source/options b/debian/wheezy/applications/konversation/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/konversation/debian/source/options +++ b/debian/wheezy/applications/konversation/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kopete-otr/debian/rules b/debian/wheezy/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/wheezy/applications/kopete-otr/debian/rules +++ b/debian/wheezy/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kopete-otr/debian/source/options b/debian/wheezy/applications/kopete-otr/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kopete-otr/debian/source/options +++ b/debian/wheezy/applications/kopete-otr/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kpicosim/debian/rules b/debian/wheezy/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/debian/wheezy/applications/kpicosim/debian/rules +++ b/debian/wheezy/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kpicosim/debian/source/options b/debian/wheezy/applications/kpicosim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kpicosim/debian/source/options +++ b/debian/wheezy/applications/kpicosim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kpilot/debian/rules b/debian/wheezy/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/debian/wheezy/applications/kpilot/debian/rules +++ b/debian/wheezy/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kpilot/debian/source/options b/debian/wheezy/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kpilot/debian/source/options +++ b/debian/wheezy/applications/kpilot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kpowersave-nohal/debian/rules b/debian/wheezy/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/debian/wheezy/applications/kpowersave-nohal/debian/rules +++ b/debian/wheezy/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kpowersave-nohal/debian/source/options b/debian/wheezy/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kpowersave-nohal/debian/source/options +++ b/debian/wheezy/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kpowersave.cmake/debian/source/options b/debian/wheezy/applications/kpowersave.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kpowersave.cmake/debian/source/options +++ b/debian/wheezy/applications/kpowersave.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kpowersave/debian/rules b/debian/wheezy/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/debian/wheezy/applications/kpowersave/debian/rules +++ b/debian/wheezy/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kpowersave/debian/source/options b/debian/wheezy/applications/kpowersave/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kpowersave/debian/source/options +++ b/debian/wheezy/applications/kpowersave/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kradio/debian/rules b/debian/wheezy/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/debian/wheezy/applications/kradio/debian/rules +++ b/debian/wheezy/applications/kradio/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/kradio/debian/source/options b/debian/wheezy/applications/kradio/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kradio/debian/source/options +++ b/debian/wheezy/applications/kradio/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/krename/debian/rules b/debian/wheezy/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/debian/wheezy/applications/krename/debian/rules +++ b/debian/wheezy/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/wheezy/applications/krename/debian/source/options b/debian/wheezy/applications/krename/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/krename/debian/source/options +++ b/debian/wheezy/applications/krename/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/krusader/debian/rules b/debian/wheezy/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/debian/wheezy/applications/krusader/debian/rules +++ b/debian/wheezy/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/krusader/debian/source/options b/debian/wheezy/applications/krusader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/krusader/debian/source/options +++ b/debian/wheezy/applications/krusader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/ksplash-engine-moodin/debian/rules b/debian/wheezy/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/debian/wheezy/applications/ksplash-engine-moodin/debian/rules +++ b/debian/wheezy/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/ksplash-engine-moodin/debian/source/options b/debian/wheezy/applications/ksplash-engine-moodin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/ksplash-engine-moodin/debian/source/options +++ b/debian/wheezy/applications/ksplash-engine-moodin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/ksquirrel/debian/rules b/debian/wheezy/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/debian/wheezy/applications/ksquirrel/debian/rules +++ b/debian/wheezy/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/ksquirrel/debian/source/options b/debian/wheezy/applications/ksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/ksquirrel/debian/source/options +++ b/debian/wheezy/applications/ksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kstreamripper/debian/rules b/debian/wheezy/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/debian/wheezy/applications/kstreamripper/debian/rules +++ b/debian/wheezy/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/debian/wheezy/applications/kstreamripper/debian/source/options b/debian/wheezy/applications/kstreamripper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kstreamripper/debian/source/options +++ b/debian/wheezy/applications/kstreamripper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/ksystemlog/debian/rules b/debian/wheezy/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/debian/wheezy/applications/ksystemlog/debian/rules +++ b/debian/wheezy/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/ksystemlog/debian/source/options b/debian/wheezy/applications/ksystemlog/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/ksystemlog/debian/source/options +++ b/debian/wheezy/applications/ksystemlog/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/ktechlab/debian/rules b/debian/wheezy/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/debian/wheezy/applications/ktechlab/debian/rules +++ b/debian/wheezy/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/debian/wheezy/applications/ktechlab/debian/source/options b/debian/wheezy/applications/ktechlab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/ktechlab/debian/source/options +++ b/debian/wheezy/applications/ktechlab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/ktorrent/debian/rules b/debian/wheezy/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/debian/wheezy/applications/ktorrent/debian/rules +++ b/debian/wheezy/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/debian/wheezy/applications/ktorrent/debian/source/options b/debian/wheezy/applications/ktorrent/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/ktorrent/debian/source/options +++ b/debian/wheezy/applications/ktorrent/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kuickshow/debian/rules b/debian/wheezy/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/debian/wheezy/applications/kuickshow/debian/rules +++ b/debian/wheezy/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/kuickshow/debian/source/options b/debian/wheezy/applications/kuickshow/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kuickshow/debian/source/options +++ b/debian/wheezy/applications/kuickshow/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kvirc/debian/rules b/debian/wheezy/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/debian/wheezy/applications/kvirc/debian/rules +++ b/debian/wheezy/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/debian/wheezy/applications/kvirc/debian/source/options b/debian/wheezy/applications/kvirc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kvirc/debian/source/options +++ b/debian/wheezy/applications/kvirc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kvkbd/debian/rules b/debian/wheezy/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/debian/wheezy/applications/kvkbd/debian/rules +++ b/debian/wheezy/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/debian/wheezy/applications/kvkbd/debian/source/options b/debian/wheezy/applications/kvkbd/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kvkbd/debian/source/options +++ b/debian/wheezy/applications/kvkbd/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/kvpnc/debian/rules b/debian/wheezy/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/debian/wheezy/applications/kvpnc/debian/rules +++ b/debian/wheezy/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/debian/wheezy/applications/kvpnc/debian/source/options b/debian/wheezy/applications/kvpnc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/kvpnc/debian/source/options +++ b/debian/wheezy/applications/kvpnc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/piklab/debian/rules b/debian/wheezy/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/debian/wheezy/applications/piklab/debian/rules +++ b/debian/wheezy/applications/piklab/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/piklab/debian/source/options b/debian/wheezy/applications/piklab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/piklab/debian/source/options +++ b/debian/wheezy/applications/piklab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/potracegui/debian/rules b/debian/wheezy/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/debian/wheezy/applications/potracegui/debian/rules +++ b/debian/wheezy/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/potracegui/debian/source/options b/debian/wheezy/applications/potracegui/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/potracegui/debian/source/options +++ b/debian/wheezy/applications/potracegui/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/qt4-tqt-theme-engine/debian/rules b/debian/wheezy/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/debian/wheezy/applications/qt4-tqt-theme-engine/debian/rules +++ b/debian/wheezy/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/debian/wheezy/applications/rosegarden/debian/rules b/debian/wheezy/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/debian/wheezy/applications/rosegarden/debian/rules +++ b/debian/wheezy/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/wheezy/applications/rosegarden/debian/source/options b/debian/wheezy/applications/rosegarden/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/rosegarden/debian/source/options +++ b/debian/wheezy/applications/rosegarden/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/smartcardauth/debian/rules b/debian/wheezy/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/debian/wheezy/applications/smartcardauth/debian/rules +++ b/debian/wheezy/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/applications/smartcardauth/debian/source/options b/debian/wheezy/applications/smartcardauth/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/smartcardauth/debian/source/options +++ b/debian/wheezy/applications/smartcardauth/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/smb4k/debian/rules b/debian/wheezy/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/debian/wheezy/applications/smb4k/debian/rules +++ b/debian/wheezy/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/smb4k/debian/source/options b/debian/wheezy/applications/smb4k/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/smb4k/debian/source/options +++ b/debian/wheezy/applications/smb4k/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/soundkonverter/debian/rules b/debian/wheezy/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/debian/wheezy/applications/soundkonverter/debian/rules +++ b/debian/wheezy/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/debian/wheezy/applications/soundkonverter/debian/source/options b/debian/wheezy/applications/soundkonverter/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/soundkonverter/debian/source/options +++ b/debian/wheezy/applications/soundkonverter/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tde-guidance/debian/rules b/debian/wheezy/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/debian/wheezy/applications/tde-guidance/debian/rules +++ b/debian/wheezy/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/debian/wheezy/applications/tde-guidance/debian/source/options b/debian/wheezy/applications/tde-guidance/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tde-guidance/debian/source/options +++ b/debian/wheezy/applications/tde-guidance/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tde-style-lipstik/debian/rules b/debian/wheezy/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/debian/wheezy/applications/tde-style-lipstik/debian/rules +++ b/debian/wheezy/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/tde-style-lipstik/debian/source/options b/debian/wheezy/applications/tde-style-lipstik/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tde-style-lipstik/debian/source/options +++ b/debian/wheezy/applications/tde-style-lipstik/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tde-style-qtcurve/debian/rules b/debian/wheezy/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/debian/wheezy/applications/tde-style-qtcurve/debian/rules +++ b/debian/wheezy/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/tde-style-qtcurve/debian/source/options b/debian/wheezy/applications/tde-style-qtcurve/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tde-style-qtcurve/debian/source/options +++ b/debian/wheezy/applications/tde-style-qtcurve/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tde-systemsettings/debian/rules b/debian/wheezy/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/debian/wheezy/applications/tde-systemsettings/debian/rules +++ b/debian/wheezy/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/tde-systemsettings/debian/source/options b/debian/wheezy/applications/tde-systemsettings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tde-systemsettings/debian/source/options +++ b/debian/wheezy/applications/tde-systemsettings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tdesudo/debian/rules b/debian/wheezy/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/debian/wheezy/applications/tdesudo/debian/rules +++ b/debian/wheezy/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/debian/wheezy/applications/tdesudo/debian/source/options b/debian/wheezy/applications/tdesudo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tdesudo/debian/source/options +++ b/debian/wheezy/applications/tdesudo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tdesvn/debian/rules b/debian/wheezy/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/debian/wheezy/applications/tdesvn/debian/rules +++ b/debian/wheezy/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/tdesvn/debian/source/options b/debian/wheezy/applications/tdesvn/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tdesvn/debian/source/options +++ b/debian/wheezy/applications/tdesvn/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tdmtheme/debian/rules b/debian/wheezy/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/debian/wheezy/applications/tdmtheme/debian/rules +++ b/debian/wheezy/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/tdmtheme/debian/source/options b/debian/wheezy/applications/tdmtheme/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tdmtheme/debian/source/options +++ b/debian/wheezy/applications/tdmtheme/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/tellico/debian/rules b/debian/wheezy/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/debian/wheezy/applications/tellico/debian/rules +++ b/debian/wheezy/applications/tellico/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/applications/tellico/debian/source/options b/debian/wheezy/applications/tellico/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/tellico/debian/source/options +++ b/debian/wheezy/applications/tellico/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/twin-style-crystal/debian/rules b/debian/wheezy/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/debian/wheezy/applications/twin-style-crystal/debian/rules +++ b/debian/wheezy/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/applications/twin-style-crystal/debian/source/options b/debian/wheezy/applications/twin-style-crystal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/twin-style-crystal/debian/source/options +++ b/debian/wheezy/applications/twin-style-crystal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/wlassistant/debian/rules b/debian/wheezy/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/debian/wheezy/applications/wlassistant/debian/rules +++ b/debian/wheezy/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/applications/wlassistant/debian/source/options b/debian/wheezy/applications/wlassistant/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/wlassistant/debian/source/options +++ b/debian/wheezy/applications/wlassistant/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/applications/yakuake/debian/rules b/debian/wheezy/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/debian/wheezy/applications/yakuake/debian/rules +++ b/debian/wheezy/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/debian/wheezy/applications/yakuake/debian/source/options b/debian/wheezy/applications/yakuake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/applications/yakuake/debian/source/options +++ b/debian/wheezy/applications/yakuake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/defaultsettings b/debian/wheezy/defaultsettings new file mode 120000 index 000000000..86062d702 --- /dev/null +++ b/debian/wheezy/defaultsettings @@ -0,0 +1 @@ +../../ubuntu/maverick/defaultsettings \ No newline at end of file diff --git a/debian/wheezy/dependencies/arts/debian/rules b/debian/wheezy/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/debian/wheezy/dependencies/arts/debian/rules +++ b/debian/wheezy/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/debian/wheezy/dependencies/arts/debian/source/options b/debian/wheezy/dependencies/arts/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/arts/debian/source/options +++ b/debian/wheezy/dependencies/arts/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/avahi-tqt/debian/control b/debian/wheezy/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/debian/wheezy/dependencies/avahi-tqt/debian/control +++ b/debian/wheezy/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Timothy Pearson Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/debian/wheezy/dependencies/avahi-tqt/debian/rules b/debian/wheezy/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/debian/wheezy/dependencies/avahi-tqt/debian/rules +++ b/debian/wheezy/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/debian/wheezy/dependencies/avahi-tqt/debian/source/options b/debian/wheezy/dependencies/avahi-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/avahi-tqt/debian/source/options +++ b/debian/wheezy/dependencies/avahi-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/dbus-1-tqt/debian/rules b/debian/wheezy/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/debian/wheezy/dependencies/dbus-1-tqt/debian/rules +++ b/debian/wheezy/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/dependencies/dbus-1-tqt/debian/source/options b/debian/wheezy/dependencies/dbus-1-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/dbus-1-tqt/debian/source/options +++ b/debian/wheezy/dependencies/dbus-1-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/dbus-tqt/debian/rules b/debian/wheezy/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/debian/wheezy/dependencies/dbus-tqt/debian/rules +++ b/debian/wheezy/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/dependencies/dbus-tqt/debian/source/options b/debian/wheezy/dependencies/dbus-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/dbus-tqt/debian/source/options +++ b/debian/wheezy/dependencies/dbus-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/libart-lgpl/debian/rules b/debian/wheezy/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/debian/wheezy/dependencies/libart-lgpl/debian/rules +++ b/debian/wheezy/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/dependencies/libart-lgpl/debian/source/options b/debian/wheezy/dependencies/libart-lgpl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/libart-lgpl/debian/source/options +++ b/debian/wheezy/dependencies/libart-lgpl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/libcaldav/debian/rules b/debian/wheezy/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/debian/wheezy/dependencies/libcaldav/debian/rules +++ b/debian/wheezy/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/wheezy/dependencies/libcarddav/debian/rules b/debian/wheezy/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/debian/wheezy/dependencies/libcarddav/debian/rules +++ b/debian/wheezy/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/debian/wheezy/dependencies/python-tqt/debian/rules b/debian/wheezy/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/debian/wheezy/dependencies/python-tqt/debian/rules +++ b/debian/wheezy/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/wheezy/dependencies/python-tqt/debian/source/options b/debian/wheezy/dependencies/python-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/python-tqt/debian/source/options +++ b/debian/wheezy/dependencies/python-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/qt3/debian/control b/debian/wheezy/dependencies/qt3/debian/control index 8b1654d79..e10fbcab1 100644 --- a/debian/wheezy/dependencies/qt3/debian/control +++ b/debian/wheezy/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/wheezy/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/wheezy/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/wheezy/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/wheezy/dependencies/qt3/debian/patches/series b/debian/wheezy/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/wheezy/dependencies/qt3/debian/patches/series +++ b/debian/wheezy/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/wheezy/dependencies/qt3/debian/rules b/debian/wheezy/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/debian/wheezy/dependencies/qt3/debian/rules +++ b/debian/wheezy/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/wheezy/dependencies/qt3/debian/source/options b/debian/wheezy/dependencies/qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/qt3/debian/source/options +++ b/debian/wheezy/dependencies/qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/sip4-tqt/debian/rules b/debian/wheezy/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/debian/wheezy/dependencies/sip4-tqt/debian/rules +++ b/debian/wheezy/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/debian/wheezy/dependencies/sip4-tqt/debian/source/options b/debian/wheezy/dependencies/sip4-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/sip4-tqt/debian/source/options +++ b/debian/wheezy/dependencies/sip4-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/tqca-tls/debian/rules b/debian/wheezy/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/debian/wheezy/dependencies/tqca-tls/debian/rules +++ b/debian/wheezy/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/dependencies/tqca-tls/debian/source/options b/debian/wheezy/dependencies/tqca-tls/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/tqca-tls/debian/source/options +++ b/debian/wheezy/dependencies/tqca-tls/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/tqscintilla/debian/rules b/debian/wheezy/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/debian/wheezy/dependencies/tqscintilla/debian/rules +++ b/debian/wheezy/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/wheezy/dependencies/tqscintilla/debian/source/options b/debian/wheezy/dependencies/tqscintilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/tqscintilla/debian/source/options +++ b/debian/wheezy/dependencies/tqscintilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/tqt3/debian/control b/debian/wheezy/dependencies/tqt3/debian/control index 1c8b45da3..b45983f80 100644 --- a/debian/wheezy/dependencies/tqt3/debian/control +++ b/debian/wheezy/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/debian/wheezy/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/debian/wheezy/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/debian/wheezy/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/debian/wheezy/dependencies/tqt3/debian/patches/series b/debian/wheezy/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/debian/wheezy/dependencies/tqt3/debian/patches/series +++ b/debian/wheezy/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/debian/wheezy/dependencies/tqt3/debian/rules b/debian/wheezy/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/debian/wheezy/dependencies/tqt3/debian/rules +++ b/debian/wheezy/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/debian/wheezy/dependencies/tqt3/debian/source/options b/debian/wheezy/dependencies/tqt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/tqt3/debian/source/options +++ b/debian/wheezy/dependencies/tqt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/dependencies/tqtinterface/debian/rules b/debian/wheezy/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/debian/wheezy/dependencies/tqtinterface/debian/rules +++ b/debian/wheezy/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/debian/wheezy/dependencies/tqtinterface/debian/source/options b/debian/wheezy/dependencies/tqtinterface/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/dependencies/tqtinterface/debian/source/options +++ b/debian/wheezy/dependencies/tqtinterface/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/kipi-plugins/debian/rules b/debian/wheezy/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/debian/wheezy/libraries/kipi-plugins/debian/rules +++ b/debian/wheezy/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/wheezy/libraries/kipi-plugins/debian/source/options b/debian/wheezy/libraries/kipi-plugins/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/kipi-plugins/debian/source/options +++ b/debian/wheezy/libraries/kipi-plugins/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/libkdcraw/debian/rules b/debian/wheezy/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/debian/wheezy/libraries/libkdcraw/debian/rules +++ b/debian/wheezy/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/libraries/libkdcraw/debian/source/options b/debian/wheezy/libraries/libkdcraw/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/libkdcraw/debian/source/options +++ b/debian/wheezy/libraries/libkdcraw/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/libkexiv2/debian/rules b/debian/wheezy/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/debian/wheezy/libraries/libkexiv2/debian/rules +++ b/debian/wheezy/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/debian/wheezy/libraries/libkexiv2/debian/source/options b/debian/wheezy/libraries/libkexiv2/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/libkexiv2/debian/source/options +++ b/debian/wheezy/libraries/libkexiv2/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/libkipi/debian/rules b/debian/wheezy/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/debian/wheezy/libraries/libkipi/debian/rules +++ b/debian/wheezy/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/debian/wheezy/libraries/libkipi/debian/source/options b/debian/wheezy/libraries/libkipi/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/libkipi/debian/source/options +++ b/debian/wheezy/libraries/libkipi/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/libksquirrel/debian/rules b/debian/wheezy/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/debian/wheezy/libraries/libksquirrel/debian/rules +++ b/debian/wheezy/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/libraries/libksquirrel/debian/source/options b/debian/wheezy/libraries/libksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/libksquirrel/debian/source/options +++ b/debian/wheezy/libraries/libksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/libtdeldap/debian/control b/debian/wheezy/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/debian/wheezy/libraries/libtdeldap/debian/control +++ b/debian/wheezy/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/debian/wheezy/libraries/libtdeldap/debian/rules b/debian/wheezy/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/debian/wheezy/libraries/libtdeldap/debian/rules +++ b/debian/wheezy/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/debian/wheezy/libraries/libtqt-perl/debian/rules b/debian/wheezy/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/debian/wheezy/libraries/libtqt-perl/debian/rules +++ b/debian/wheezy/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/debian/wheezy/libraries/libtqt-perl/debian/source/options b/debian/wheezy/libraries/libtqt-perl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/libtqt-perl/debian/source/options +++ b/debian/wheezy/libraries/libtqt-perl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/mlt++/debian/rules b/debian/wheezy/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/debian/wheezy/libraries/mlt++/debian/rules +++ b/debian/wheezy/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/libraries/mlt++/debian/source/options b/debian/wheezy/libraries/mlt++/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/mlt++/debian/source/options +++ b/debian/wheezy/libraries/mlt++/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/mlt/debian/rules b/debian/wheezy/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/debian/wheezy/libraries/mlt/debian/rules +++ b/debian/wheezy/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/wheezy/libraries/mlt/debian/source/options b/debian/wheezy/libraries/mlt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/mlt/debian/source/options +++ b/debian/wheezy/libraries/mlt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/pytdeextensions/debian/control b/debian/wheezy/libraries/pytdeextensions/debian/control index 0920e9e37..626311320 100644 --- a/debian/wheezy/libraries/pytdeextensions/debian/control +++ b/debian/wheezy/libraries/pytdeextensions/debian/control @@ -5,7 +5,7 @@ Maintainer: Timothy Pearson Uploaders: Fathi Boudra , Mark Purcell Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, - python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) + python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-all-dev (>= 2.5) Standards-Version: 3.8.4 Package: pytdeextensions-trinity @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/debian/wheezy/libraries/pytdeextensions/debian/rules b/debian/wheezy/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/debian/wheezy/libraries/pytdeextensions/debian/rules +++ b/debian/wheezy/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/debian/wheezy/libraries/pytdeextensions/debian/source/options b/debian/wheezy/libraries/pytdeextensions/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/pytdeextensions/debian/source/options +++ b/debian/wheezy/libraries/pytdeextensions/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/libraries/python-trinity/debian/rules b/debian/wheezy/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/debian/wheezy/libraries/python-trinity/debian/rules +++ b/debian/wheezy/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/debian/wheezy/libraries/python-trinity/debian/source/options b/debian/wheezy/libraries/python-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/libraries/python-trinity/debian/source/options +++ b/debian/wheezy/libraries/python-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/metapackages/meta-tde/debian/README.Debian b/debian/wheezy/metapackages/meta-tde/debian/README.Debian new file mode 100644 index 000000000..6591fa872 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/README.Debian @@ -0,0 +1,14 @@ +kde -- a metapackage for KDE +kde-core -- a metapackage for KDE core +kde-devel -- a metapackage for developing KDE Applications +---------------------------------------------------------------------------- + +This package is a metapackage, meaning that its purpose is to contain +dependencies for a complete, Debian-based environment for KDE 3. + +This package also carries optional 'Recommends' and/or 'Suggests' +package suggestions. The packages listed are suggested for +installation, but not required. + +Please file a wishlist bug against the package if you feel there are +additional packages that ought to be included with this meta-package. diff --git a/debian/wheezy/metapackages/meta-tde/debian/changelog b/debian/wheezy/metapackages/meta-tde/debian/changelog new file mode 100644 index 000000000..7c5da1b8f --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/changelog @@ -0,0 +1,617 @@ +meta-kde-trinity (5:54) squeeze; urgency=low + + * Trinity version + + -- Timothy Pearson Mon, 05 Jul 2010 12:08:00 -0600 + +meta-kde (5:48) unstable; urgency=low + + * Remove kde-amusements. + * Update to debhelper compat 6. + * Update to Standards-Version 3.7.3, no changes required. + * Update Uploaders. + * Update copyright file. + * Move Homepage to source field. + * Update 4:3.4.3 to 4:3.5.5 now this is the KDE version in stable, + and from 1.4.2 to 1.5.5 for arts. + * Update rules file. + * Add kdbg, kdevelop (>= 4:3.3.2), kprof to kde-devel Suggests. This was + installed by, now removed, kde-devel-extras. + + -- Ana Beatriz Guerrero Lopez Fri, 18 Jan 2008 21:14:55 +0100 + +meta-kde (5:47) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Version the metapackages' dependencies, making the metapackages + more useful for backporters. + + -- Debian Qt/KDE Maintainers Thu, 11 May 2006 20:04:40 -0400 + +meta-kde (5:46) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Add kdeaccessiblity to kde's depends, and clarify the verbiage noting that + kde doesn't depend on development packages. (Closes: #353496) + + * Remove dependency on fontconfig, since libqt3-mt already depends on it. + + -- Debian Qt/KDE Maintainers Wed, 10 May 2006 19:35:02 -0400 + +meta-kde (5:45) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Remove the kdelibs3-bin dummy transitional package, as Sarge is out + and thus Woody --> Sarge upgrades are no longer a concern. + (Closes: #327548) + + -- Debian Qt/KDE Maintainers Sat, 10 Sep 2005 18:40:13 -0400 + +meta-kde (5:44) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Overhaul the package descriptions. + + -- Debian Qt/KDE Maintainers Mon, 14 Mar 2005 14:24:50 -0500 + +meta-kde (5:43) unstable; urgency=low + + * Added kdelibs3-bin dummy package to aid woody transitions. + + -- Riku Voipio Tue, 14 Dec 2004 00:12:46 +0200 + +meta-kde (5:42) unstable; urgency=medium + + * The "why is kde in debian still 3.1.2" Release + * Disconnect meta-kde version numbers from kde. + * Change quanta to kdewebdev (Closes: #256574) + * Fix a typo (Closes: #231491) + * Suggest x-window-system-core (Closes: #237649) + * Add myself as uploaders + + -- Riku Voipio Tue, 16 Nov 2004 19:10:41 +0000 + +meta-kde (4:3.1.2) unstable; urgency=low + + * Split unofficial KDE packages into meta-kde-extras source. + * Fixed a typo in description. (Closes: #190718) + + -- Christopher L Cheney Tue, 6 Jan 2004 02:00:00 -0600 + +meta-kde (4:3.1.1) unstable; urgency=low + + * Fixed a typo in description. + + -- Christopher L Cheney Mon, 21 Apr 2003 00:30:00 -0500 + +meta-kde (4:3.1.0) unstable; urgency=low + + * Updated for KDE 3.1.1. (Closes: #135796, #182474, #188385) + * KDM is now only Recommended. (Closes: #123466) + * Bibletime is no longer in kde-extras due to being KDE2. (Closes: #158561) + + -- Christopher L Cheney Sun, 13 Apr 2003 19:00:00 -0500 + +meta-kde (4:2.2.25) unstable; urgency=high + + * Removed kyahoo from kde-extras. Closes: #144708 (RC) + Arn't meta packages fun, sigh. + + -- Joey Hess Sat, 27 Apr 2002 11:39:45 -0400 + +meta-kde (4:2.2.24) unstable; urgency=high + + * Move a few more deps around + * kamera wasn't even in the list + + -- Ivan E. Moore II Thu, 14 Mar 2002 11:55:00 -0700 + +meta-kde (4:2.2.23) unstable; urgency=low + + * A few more + + -- Ivan E. Moore II Mon, 11 Mar 2002 22:00:00 -0700 + +meta-kde (4:2.2.22) unstable; urgency=low + + * knapster2, kdestudio, kdesdk, and kdepim don't build on all archs + + -- Ivan E. Moore II Mon, 11 Mar 2002 11:00:00 -0700 + +meta-kde (4:2.2.21) unstable; urgency=low + + * One more cleanup. Now we are just waiting on hppa to catch up + + -- Ivan E. Moore II Sat, 09 Mar 2002 21:40:00 -0700 + +meta-kde (4:2.2.20) unstable; urgency=low + + * Remove kfilereplace + * Move several packages to suggests as they are either buggy or not + avail on all archs + + -- Ivan E. Moore II Sat, 09 Mar 2002 02:52:00 -0700 + +meta-kde (4:2.2.19) unstable; urgency=low + + * Change maintainer + + -- Ivan E. Moore II Sun, 17 Feb 2002 18:00:00 -0700 + +meta-kde (4:2.2.18) unstable; urgency=low + + * Fix spelling (Closes: #124411, #124784) + + -- Ivan E. Moore II Mon, 17 Dec 2001 15:16:00 -0700 + +meta-kde (4:2.2.17) unstable; urgency=low + + * Allow for kde3 co-existance + + -- Ivan E. Moore II Sun, 16 Dec 2001 05:23:00 -0700 + +meta-kde (4:2.2.16) unstable; urgency=low + + * Move kdemultimedia based packages to Suggests since they are not + available for all released archs. + + -- Ivan E. Moore II Sun, 02 Dec 2001 23:46:00 -0700 + +meta-kde (4:2.2.15) unstable; urgency=low + + * Remove pointers to -cvs packages + * Don't need these versions for woody's release so get rid of them. + * Cleanup changelog + + -- Ivan E. Moore II Thu, 29 Nov 2001 06:56:00 -0700 + +meta-kde (4:2.2.14) unstable; urgency=low + + * Remove recommends of libssl as that breaks policy + + -- Ivan E. Moore II Thu, 22 Nov 2001 22:58:00 -0700 + +meta-kde (4:2.2.13) unstable; urgency=low + + * Add info on sub-pixel AA + * 2.2.2 branding + + -- Ivan E. Moore II Mon, 19 Nov 2001 23:10:00 -0700 + +meta-kde (4:2.2.12) unstable; urgency=low + + * drop back to 2.2.1 until I upload 2.2.2 just to keep things sane + + -- Ivan E. Moore II Fri, 16 Nov 2001 00:28:00 -0700 + +meta-kde (4:2.2.11) unstable; urgency=low + + * Tweak deps so that one could intermix arts stuff from kde3-cvs with kde2 + stuff + * Add libssl0.9.6 recommends just to be nice + + -- Ivan E. Moore II Sat, 10 Nov 2001 20:28:00 -0700 + +meta-kde (4:2.2.10) unstable; urgency=low + + * Updated for KDE 2.2.2 and Qt 2.3.2 + * Remove pointers to any crypto packages + + -- Ivan E. Moore II Fri, 09 Nov 2001 11:17:00 -0700 + +meta-kde (4:2.2.9) unstable; urgency=low + + * Add korinico and kreatecd + + -- Ivan E. Moore II Tue, 30 Oct 2001 22:30:00 -0700 + +meta-kde (4:2.2.8) unstable; urgency=low + + * Replace kmsn with kmerlin (Closes: #116828) + + -- Ivan E. Moore II Wed, 24 Oct 2001 10:01:00 -0700 + +meta-kde (4:2.2.7) unstable; urgency=low + + * Update versioned deps and remove unnecessary ones + * Update Standards version + * Change Build-Depends to Build-Depends-Indep since the packages being + created are indep packages and not binary specific. + * Update XftConfig example + + -- Ivan E. Moore II Sat, 20 Oct 2001 22:24:00 -0700 + +meta-kde (4:2.2.6) unstable; urgency=low + + * Update priorities + * Add ktexmaker2 (Closes: #112573) + + -- Ivan E. Moore II Mon, 17 Sep 2001 14:00:00 -0700 + +meta-kde (4:2.2.5) unstable; urgency=low + + * Updated for 2.2.1 + * Update Xft config file (Closes: #112358) + + -- Ivan E. Moore II Mon, 17 Sep 2001 11:48:00 -0700 + +meta-kde (4:2.2.4) unstable; urgency=low + + * Added knewsticker-scripts (Closes: #110315) + * Add kinkatta + * Add kcd + * Change keuklid to kgeo + + -- Ivan E. Moore II Wed, 29 Aug 2001 00:38:00 -0700 + +meta-kde (4:2.2.3) unstable; urgency=low + + * Remove kups + + -- Ivan E. Moore II Wed, 22 Aug 2001 18:45:00 -0700 + +meta-kde (4:2.2.2) unstable; urgency=low + + * Add missing packages (Closes: #109373) + * Add missing games (Closes: #109433) + + -- Ivan E. Moore II Wed, 21 Aug 2001 00:01:00 -0700 + +meta-kde (4:2.2.1) unstable; urgency=low + + * Remove skam (Closes: #109019) + + -- Ivan E. Moore II Fri, 17 Aug 2001 08:50:00 -0700 + +meta-kde (4:2.2) unstable; urgency=low + + * Update deps for final 2.2 packages - actually do version deps so that + those who just like updating the meta-package won't get hosed...this + would only be an issue for those in testing/sid land. I think for final + release I'll take out the version deps to cut down on Packages size and + all...plus there really is no need for it for the release. I can go + back to versioned deps afterwards. + * add conflicts for old task-* packages...let's make sure they get removed + * Packages removed from kde-extras: kaim + kaim had to change it's name due to AOL being stupid and claiming TM on + the name AIM and use of it. I'll add the new package name once I get + packages built for it. They plon on a 1.00 release under the new name + however it still isn't available. The new name is kinkatta. + * New packages added to kde-extras: kooka, libkscan1, kandy, kmsn, + skam, mp3kult, licq-plugin-kde, knapster2, kaptain, wordtrans-kde + * New packages added to kde-devel: kspy, kbabel + * New packages added to kde: kdelibs3-crypto, kdebase-crypto, kdessh, + aktion, kde-i18n (all as suggests) + * New packages added to kde-games: kdecarddecks + * Moved kde-games from a suggests to a recommends for kde. + * Moved plugins and artwork from kde to kde-extras + * Change dep for kdm to kdm | x-display-manager which will exist soon. + * Install the Readme into the kde-extras package like the others. + + -- Ivan E. Moore II Fri, 10 Aug 2001 03:22:00 -0700 + +meta-kde (4:2.1.44) unstable; urgency=low + + * Fix libkmid | libkmid-alsa dep (Closes: #107585) + + -- Ivan E. Moore II Fri, 03 Aug 2001 11:28:00 -0700 + +meta-kde (4:2.1.43) unstable; urgency=low + + * Fix typo (Closes: #107371) + + -- Ivan E. Moore II Wed, 01 Aug 2001 09:49:00 -0700 + +meta-kde (4:2.1.42) unstable; urgency=low + + * br translations for debconf (Closes: #107033) + + -- Ivan E. Moore II Mon, 30 Jul 2001 00:58:00 -0700 + +meta-kde (4:2.1.41) unstable; urgency=low + + * Remove kamera...got ahead of myself + + -- Ivan E. Moore II Fri, 27 Jul 2001 20:27:00 -0700 + +meta-kde (4:2.1.40) unstable; urgency=low + + * Remove ksysctrl + * Update note about NVidia drivers in howto + * Add kamera + + -- Ivan E. Moore II Fri, 27 Jul 2001 00:49:00 -0700 + +meta-kde (4:2.1.39) unstable; urgency=low + + * Remove old dep on ktimemon + * Update descriptions + * Fix deps (Closes: #106425) + + -- Ivan E. Moore II Wed, 25 Jul 2001 03:37:00 -0700 + +meta-kde (4:2.1.38) unstable; urgency=low + + * Set some versioning for certain key packages + * add some or's (Closes: #96809) + + -- Ivan E. Moore II Thu, 19 Jul 2001 14:36:00 -0700 + +meta-kde (4:2.1.37) unstable; urgency=low + + * Get rid of task- prefixes since they are closer to meta packages than + tasks and tasks are handled differently now + * Change source package name to meta-kde to avoid confusion + + -- Ivan E. Moore II Tue, 17 Jul 2001 13:47:00 -0700 + +task-kde (4:2.1.36) unstable; urgency=low + + * Fix typo - thanks Martin Sj|gren + * Swedish tranlations (Closes: #103141) + + -- Ivan E. Moore II Mon, 02 Jul 2001 23:00:00 -0700 + +task-kde (4:2.1.35) unstable; urgency=low + + * kworldwatch -> kworldclock + * add kdeartwork and the addons bits + + -- Ivan E. Moore II Fri, 29 Jun 2001 20:00:00 -0700 + +task-kde (4:2.1.34) unstable; urgency=low + + * Update for 2.2 + + -- Ivan E. Moore II Thu, 28 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.33) unstable; urgency=low + + * Add konverse (Closes: #101037) + + -- Ivan E. Moore II Mon, 18 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.32) unstable; urgency=low + + * Add kleandisk (Closes: #98175) + + -- Ivan E. Moore II Wed, 23 May 2001 12:06:00 -0700 + +task-kde (4:2.1.31) unstable; urgency=low + + * Add keuklid (Closes: #98046) + + -- Ivan E. Moore II Tue, 22 May 2001 00:35:00 -0700 + +task-kde (4:2.1.30) unstable; urgency=low + + * Fix task issue (Closes: #97308, #97309) + + -- Ivan E. Moore II Sun, 13 May 2001 02:10:00 -0700 + +task-kde (4:2.1.29) unstable; urgency=low + + * New depends: kscreensaver, kdebase-audiolibs + + -- Ivan E. Moore II Sat, 12 May 2001 01:11:00 -0700 + +task-kde (4:2.1.28) unstable; urgency=low + + * new translations for debconf (Closes: #96515) + + -- Ivan E. Moore II Sun, 06 May 2001 18:22:00 -0700 + +task-kde (4:2.1.27) unstable; urgency=low + + * Add kweather (Closes: #96370) + * Happy birthday dad! + + -- Ivan E. Moore II Sat, 05 May 2001 02:13:00 -0700 + +task-kde (4:2.1.26) unstable; urgency=low + + * More dependency updates + * Update descriptions + + -- Ivan E. Moore II Fri, 04 May 2001 03:53:00 -0700 + +task-kde (4:2.1.24) unstable; urgency=low + + * Major cleanup + Removed all |'s from task packages + Removed all Suggests from task packages + Removed all Recommends from task packages + New task-kde-extras package which will contain all non-essential kde + packages including those considered to *possibly* open up security + risks such as required a ftp server or a talkd server. + + -- Ivan E. Moore II Wed, 02 May 2001 00:27:00 -0700 + +task-kde (4:2.1.23) unstable; urgency=low + + * Change Recommends to Suggests for ktalkd (Closes: #95661) + + -- Ivan E. Moore II Sat, 28 Apr 2001 17:46:00 -0700 + +task-kde (4:2.1.22) unstable; urgency=low + + * Changing AA package name to anti-aliasing-howto to keep the task bigots + of my ass. + + -- Ivan E. Moore II Sat, 28 Apr 2001 03:22:00 -0700 + +task-kde (4:2.1.21) unstable; urgency=low + + * More dependency work + + -- Ivan E. Moore II Tue, 24 Apr 2001 17:42:00 -0700 + +task-kde (4:2.1.20) unstable; urgency=low + + * Do kdevelop | kdestudio (Closes: #94377) + + -- Ivan E. Moore II Thu, 19 Apr 2001 10:43:00 -0700 + +task-kde (4:2.1.19) unstable; urgency=low + + * More depends movement. + Move Recommends parts in -dev package to Depends + Move koffice to Recommends from Depends as it's not an official release + + -- Ivan E. Moore II Wed, 18 Apr 2001 01:03:00 -0700 + +task-kde (4:2.1.18) unstable; urgency=low + + * Change Depends to Recommends for xfs since it's not required + * Add in german debconf bit (Closes: #94086) + + -- Ivan E. Moore II Sun, 15 Apr 2001 20:10:00 -0700 + +task-kde (4:2.1.17) unstable; urgency=low + + * Replace individual koffice packages with single "koffice" package + * Move a few packages from Suggests to Depends + * Change Recommends to Depends for task-kde-games + + -- Ivan E. Moore II Sat, 14 Apr 2001 00:27:00 -0700 + +task-kde (4:2.1.16) unstable; urgency=low + + * Add link to Linux Planet tutorial on AA + * Add link to Keith Packard's web page + * Add in bit to XftConfig example for turning of AA for font sizes smaller + than 11pixels. Submitted by Christian Mayrhuber + * Add cervisia to task-kde-devel package + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.15) unstable; urgency=low + + * Update font pathing in XftConfig and README + * Re-arrange some of the depends for task-anti-aliasing due to some of the + items being contrib and non-free. Make all but necessary fonts Suggests. + + -- Ivan E. Moore II Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.14) unstable; urgency=low + + * Add kaim + * Add kyahoo + * Add aethera + * New package: task-anti-aliasing + This will depend on packages required for AA (Anti Aliasing) support + as well as other suggests/recommends. Added documentation and eventual + debconf configuration and checks to make sure basic items are setup. + + -- Ivan E. Moore II Sat, 07 Apr 2001 03:34:00 -0700 + +task-kde (4:2.1.13) unstable; urgency=low + + * Move klisa from depends to recommends + + -- Ivan E. Moore II Tue, 02 Apr 2001 10:10:00 -0700 + +task-kde (4:2.1.12) unstable; urgency=low + + * Add kcpuload to suggests (Closes: #92016) + * Rearrange kdesdk deps (Closes: #92017) + + -- Ivan E. Moore II Fri, 30 Mar 2001 21:22:00 -0700 + +task-kde (4:2.1.11) unstable; urgency=low + + * Change dependency for lisa to klisa and moving to depends + + -- Ivan E. Moore II Tue, 27 Mar 2001 03:42:00 -0700 + +task-kde (4:2.1.10) unstable; urgency=low + + * New package: task-kde-games which will act like the task-gnome-games and + will recommend all kde based games or toys + + -- Ivan E. Moore II Mon, 26 Mar 2001 11:36:00 -0700 + +task-kde (4:2.1.9) unstable; urgency=low + + * Remove old kformula + + -- Ivan E. Moore II Sun, 11 Mar 2001 23:48:00 -0700 + +task-kde (4:2.1.8) unstable; urgency=low + + * Fix task-kde-devel depends for xlib6g|xlibs + + -- Ivan E. Moore II Sun, 11 Mar 2001 07:25:00 -0700 + +task-kde (4:2.1.7) unstable; urgency=low + + * Add other non-core kde apps to Suggests + + -- Ivan E. Moore II Thu, 08 Mar 2001 02:52:00 -0700 + +task-kde (4:2.1.6) unstable; urgency=low + + * Add Recommend for kprof (Closes: #88659) + + -- Ivan E. Moore II Mon, 05 Mar 2001 23:44:00 -0700 + +task-kde (4:2.1.5) unstable; urgency=low + + * Add in suggests/recommends for some font packages and whatnot needed for + AA use. + + -- Ivan E. Moore II Thu, 01 Mar 2001 07:23:00 -0700 + +task-kde (4:2.1.4) unstable; urgency=low + + * Take into account new qt package + + -- Ivan E. Moore II Fri, 23 Feb 2001 10:15:00 -0700 + +task-kde (4:2.1.3) unstable; urgency=low + + * Adding in depends/recommends/suggests for kdesdk and kdebindings packages + that are either in now or will be with 2.1 + * Adding in missing depends for ldap and cdparanoia -dev + + -- Ivan E. Moore II Tue, 20 Feb 2001 02:37:00 -0700 + +task-kde (4:2.1.2) unstable; urgency=low + + * Updating Depends to not include some non-base type packages and putting + them in recommends/suggests + + -- Ivan E. Moore II Mon, 19 Feb 2001 00:54:00 -0700 + +task-kde (4:2.1.1) unstable; urgency=low + + * Changing depends from libqt2.2-dev to libqt-dev and from kdelibs3-dev + to kdelibs-dev + + -- Ivan E. Moore II Thu, 15 Feb 2001 03:45:00 -0700 + +task-kde (4:2.1.0) unstable; urgency=low + + * Broke out task packages + + -- Ivan E. Moore II Fri, 09 Feb 2001 02:31:00 -0700 + +task-kde (4:2.0.0) unstable; urgency=low + + * More work on nspluginscan to avoid problems with faulty plugins + * Several small bug fixes from upstream + * Adding xutils to task-kde-devel package + * Fixing conflict with kfind (Closes: #83709) + * Fixing default bs for konsole for those not using "linux" or "vt100" + (Closes: #83705) + * Adding notation to konqueror about page about kdelibs3-crypto + * Applying German debconf template (Closes: #83871) + * Should also handle upgrade cleanup better. This is across the board but + affects base more than any other package. (Closes: #83543) + * Fixes problem with symbols in konsole (Closes: #83987) + + -- Ivan E. Moore II Sun, 28 Jan 2001 01:30:00 -0700 diff --git a/debian/wheezy/metapackages/meta-tde/debian/compat b/debian/wheezy/metapackages/meta-tde/debian/compat new file mode 100644 index 000000000..1e8b31496 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/wheezy/metapackages/meta-tde/debian/control b/debian/wheezy/metapackages/meta-tde/debian/control new file mode 100644 index 000000000..12ddd9aaf --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/control @@ -0,0 +1,60 @@ +Source: meta-kde-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +Uploaders: Ana Beatriz Guerrero Lopez , Sune Vuorela , Fathi Boudra , Armin Berres +Build-Depends: debhelper (>= 6) +Standards-Version: 3.7.3 +Homepage: http://www.kde.org + +Package: kde-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:47), kde-core-trinity (>= 5:47), kdeedu-trinity (>= 4:3.5.5), kdegames-trinity (>= 4:3.5.5), kdetoys-trinity (>= 4:3.5.5), kdeaccessibility-trinity (>= 4:3.5.5), kdeaddons-trinity (>= 4:3.5.5), kdeadmin-trinity (>= 4:3.5.5), kdeartwork-trinity (>= 4:3.5.5), kdegraphics-trinity (>= 4:3.5.5), kdemultimedia-trinity (>= 4:3.5.5), kdenetwork-trinity (>= 4:3.5.5), kdepim-trinity (>= 4:3.5.5), kdeutils-trinity (>= 4:3.5.5), kdewebdev-trinity (>= 4:3.5.5), desktop-base-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5), x-window-system-core, kdesudo-trinity, debian-kgtk-trinity +Description: the K Desktop Environment official modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes all the official modules released with KDE that + are not specific to development. In addition to the core KDE modules, this + includes multimedia, networking, personal information manager (PIM), + graphics, education, games, web development, system administration tools, + and other artwork and utilities. + + +Package: kde-core-trinity +Architecture: all +Section: kde +Priority: optional +Depends: arts-trinity (>= 1.5.5), kdebase-trinity (>= 4:3.5.5), kdelibs-trinity (>= 4:3.5.5), sudo-trinity +Suggests: kde-i18n-trinity (>= 4:3.5.5) +Description: the K Desktop Environment core modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the core official modules released with KDE. This + includes just the basic desktop (browser, file manager, text editor, control + center, panel, etc.) and important libraries and data, in addition to the + aRts soundserver. + +Package: kde-devel-trinity +Architecture: all +Section: kde +Priority: optional +Depends: kde-core-trinity (>= 5:48), kdesdk-trinity (>= 4:3.5.5), libartsc0-trinity-dev (>= 1.5.5), libarts1-trinity-dev (>= 1.5.5), kdelibs4-trinity-dev (>= 4:3.5.5), kdebase-trinity-dev (>= 4:3.5.5), libkonq4-trinity-dev (>= 4:3.5.5), qt3-designer +Suggests: kde-i18n-trinity (>= 4:3.5.5), kdbg-trinity, kdevelop-trinity (>= 4:3.3.5), kprof-trinity +Description: the K Desktop Environment development files and modules [Trinity] + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes official KDE modules that are useful to developers, + including KDE's software development kit (SDK), Qt3's designer tool, and all + core KDE header and development packages. diff --git a/debian/wheezy/metapackages/meta-tde/debian/copyright b/debian/wheezy/metapackages/meta-tde/debian/copyright new file mode 100644 index 000000000..a007b7115 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Ivan E. Moore II . + +Copyright (C) 2001 Ivan E. Moore II +Copyright (C) 2003 Christopher L. Cheney +Copyright (C) 2004-2008 Debian Qt/KDE Maintainers + +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 of the License, 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 +MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. You should have received a +copy of the GNU General Public License along with this program; if +not, write to the Free Software Foundation, Inc, 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +Please see /usr/share/common-licenses/GPL for the full license. diff --git a/debian/wheezy/metapackages/meta-tde/debian/kde-core.README.Debian b/debian/wheezy/metapackages/meta-tde/debian/kde-core.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/kde-core.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/wheezy/metapackages/meta-tde/debian/kde-devel.README.Debian b/debian/wheezy/metapackages/meta-tde/debian/kde-devel.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/kde-devel.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/wheezy/metapackages/meta-tde/debian/kde.README.Debian b/debian/wheezy/metapackages/meta-tde/debian/kde.README.Debian new file mode 120000 index 000000000..903888432 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/kde.README.Debian @@ -0,0 +1 @@ +README.Debian \ No newline at end of file diff --git a/debian/wheezy/metapackages/meta-tde/debian/rules b/debian/wheezy/metapackages/meta-tde/debian/rules new file mode 100755 index 000000000..a3fbf99a7 --- /dev/null +++ b/debian/wheezy/metapackages/meta-tde/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installinfo + dh_installman + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/wheezy/metapackages/sudo-trinity/debian/rules b/debian/wheezy/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/debian/wheezy/metapackages/sudo-trinity/debian/rules +++ b/debian/wheezy/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/debian/wheezy/metapackages/sudo-trinity/debian/source/options b/debian/wheezy/metapackages/sudo-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/metapackages/sudo-trinity/debian/source/options +++ b/debian/wheezy/metapackages/sudo-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tde-i18n/debian/control b/debian/wheezy/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/debian/wheezy/tde-i18n/debian/control +++ b/debian/wheezy/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/debian/wheezy/tde-i18n/debian/rules b/debian/wheezy/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/debian/wheezy/tde-i18n/debian/rules +++ b/debian/wheezy/tde-i18n/debian/rules @@ -31,6 +31,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/debian/wheezy/tde-i18n/debian/source/options b/debian/wheezy/tde-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tde-i18n/debian/source/options +++ b/debian/wheezy/tde-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeaccessibility/debian/rules b/debian/wheezy/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/debian/wheezy/tdeaccessibility/debian/rules +++ b/debian/wheezy/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/debian/wheezy/tdeaccessibility/debian/source/options b/debian/wheezy/tdeaccessibility/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeaccessibility/debian/source/options +++ b/debian/wheezy/tdeaccessibility/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeaddons/debian/rules b/debian/wheezy/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/debian/wheezy/tdeaddons/debian/rules +++ b/debian/wheezy/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/debian/wheezy/tdeaddons/debian/source/options b/debian/wheezy/tdeaddons/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeaddons/debian/source/options +++ b/debian/wheezy/tdeaddons/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeadmin/debian/rules b/debian/wheezy/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/debian/wheezy/tdeadmin/debian/rules +++ b/debian/wheezy/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine 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=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/debian/wheezy/tdeadmin/debian/source/options b/debian/wheezy/tdeadmin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeadmin/debian/source/options +++ b/debian/wheezy/tdeadmin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeartwork/debian/control b/debian/wheezy/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/debian/wheezy/tdeartwork/debian/control +++ b/debian/wheezy/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Sune Vuorela -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/debian/wheezy/tdeartwork/debian/rules b/debian/wheezy/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/debian/wheezy/tdeartwork/debian/rules +++ b/debian/wheezy/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/debian/wheezy/tdeartwork/debian/source/options b/debian/wheezy/tdeartwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeartwork/debian/source/options +++ b/debian/wheezy/tdeartwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdebase/debian/80ubuntu-xmodmap b/debian/wheezy/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/debian/wheezy/tdebase/debian/80ubuntu-xmodmap +++ b/debian/wheezy/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/debian/wheezy/tdebase/debian/control b/debian/wheezy/tdebase/debian/control index 39819b4ea..7f0ff08d3 100644 --- a/debian/wheezy/tdebase/debian/control +++ b/debian/wheezy/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/debian/wheezy/tdebase/debian/rules b/debian/wheezy/tdebase/debian/rules index a5183fe19..c72887aaa 100755 --- a/debian/wheezy/tdebase/debian/rules +++ b/debian/wheezy/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/debian/wheezy/tdebase/debian/source/options b/debian/wheezy/tdebase/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdebase/debian/source/options +++ b/debian/wheezy/tdebase/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdebindings/debian/rules b/debian/wheezy/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/debian/wheezy/tdebindings/debian/rules +++ b/debian/wheezy/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/debian/wheezy/tdebindings/debian/source/options b/debian/wheezy/tdebindings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdebindings/debian/source/options +++ b/debian/wheezy/tdebindings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeedu/debian/rules b/debian/wheezy/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/debian/wheezy/tdeedu/debian/rules +++ b/debian/wheezy/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/debian/wheezy/tdeedu/debian/source/options b/debian/wheezy/tdeedu/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeedu/debian/source/options +++ b/debian/wheezy/tdeedu/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdegames/debian/rules b/debian/wheezy/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/debian/wheezy/tdegames/debian/rules +++ b/debian/wheezy/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/debian/wheezy/tdegames/debian/source/options b/debian/wheezy/tdegames/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdegames/debian/source/options +++ b/debian/wheezy/tdegames/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdegraphics/debian/rules b/debian/wheezy/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/debian/wheezy/tdegraphics/debian/rules +++ b/debian/wheezy/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/debian/wheezy/tdegraphics/debian/source/options b/debian/wheezy/tdegraphics/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdegraphics/debian/source/options +++ b/debian/wheezy/tdegraphics/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdelibs/debian/rules b/debian/wheezy/tdelibs/debian/rules index 3c7a4b8a7..44ac6deda 100755 --- a/debian/wheezy/tdelibs/debian/rules +++ b/debian/wheezy/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/debian/wheezy/tdelibs/debian/source/options b/debian/wheezy/tdelibs/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdelibs/debian/source/options +++ b/debian/wheezy/tdelibs/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdemultimedia/debian/rules b/debian/wheezy/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/debian/wheezy/tdemultimedia/debian/rules +++ b/debian/wheezy/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/debian/wheezy/tdemultimedia/debian/source/options b/debian/wheezy/tdemultimedia/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdemultimedia/debian/source/options +++ b/debian/wheezy/tdemultimedia/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdenetwork/debian/control b/debian/wheezy/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/debian/wheezy/tdenetwork/debian/control +++ b/debian/wheezy/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius , Sarah Hobbs , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/debian/wheezy/tdenetwork/debian/control.in b/debian/wheezy/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/debian/wheezy/tdenetwork/debian/control.in +++ b/debian/wheezy/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/debian/wheezy/tdenetwork/debian/rules b/debian/wheezy/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/debian/wheezy/tdenetwork/debian/rules +++ b/debian/wheezy/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/wheezy/tdenetwork/debian/source/options b/debian/wheezy/tdenetwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdenetwork/debian/source/options +++ b/debian/wheezy/tdenetwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdepim/debian/rules b/debian/wheezy/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/debian/wheezy/tdepim/debian/rules +++ b/debian/wheezy/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/debian/wheezy/tdepim/debian/source/options b/debian/wheezy/tdepim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdepim/debian/source/options +++ b/debian/wheezy/tdepim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdesdk/debian/control b/debian/wheezy/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/debian/wheezy/tdesdk/debian/control +++ b/debian/wheezy/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/debian/wheezy/tdesdk/debian/rules b/debian/wheezy/tdesdk/debian/rules index 3675e531a..36d49b7c7 100755 --- a/debian/wheezy/tdesdk/debian/rules +++ b/debian/wheezy/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/wheezy/tdesdk/debian/source/options b/debian/wheezy/tdesdk/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdesdk/debian/source/options +++ b/debian/wheezy/tdesdk/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdetoys/debian/control b/debian/wheezy/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/debian/wheezy/tdetoys/debian/control +++ b/debian/wheezy/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/debian/wheezy/tdetoys/debian/rules b/debian/wheezy/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/debian/wheezy/tdetoys/debian/rules +++ b/debian/wheezy/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/debian/wheezy/tdetoys/debian/source/options b/debian/wheezy/tdetoys/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdetoys/debian/source/options +++ b/debian/wheezy/tdetoys/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdeutils/debian/control b/debian/wheezy/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/debian/wheezy/tdeutils/debian/control +++ b/debian/wheezy/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/debian/wheezy/tdeutils/debian/rules b/debian/wheezy/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/debian/wheezy/tdeutils/debian/rules +++ b/debian/wheezy/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/wheezy/tdeutils/debian/source/options b/debian/wheezy/tdeutils/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdeutils/debian/source/options +++ b/debian/wheezy/tdeutils/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdevelop/debian/control b/debian/wheezy/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/debian/wheezy/tdevelop/debian/control +++ b/debian/wheezy/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Jeremy Lain -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/debian/wheezy/tdevelop/debian/rules b/debian/wheezy/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/debian/wheezy/tdevelop/debian/rules +++ b/debian/wheezy/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/debian/wheezy/tdevelop/debian/source/options b/debian/wheezy/tdevelop/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdevelop/debian/source/options +++ b/debian/wheezy/tdevelop/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/debian/wheezy/tdewebdev/debian/rules b/debian/wheezy/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/debian/wheezy/tdewebdev/debian/rules +++ b/debian/wheezy/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/debian/wheezy/tdewebdev/debian/source/options b/debian/wheezy/tdewebdev/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/debian/wheezy/tdewebdev/debian/source/options +++ b/debian/wheezy/tdewebdev/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/abakus/debian/rules b/ubuntu/maverick/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/ubuntu/maverick/applications/abakus/debian/rules +++ b/ubuntu/maverick/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/abakus/debian/source/options b/ubuntu/maverick/applications/abakus/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/abakus/debian/source/options +++ b/ubuntu/maverick/applications/abakus/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/adept/debian/rules b/ubuntu/maverick/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/ubuntu/maverick/applications/adept/debian/rules +++ b/ubuntu/maverick/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/ubuntu/maverick/applications/adept/debian/source/options b/ubuntu/maverick/applications/adept/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/adept/debian/source/options +++ b/ubuntu/maverick/applications/adept/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/amarok.cmake/debian/source/options b/ubuntu/maverick/applications/amarok.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/amarok.cmake/debian/source/options +++ b/ubuntu/maverick/applications/amarok.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/amarok/debian/rules b/ubuntu/maverick/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/ubuntu/maverick/applications/amarok/debian/rules +++ b/ubuntu/maverick/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/ubuntu/maverick/applications/amarok/debian/source/options b/ubuntu/maverick/applications/amarok/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/amarok/debian/source/options +++ b/ubuntu/maverick/applications/amarok/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/basket/debian/rules b/ubuntu/maverick/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/ubuntu/maverick/applications/basket/debian/rules +++ b/ubuntu/maverick/applications/basket/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/basket/debian/source/options b/ubuntu/maverick/applications/basket/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/basket/debian/source/options +++ b/ubuntu/maverick/applications/basket/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/bibletime/debian/rules b/ubuntu/maverick/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/ubuntu/maverick/applications/bibletime/debian/rules +++ b/ubuntu/maverick/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/ubuntu/maverick/applications/bibletime/debian/source/options b/ubuntu/maverick/applications/bibletime/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/bibletime/debian/source/options +++ b/ubuntu/maverick/applications/bibletime/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/rules b/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/rules +++ b/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/source/options b/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/source/options +++ b/ubuntu/maverick/applications/compizconfig-backend-kconfig/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/rules b/ubuntu/maverick/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/ubuntu/maverick/applications/desktop-effects-tde/debian/rules +++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/source/options b/ubuntu/maverick/applications/desktop-effects-tde/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/desktop-effects-tde/debian/source/options +++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/digikam/debian/rules b/ubuntu/maverick/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/ubuntu/maverick/applications/digikam/debian/rules +++ b/ubuntu/maverick/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/ubuntu/maverick/applications/digikam/debian/source/options b/ubuntu/maverick/applications/digikam/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/digikam/debian/source/options +++ b/ubuntu/maverick/applications/digikam/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/dolphin/debian/rules b/ubuntu/maverick/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/ubuntu/maverick/applications/dolphin/debian/rules +++ b/ubuntu/maverick/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/ubuntu/maverick/applications/dolphin/debian/source/options b/ubuntu/maverick/applications/dolphin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/dolphin/debian/source/options +++ b/ubuntu/maverick/applications/dolphin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/filelight-l10n/debian/rules b/ubuntu/maverick/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/ubuntu/maverick/applications/filelight-l10n/debian/rules +++ b/ubuntu/maverick/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/filelight-l10n/debian/source/options b/ubuntu/maverick/applications/filelight-l10n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/filelight-l10n/debian/source/options +++ b/ubuntu/maverick/applications/filelight-l10n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/filelight/debian/rules b/ubuntu/maverick/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/ubuntu/maverick/applications/filelight/debian/rules +++ b/ubuntu/maverick/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/filelight/debian/source/options b/ubuntu/maverick/applications/filelight/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/filelight/debian/source/options +++ b/ubuntu/maverick/applications/filelight/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/fusion-icon/debian/rules b/ubuntu/maverick/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/ubuntu/maverick/applications/fusion-icon/debian/rules +++ b/ubuntu/maverick/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/ubuntu/maverick/applications/fusion-icon/debian/source/options b/ubuntu/maverick/applications/fusion-icon/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/fusion-icon/debian/source/options +++ b/ubuntu/maverick/applications/fusion-icon/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/gtk-qt-engine/debian/rules b/ubuntu/maverick/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/ubuntu/maverick/applications/gtk-qt-engine/debian/rules +++ b/ubuntu/maverick/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/ubuntu/maverick/applications/gtk-qt-engine/debian/source/options b/ubuntu/maverick/applications/gtk-qt-engine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/gtk-qt-engine/debian/source/options +++ b/ubuntu/maverick/applications/gtk-qt-engine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/gtk3-tqt-engine/debian/rules b/ubuntu/maverick/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/maverick/applications/gtk3-tqt-engine/debian/rules +++ b/ubuntu/maverick/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/gwenview-i18n/debian/rules b/ubuntu/maverick/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/ubuntu/maverick/applications/gwenview-i18n/debian/rules +++ b/ubuntu/maverick/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/ubuntu/maverick/applications/gwenview-i18n/debian/source/options b/ubuntu/maverick/applications/gwenview-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/gwenview-i18n/debian/source/options +++ b/ubuntu/maverick/applications/gwenview-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/gwenview/debian/rules b/ubuntu/maverick/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/ubuntu/maverick/applications/gwenview/debian/rules +++ b/ubuntu/maverick/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/ubuntu/maverick/applications/gwenview/debian/source/options b/ubuntu/maverick/applications/gwenview/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/gwenview/debian/source/options +++ b/ubuntu/maverick/applications/gwenview/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/k3b-i18n/debian/rules b/ubuntu/maverick/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/ubuntu/maverick/applications/k3b-i18n/debian/rules +++ b/ubuntu/maverick/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/ubuntu/maverick/applications/k3b-i18n/debian/source/options b/ubuntu/maverick/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/k3b-i18n/debian/source/options +++ b/ubuntu/maverick/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/k3b/debian/control b/ubuntu/maverick/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/ubuntu/maverick/applications/k3b/debian/control +++ b/ubuntu/maverick/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Francois Marier , Fathi Boudra -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/ubuntu/maverick/applications/k3b/debian/rules b/ubuntu/maverick/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/ubuntu/maverick/applications/k3b/debian/rules +++ b/ubuntu/maverick/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/k3b/debian/source/options b/ubuntu/maverick/applications/k3b/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/k3b/debian/source/options +++ b/ubuntu/maverick/applications/k3b/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/k9copy/debian/rules b/ubuntu/maverick/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/ubuntu/maverick/applications/k9copy/debian/rules +++ b/ubuntu/maverick/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/k9copy/debian/source/options b/ubuntu/maverick/applications/k9copy/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/k9copy/debian/source/options +++ b/ubuntu/maverick/applications/k9copy/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kaffeine-mozilla/debian/rules b/ubuntu/maverick/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/ubuntu/maverick/applications/kaffeine-mozilla/debian/rules +++ b/ubuntu/maverick/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kaffeine-mozilla/debian/source/options b/ubuntu/maverick/applications/kaffeine-mozilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kaffeine-mozilla/debian/source/options +++ b/ubuntu/maverick/applications/kaffeine-mozilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kaffeine/debian/rules b/ubuntu/maverick/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/ubuntu/maverick/applications/kaffeine/debian/rules +++ b/ubuntu/maverick/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kaffeine/debian/source/options b/ubuntu/maverick/applications/kaffeine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kaffeine/debian/source/options +++ b/ubuntu/maverick/applications/kaffeine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/katapult/debian/rules b/ubuntu/maverick/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/ubuntu/maverick/applications/katapult/debian/rules +++ b/ubuntu/maverick/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/ubuntu/maverick/applications/katapult/debian/source/options b/ubuntu/maverick/applications/katapult/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/katapult/debian/source/options +++ b/ubuntu/maverick/applications/katapult/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kbarcode/debian/rules b/ubuntu/maverick/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/ubuntu/maverick/applications/kbarcode/debian/rules +++ b/ubuntu/maverick/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kbarcode/debian/source/options b/ubuntu/maverick/applications/kbarcode/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kbarcode/debian/source/options +++ b/ubuntu/maverick/applications/kbarcode/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kbfx/debian/rules b/ubuntu/maverick/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/ubuntu/maverick/applications/kbfx/debian/rules +++ b/ubuntu/maverick/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/ubuntu/maverick/applications/kbfx/debian/source/options b/ubuntu/maverick/applications/kbfx/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kbfx/debian/source/options +++ b/ubuntu/maverick/applications/kbfx/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kbookreader/debian/rules b/ubuntu/maverick/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/ubuntu/maverick/applications/kbookreader/debian/rules +++ b/ubuntu/maverick/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kbookreader/debian/source/options b/ubuntu/maverick/applications/kbookreader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kbookreader/debian/source/options +++ b/ubuntu/maverick/applications/kbookreader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kchmviewer/debian/rules b/ubuntu/maverick/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/ubuntu/maverick/applications/kchmviewer/debian/rules +++ b/ubuntu/maverick/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kchmviewer/debian/source/options b/ubuntu/maverick/applications/kchmviewer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kchmviewer/debian/source/options +++ b/ubuntu/maverick/applications/kchmviewer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kcmautostart/debian/rules b/ubuntu/maverick/applications/kcmautostart/debian/rules old mode 100644 new mode 100755 index 242fb2c84..9bed17b05 --- a/ubuntu/maverick/applications/kcmautostart/debian/rules +++ b/ubuntu/maverick/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kcmldap/debian/changelog b/ubuntu/maverick/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/ubuntu/maverick/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/maverick/applications/kcmldap/debian/compat b/ubuntu/maverick/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/kcmldap/debian/control b/ubuntu/maverick/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaƫl Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/ubuntu/maverick/applications/kcmldap/debian/copyright b/ubuntu/maverick/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/maverick/applications/kcmldap/debian/rules b/ubuntu/maverick/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/changelog b/ubuntu/maverick/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/compat b/ubuntu/maverick/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/control b/ubuntu/maverick/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/copyright b/ubuntu/maverick/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/maverick/applications/kcmldapcontroller/debian/rules b/ubuntu/maverick/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/changelog b/ubuntu/maverick/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/compat b/ubuntu/maverick/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/control b/ubuntu/maverick/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/copyright b/ubuntu/maverick/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/maverick/applications/kcmldapmanager/debian/rules b/ubuntu/maverick/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/maverick/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kcpuload/debian/rules b/ubuntu/maverick/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/ubuntu/maverick/applications/kcpuload/debian/rules +++ b/ubuntu/maverick/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/maverick/applications/kcpuload/debian/source/options b/ubuntu/maverick/applications/kcpuload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kcpuload/debian/source/options +++ b/ubuntu/maverick/applications/kcpuload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kdbusnotification/debian/rules b/ubuntu/maverick/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/ubuntu/maverick/applications/kdbusnotification/debian/rules +++ b/ubuntu/maverick/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/maverick/applications/kdbusnotification/debian/source/options b/ubuntu/maverick/applications/kdbusnotification/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kdbusnotification/debian/source/options +++ b/ubuntu/maverick/applications/kdbusnotification/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kdiff3/debian/rules b/ubuntu/maverick/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/ubuntu/maverick/applications/kdiff3/debian/rules +++ b/ubuntu/maverick/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kdiff3/debian/source/options b/ubuntu/maverick/applications/kdiff3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kdiff3/debian/source/options +++ b/ubuntu/maverick/applications/kdiff3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kdirstat/debian/rules b/ubuntu/maverick/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/ubuntu/maverick/applications/kdirstat/debian/rules +++ b/ubuntu/maverick/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kdirstat/debian/source/options b/ubuntu/maverick/applications/kdirstat/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kdirstat/debian/source/options +++ b/ubuntu/maverick/applications/kdirstat/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kdpkg/debian/rules b/ubuntu/maverick/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/ubuntu/maverick/applications/kdpkg/debian/rules +++ b/ubuntu/maverick/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kdpkg/debian/source/options b/ubuntu/maverick/applications/kdpkg/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kdpkg/debian/source/options +++ b/ubuntu/maverick/applications/kdpkg/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/keep/debian/rules b/ubuntu/maverick/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/ubuntu/maverick/applications/keep/debian/rules +++ b/ubuntu/maverick/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/keep/debian/source/options b/ubuntu/maverick/applications/keep/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/keep/debian/source/options +++ b/ubuntu/maverick/applications/keep/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kerberostray/debian/rules b/ubuntu/maverick/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/maverick/applications/kerberostray/debian/rules +++ b/ubuntu/maverick/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kerry/debian/rules b/ubuntu/maverick/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/ubuntu/maverick/applications/kerry/debian/rules +++ b/ubuntu/maverick/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/ubuntu/maverick/applications/kerry/debian/source/options b/ubuntu/maverick/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kerry/debian/source/options +++ b/ubuntu/maverick/applications/kerry/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/rules b/ubuntu/maverick/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/rules +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/source/options b/ubuntu/maverick/applications/kgtk-qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/source/options +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kile/debian/rules b/ubuntu/maverick/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/ubuntu/maverick/applications/kile/debian/rules +++ b/ubuntu/maverick/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kile/debian/source/options b/ubuntu/maverick/applications/kile/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kile/debian/source/options +++ b/ubuntu/maverick/applications/kile/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kima/debian/rules b/ubuntu/maverick/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/ubuntu/maverick/applications/kima/debian/rules +++ b/ubuntu/maverick/applications/kima/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kima/debian/source/options b/ubuntu/maverick/applications/kima/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kima/debian/source/options +++ b/ubuntu/maverick/applications/kima/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kio-apt/debian/rules b/ubuntu/maverick/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/ubuntu/maverick/applications/kio-apt/debian/rules +++ b/ubuntu/maverick/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kio-apt/debian/source/options b/ubuntu/maverick/applications/kio-apt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kio-apt/debian/source/options +++ b/ubuntu/maverick/applications/kio-apt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kio-locate/debian/rules b/ubuntu/maverick/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/ubuntu/maverick/applications/kio-locate/debian/rules +++ b/ubuntu/maverick/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/kio-locate/debian/source/options b/ubuntu/maverick/applications/kio-locate/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kio-locate/debian/source/options +++ b/ubuntu/maverick/applications/kio-locate/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kio-umountwrapper/debian/rules b/ubuntu/maverick/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/ubuntu/maverick/applications/kio-umountwrapper/debian/rules +++ b/ubuntu/maverick/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kio-umountwrapper/debian/source/options b/ubuntu/maverick/applications/kio-umountwrapper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kio-umountwrapper/debian/source/options +++ b/ubuntu/maverick/applications/kio-umountwrapper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kiosktool/debian/rules b/ubuntu/maverick/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/ubuntu/maverick/applications/kiosktool/debian/rules +++ b/ubuntu/maverick/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kiosktool/debian/source/options b/ubuntu/maverick/applications/kiosktool/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kiosktool/debian/source/options +++ b/ubuntu/maverick/applications/kiosktool/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kmatplot/debian/source/options b/ubuntu/maverick/applications/kmatplot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kmatplot/debian/source/options +++ b/ubuntu/maverick/applications/kmatplot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kmplayer/debian/rules b/ubuntu/maverick/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/ubuntu/maverick/applications/kmplayer/debian/rules +++ b/ubuntu/maverick/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kmplayer/debian/source/options b/ubuntu/maverick/applications/kmplayer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kmplayer/debian/source/options +++ b/ubuntu/maverick/applications/kmplayer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kmyfirewall/debian/rules b/ubuntu/maverick/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/ubuntu/maverick/applications/kmyfirewall/debian/rules +++ b/ubuntu/maverick/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kmyfirewall/debian/source/options b/ubuntu/maverick/applications/kmyfirewall/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kmyfirewall/debian/source/options +++ b/ubuntu/maverick/applications/kmyfirewall/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kmymoney/debian/rules b/ubuntu/maverick/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/ubuntu/maverick/applications/kmymoney/debian/rules +++ b/ubuntu/maverick/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/maverick/applications/kmymoney/debian/source/options b/ubuntu/maverick/applications/kmymoney/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kmymoney/debian/source/options +++ b/ubuntu/maverick/applications/kmymoney/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knemo/debian/rules b/ubuntu/maverick/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/ubuntu/maverick/applications/knemo/debian/rules +++ b/ubuntu/maverick/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/knemo/debian/source/options b/ubuntu/maverick/applications/knemo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knemo/debian/source/options +++ b/ubuntu/maverick/applications/knemo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knetload/debian/rules b/ubuntu/maverick/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/ubuntu/maverick/applications/knetload/debian/rules +++ b/ubuntu/maverick/applications/knetload/debian/rules @@ -9,6 +9,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/maverick/applications/knetload/debian/source/options b/ubuntu/maverick/applications/knetload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knetload/debian/source/options +++ b/ubuntu/maverick/applications/knetload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knetstats/debian/rules b/ubuntu/maverick/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/ubuntu/maverick/applications/knetstats/debian/rules +++ b/ubuntu/maverick/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/knetstats/debian/source/options b/ubuntu/maverick/applications/knetstats/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knetstats/debian/source/options +++ b/ubuntu/maverick/applications/knetstats/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knetworkmanager.cmake/debian/source/options b/ubuntu/maverick/applications/knetworkmanager.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knetworkmanager.cmake/debian/source/options +++ b/ubuntu/maverick/applications/knetworkmanager.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knetworkmanager8/debian/rules b/ubuntu/maverick/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/ubuntu/maverick/applications/knetworkmanager8/debian/rules +++ b/ubuntu/maverick/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/knetworkmanager8/debian/source/options b/ubuntu/maverick/applications/knetworkmanager8/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knetworkmanager8/debian/source/options +++ b/ubuntu/maverick/applications/knetworkmanager8/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knetworkmanager9/debian/rules b/ubuntu/maverick/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/ubuntu/maverick/applications/knetworkmanager9/debian/rules +++ b/ubuntu/maverick/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/ubuntu/maverick/applications/knetworkmanager9/debian/source/options b/ubuntu/maverick/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knetworkmanager9/debian/source/options +++ b/ubuntu/maverick/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knights/debian/rules b/ubuntu/maverick/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/ubuntu/maverick/applications/knights/debian/rules +++ b/ubuntu/maverick/applications/knights/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/knights/debian/source/options b/ubuntu/maverick/applications/knights/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knights/debian/source/options +++ b/ubuntu/maverick/applications/knights/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knowit/debian/rules b/ubuntu/maverick/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/ubuntu/maverick/applications/knowit/debian/rules +++ b/ubuntu/maverick/applications/knowit/debian/rules @@ -14,6 +14,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/knowit/debian/source/options b/ubuntu/maverick/applications/knowit/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knowit/debian/source/options +++ b/ubuntu/maverick/applications/knowit/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/knutclient/debian/rules b/ubuntu/maverick/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/ubuntu/maverick/applications/knutclient/debian/rules +++ b/ubuntu/maverick/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/knutclient/debian/source/options b/ubuntu/maverick/applications/knutclient/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/knutclient/debian/source/options +++ b/ubuntu/maverick/applications/knutclient/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/koffice-i18n/debian/rules b/ubuntu/maverick/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/ubuntu/maverick/applications/koffice-i18n/debian/rules +++ b/ubuntu/maverick/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/ubuntu/maverick/applications/koffice-i18n/debian/source/options b/ubuntu/maverick/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/koffice-i18n/debian/source/options +++ b/ubuntu/maverick/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/koffice/debian/rules b/ubuntu/maverick/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/ubuntu/maverick/applications/koffice/debian/rules +++ b/ubuntu/maverick/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/ubuntu/maverick/applications/koffice/debian/source/options b/ubuntu/maverick/applications/koffice/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/koffice/debian/source/options +++ b/ubuntu/maverick/applications/koffice/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/konversation/debian/rules b/ubuntu/maverick/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/ubuntu/maverick/applications/konversation/debian/rules +++ b/ubuntu/maverick/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/konversation/debian/source/options b/ubuntu/maverick/applications/konversation/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/konversation/debian/source/options +++ b/ubuntu/maverick/applications/konversation/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kopete-otr/debian/rules b/ubuntu/maverick/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/maverick/applications/kopete-otr/debian/rules +++ b/ubuntu/maverick/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kopete-otr/debian/source/options b/ubuntu/maverick/applications/kopete-otr/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kopete-otr/debian/source/options +++ b/ubuntu/maverick/applications/kopete-otr/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kpicosim/debian/rules b/ubuntu/maverick/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/ubuntu/maverick/applications/kpicosim/debian/rules +++ b/ubuntu/maverick/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kpicosim/debian/source/options b/ubuntu/maverick/applications/kpicosim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpicosim/debian/source/options +++ b/ubuntu/maverick/applications/kpicosim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kpilot/debian/rules b/ubuntu/maverick/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/maverick/applications/kpilot/debian/rules +++ b/ubuntu/maverick/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kpilot/debian/source/options b/ubuntu/maverick/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpilot/debian/source/options +++ b/ubuntu/maverick/applications/kpilot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kpowersave-nohal/debian/rules b/ubuntu/maverick/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/ubuntu/maverick/applications/kpowersave-nohal/debian/rules +++ b/ubuntu/maverick/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kpowersave-nohal/debian/source/options b/ubuntu/maverick/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpowersave-nohal/debian/source/options +++ b/ubuntu/maverick/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kpowersave.cmake/debian/source/options b/ubuntu/maverick/applications/kpowersave.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpowersave.cmake/debian/source/options +++ b/ubuntu/maverick/applications/kpowersave.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kpowersave/debian/rules b/ubuntu/maverick/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/ubuntu/maverick/applications/kpowersave/debian/rules +++ b/ubuntu/maverick/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kpowersave/debian/source/options b/ubuntu/maverick/applications/kpowersave/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpowersave/debian/source/options +++ b/ubuntu/maverick/applications/kpowersave/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kradio/debian/rules b/ubuntu/maverick/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/ubuntu/maverick/applications/kradio/debian/rules +++ b/ubuntu/maverick/applications/kradio/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/kradio/debian/source/options b/ubuntu/maverick/applications/kradio/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kradio/debian/source/options +++ b/ubuntu/maverick/applications/kradio/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/krename/debian/rules b/ubuntu/maverick/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/ubuntu/maverick/applications/krename/debian/rules +++ b/ubuntu/maverick/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/maverick/applications/krename/debian/source/options b/ubuntu/maverick/applications/krename/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/krename/debian/source/options +++ b/ubuntu/maverick/applications/krename/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/krusader/debian/rules b/ubuntu/maverick/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/ubuntu/maverick/applications/krusader/debian/rules +++ b/ubuntu/maverick/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/krusader/debian/source/options b/ubuntu/maverick/applications/krusader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/krusader/debian/source/options +++ b/ubuntu/maverick/applications/krusader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules +++ b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/source/options b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/ksplash-engine-moodin/debian/source/options +++ b/ubuntu/maverick/applications/ksplash-engine-moodin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/ksquirrel/debian/rules b/ubuntu/maverick/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/ubuntu/maverick/applications/ksquirrel/debian/rules +++ b/ubuntu/maverick/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/ksquirrel/debian/source/options b/ubuntu/maverick/applications/ksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/ksquirrel/debian/source/options +++ b/ubuntu/maverick/applications/ksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kstreamripper/debian/rules b/ubuntu/maverick/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/ubuntu/maverick/applications/kstreamripper/debian/rules +++ b/ubuntu/maverick/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/ubuntu/maverick/applications/kstreamripper/debian/source/options b/ubuntu/maverick/applications/kstreamripper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kstreamripper/debian/source/options +++ b/ubuntu/maverick/applications/kstreamripper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/ksystemlog/debian/rules b/ubuntu/maverick/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/ubuntu/maverick/applications/ksystemlog/debian/rules +++ b/ubuntu/maverick/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/ksystemlog/debian/source/options b/ubuntu/maverick/applications/ksystemlog/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/ksystemlog/debian/source/options +++ b/ubuntu/maverick/applications/ksystemlog/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/ktechlab/debian/rules b/ubuntu/maverick/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/ubuntu/maverick/applications/ktechlab/debian/rules +++ b/ubuntu/maverick/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/ubuntu/maverick/applications/ktechlab/debian/source/options b/ubuntu/maverick/applications/ktechlab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/ktechlab/debian/source/options +++ b/ubuntu/maverick/applications/ktechlab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/ktorrent/debian/rules b/ubuntu/maverick/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/ubuntu/maverick/applications/ktorrent/debian/rules +++ b/ubuntu/maverick/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/ubuntu/maverick/applications/ktorrent/debian/source/options b/ubuntu/maverick/applications/ktorrent/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/ktorrent/debian/source/options +++ b/ubuntu/maverick/applications/ktorrent/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kuickshow/debian/rules b/ubuntu/maverick/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/ubuntu/maverick/applications/kuickshow/debian/rules +++ b/ubuntu/maverick/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kuickshow/debian/source/options b/ubuntu/maverick/applications/kuickshow/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kuickshow/debian/source/options +++ b/ubuntu/maverick/applications/kuickshow/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kvirc/debian/rules b/ubuntu/maverick/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/ubuntu/maverick/applications/kvirc/debian/rules +++ b/ubuntu/maverick/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/ubuntu/maverick/applications/kvirc/debian/source/options b/ubuntu/maverick/applications/kvirc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kvirc/debian/source/options +++ b/ubuntu/maverick/applications/kvirc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kvkbd/debian/rules b/ubuntu/maverick/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/ubuntu/maverick/applications/kvkbd/debian/rules +++ b/ubuntu/maverick/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/ubuntu/maverick/applications/kvkbd/debian/source/options b/ubuntu/maverick/applications/kvkbd/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kvkbd/debian/source/options +++ b/ubuntu/maverick/applications/kvkbd/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/kvpnc/debian/rules b/ubuntu/maverick/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/ubuntu/maverick/applications/kvpnc/debian/rules +++ b/ubuntu/maverick/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/ubuntu/maverick/applications/kvpnc/debian/source/options b/ubuntu/maverick/applications/kvpnc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kvpnc/debian/source/options +++ b/ubuntu/maverick/applications/kvpnc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/piklab/debian/rules b/ubuntu/maverick/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/ubuntu/maverick/applications/piklab/debian/rules +++ b/ubuntu/maverick/applications/piklab/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/piklab/debian/source/options b/ubuntu/maverick/applications/piklab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/piklab/debian/source/options +++ b/ubuntu/maverick/applications/piklab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/potracegui/debian/rules b/ubuntu/maverick/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/ubuntu/maverick/applications/potracegui/debian/rules +++ b/ubuntu/maverick/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/potracegui/debian/source/options b/ubuntu/maverick/applications/potracegui/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/potracegui/debian/source/options +++ b/ubuntu/maverick/applications/potracegui/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules +++ b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/ubuntu/maverick/applications/rosegarden/debian/rules b/ubuntu/maverick/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/ubuntu/maverick/applications/rosegarden/debian/rules +++ b/ubuntu/maverick/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/maverick/applications/rosegarden/debian/source/options b/ubuntu/maverick/applications/rosegarden/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/rosegarden/debian/source/options +++ b/ubuntu/maverick/applications/rosegarden/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/smartcardauth/debian/rules b/ubuntu/maverick/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/ubuntu/maverick/applications/smartcardauth/debian/rules +++ b/ubuntu/maverick/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/applications/smartcardauth/debian/source/options b/ubuntu/maverick/applications/smartcardauth/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/smartcardauth/debian/source/options +++ b/ubuntu/maverick/applications/smartcardauth/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/smb4k/debian/rules b/ubuntu/maverick/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/ubuntu/maverick/applications/smb4k/debian/rules +++ b/ubuntu/maverick/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/smb4k/debian/source/options b/ubuntu/maverick/applications/smb4k/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/smb4k/debian/source/options +++ b/ubuntu/maverick/applications/smb4k/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/soundkonverter/debian/rules b/ubuntu/maverick/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/ubuntu/maverick/applications/soundkonverter/debian/rules +++ b/ubuntu/maverick/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/ubuntu/maverick/applications/soundkonverter/debian/source/options b/ubuntu/maverick/applications/soundkonverter/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/soundkonverter/debian/source/options +++ b/ubuntu/maverick/applications/soundkonverter/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tde-guidance/debian/rules b/ubuntu/maverick/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/ubuntu/maverick/applications/tde-guidance/debian/rules +++ b/ubuntu/maverick/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/ubuntu/maverick/applications/tde-guidance/debian/source/options b/ubuntu/maverick/applications/tde-guidance/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tde-guidance/debian/source/options +++ b/ubuntu/maverick/applications/tde-guidance/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tde-style-lipstik/debian/rules b/ubuntu/maverick/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/ubuntu/maverick/applications/tde-style-lipstik/debian/rules +++ b/ubuntu/maverick/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/tde-style-lipstik/debian/source/options b/ubuntu/maverick/applications/tde-style-lipstik/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tde-style-lipstik/debian/source/options +++ b/ubuntu/maverick/applications/tde-style-lipstik/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules +++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/source/options b/ubuntu/maverick/applications/tde-style-qtcurve/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/source/options +++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tde-systemsettings/debian/rules b/ubuntu/maverick/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/ubuntu/maverick/applications/tde-systemsettings/debian/rules +++ b/ubuntu/maverick/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/tde-systemsettings/debian/source/options b/ubuntu/maverick/applications/tde-systemsettings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tde-systemsettings/debian/source/options +++ b/ubuntu/maverick/applications/tde-systemsettings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tdesudo/debian/rules b/ubuntu/maverick/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/ubuntu/maverick/applications/tdesudo/debian/rules +++ b/ubuntu/maverick/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/ubuntu/maverick/applications/tdesudo/debian/source/options b/ubuntu/maverick/applications/tdesudo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/source/options +++ b/ubuntu/maverick/applications/tdesudo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tdesvn/debian/rules b/ubuntu/maverick/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/ubuntu/maverick/applications/tdesvn/debian/rules +++ b/ubuntu/maverick/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/tdesvn/debian/source/options b/ubuntu/maverick/applications/tdesvn/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tdesvn/debian/source/options +++ b/ubuntu/maverick/applications/tdesvn/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tdmtheme/debian/rules b/ubuntu/maverick/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/ubuntu/maverick/applications/tdmtheme/debian/rules +++ b/ubuntu/maverick/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/tdmtheme/debian/source/options b/ubuntu/maverick/applications/tdmtheme/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tdmtheme/debian/source/options +++ b/ubuntu/maverick/applications/tdmtheme/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/tellico/debian/rules b/ubuntu/maverick/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/ubuntu/maverick/applications/tellico/debian/rules +++ b/ubuntu/maverick/applications/tellico/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/applications/tellico/debian/source/options b/ubuntu/maverick/applications/tellico/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/tellico/debian/source/options +++ b/ubuntu/maverick/applications/tellico/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/twin-style-crystal/debian/rules b/ubuntu/maverick/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/ubuntu/maverick/applications/twin-style-crystal/debian/rules +++ b/ubuntu/maverick/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/twin-style-crystal/debian/source/options b/ubuntu/maverick/applications/twin-style-crystal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/twin-style-crystal/debian/source/options +++ b/ubuntu/maverick/applications/twin-style-crystal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/wlassistant/debian/rules b/ubuntu/maverick/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/ubuntu/maverick/applications/wlassistant/debian/rules +++ b/ubuntu/maverick/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/applications/wlassistant/debian/source/options b/ubuntu/maverick/applications/wlassistant/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/wlassistant/debian/source/options +++ b/ubuntu/maverick/applications/wlassistant/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/applications/yakuake/debian/rules b/ubuntu/maverick/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/ubuntu/maverick/applications/yakuake/debian/rules +++ b/ubuntu/maverick/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/maverick/applications/yakuake/debian/source/options b/ubuntu/maverick/applications/yakuake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/yakuake/debian/source/options +++ b/ubuntu/maverick/applications/yakuake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/Makefile b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/Makefile new file mode 100644 index 000000000..fa069e33a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/Makefile @@ -0,0 +1,188 @@ +FPACKAGE = kubuntu-default-settings-trinity +VERSION = 5.03 + +WALLPAPER_DIR = $(DESTDIR)/usr/share/wallpapers +SOUNDS_DIR = $(DESTDIR)/usr/share/sounds +KICKER_DIR = $(DESTDIR)/usr/share/apps/kicker +KONQ_TILES_DIR = $(DESTDIR)/usr/share/apps/konqueror/tiles +KDM_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-trinity +KDM_THEME_NO_USERLIST_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-no-userlist-trinity +KDM_OVERRIDE = $(DESTDIR)/etc/default/tdm-trinity.d/ +KDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/ +KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu +SETTINGS_DIR = $(DESTDIR)/usr/share/kubuntu-default-settings-trinity +CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge + +build: + +clean: + +install: + mkdir -p "$(KDM_SETTINGS_DIR)" + install -m644 backgroundrc "$(KDM_SETTINGS_DIR)" + install -m644 tdmdistrc "$(KDM_SETTINGS_DIR)" + + mkdir -p "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png.desktop "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-intrepid-wallpaper.jpg "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-hardy-wallpaper.jpg "$(WALLPAPER_DIR)" + + mkdir -p "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1024x768.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1280x1024.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1280x800.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1440x900.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1600x1200.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1920x1080.jpg "$(WALLPAPER_DIR)/Air" + install -m644 artwork/intrepid_wallpapers/Air/1920x1200.jpg "$(WALLPAPER_DIR)/Air" + + mkdir -p "$(SOUNDS_DIR)" + install -m644 artwork/kubuntu-login.ogg "$(SOUNDS_DIR)" + + mkdir -p "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background.png "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background-classic.png "$(KONQ_TILES_DIR)" + + mkdir -p "$(KICKER_DIR)/pics" + install -m644 artwork/kubuntu-kmenu-side.png "$(KICKER_DIR)/pics/" + install -m644 artwork/kubuntu-kmenu-side-tile.png "$(KICKER_DIR)/pics/" + mkdir -p "$(KICKER_DIR)/wallpapers" + install -m644 artwork/kubuntu-panel.png "$(KICKER_DIR)/wallpapers/" + + mkdir -p "$(KDM_THEME_DIR)" + install -m644 artwork/tdm-theme/* "$(KDM_THEME_DIR)" + + mkdir -p "$(KDM_THEME_NO_USERLIST_DIR)" + install -m644 artwork/tdm-theme-cartoon-no-userlist/* "$(KDM_THEME_NO_USERLIST_DIR)" + + mkdir -p "$(KSPLASH_THEME_DIR)" + install -m644 artwork/ksplash/* "$(KSPLASH_THEME_DIR)" + ln -s /usr/share/wallpapers/kubuntu-wallpaper.jpg "$(KSPLASH_THEME_DIR)/Background.jpg" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + install -m644 artwork/metabar/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + install -m644 artwork/amarok/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + install -m644 artwork/konversation/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + + mkdir -p "$(DESTDIR)/etc" + install -m644 kde-profile/kderc "$(DESTDIR)/etc" + install -m644 kde-profile/kde4rc "$(DESTDIR)/etc" + install -m644 kde-profile/kde-user-profile "$(DESTDIR)/etc" + + mkdir -p "$(DESTDIR)/etc/qt3" + install -m644 qt-rc-files/*rc "$(DESTDIR)/etc/qt3" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/*rc "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/uiserver "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/kdeglobals "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde-profile/default/share/config/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + install -m644 colour-schemes/*rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + + mkdir -p "$(CURSOR_DIR)/cursors" + install -m644 cursors/index.theme "$(CURSOR_DIR)/" + mkdir -p "$(CURSOR_DIR)cursors/" + install -m644 cursors/contrastlarge/cursors/* "$(CURSOR_DIR)/cursors/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + install -m644 ui-rc-files/konqueror.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" +# mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" +# install -m644 ui-rc-files/konversationui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + install -m644 ui-rc-files/kopetechatwindow.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + install -m644 ui-rc-files/gwenviewui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/" + install -m644 konqueror-profile/email.desktop "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/email.desktop" + mkdir -p "$(DESTDIR)/usr/bin" + install -m644 konqueror-profile/konq_plugins.xml "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + install -m644 artwork/throbber/16x16/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + install -m644 artwork/throbber/22x22/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + install -m644 artwork/throbber/32x32/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + install -m644 artwork/throbber/48x48/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/" + install -m644 kaffeine/fileopen64.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/" + install -m644 kaffeine/fileopen128.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/scalable/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine/" + install -m644 kaffeine/wizard_stamp_v0.7.1 "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + install -m644 kpart-rc-files/part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + install -m644 kpart-rc-files/gvimagepart.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part_readonly.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + install -m644 kpart-rc-files/ksvgplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + install -m644 kpart-rc-files/khtml_browser.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tar.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tarz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tbz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tgz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-zip.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + install -m644 kpart-plugins/dirfilterplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + install -m644 kwallet-default-wallet/kdewallet.kwl "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient-inactive.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + + install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde "$(SETTINGS_DIR)/.gtkrc-2.0-kde" + install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(SETTINGS_DIR)/gtk-qt-engine.rc.sh" + install -m644 hal/hal-policy-ntfs-config-write-policy.fdi "$(SETTINGS_DIR)/hal-policy-ntfs-config-write-policy.fdi" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + cp -r accessibility/lesser-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + cp -r accessibility/moderate-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + cp -r accessibility/minor-motor-difficulties/* "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + cp -r accessibility/motor-difficulties-pointing-devices/* "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/" + ln -s /usr/bin/kmousetool "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/kmousetool" + + mkdir -p "$(DESTDIR)/etc/kubuntu-default-settings-trinity" + install -m644 kde-hidden/hidden-media "$(DESTDIR)/etc/kubuntu-default-settings-trinity/" + install -m644 kde-hidden/directory-media "$(DESTDIR)/etc/kubuntu-default-settings-trinity/" + install -m644 kde-hidden/directory-home "$(DESTDIR)/etc/kubuntu-default-settings-trinity/" + + #mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow" + #cp -rf kde4/artwork/desktoptheme/* "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow/" + + mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/config" + install -m644 kde4/kde-rc-files/*rc "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + install -m644 kde4/kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + + mkdir -p "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + install -m644 kde4/kde-rc-files/kdeglobals "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdeglobals new file mode 100644 index 000000000..9c975c1cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdeglobals @@ -0,0 +1,140 @@ +[DesktopIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[FMSettings] +StandardFont= + +[General] +XftAntialias=true +XftHintStyle=hintmedium +XftSubPixel=none +alternateBackground=215,215,255 +background=255,255,255 +buttonBackground=255,255,255 +fixed=DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +linkColor=0,0,0 +menuFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +selectBackground=165,165,255 +selectForeground=0,0,0 +taskbarFont=DejaVu Sans,11,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +visitedLinkColor=0,0,0 +widgetStyle=highcontrast + +[Icons] +Theme=mono + +[KDE] +ColorScheme=thememgr.kcsrc + +[MainToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[PanelIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[SmallIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=16 + +[ToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[WM] +activeBackground=165,165,255 +activeBlend=165,165,255 +activeFont=DejaVu Sans,12,-1,5,75,0,0,0,0,0 +activeForeground=0,0,0 +activeTitleBtnBg=0,0,0 +frame=122,122,255 +handle=122,122,255 +inactiveBackground=225,225,225 +inactiveBlend=225,225,225 +inactiveForeground=128,128,128 +inactiveFrame=225,225,225 +inactiveHandle=225,225,225 +inactiveTitleBtnBg=85,85,85 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdesktoprc new file mode 100644 index 000000000..d169791dc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kdesktoprc @@ -0,0 +1,15 @@ +[Background Common] +CommonDesktop=true +DeskNum=0 + +[Desktop0] +BlendBalance=-50 +BlendMode=FlatBlending +Color1=255,255,204 +Color2=255,255,204 +Pattern= +Wallpaper=/usr/share/wallpapers/ +WallpaperMode=NoWallpaper + +[FMSettings] +StandardFont=DejaVu Sans,12,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/konquerorrc new file mode 100644 index 000000000..8a3b98da1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/konquerorrc @@ -0,0 +1,3 @@ +[Settings] +BgColor=255,255,255 +BgImage=/usr/share/apps/konqueror/tiles/ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/ksmserverrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/ksmserverrc new file mode 100644 index 000000000..9f757e982 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmag +restartCommand3=kmag,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kwinrc new file mode 100644 index 000000000..3f17db0cc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/kwinrc @@ -0,0 +1,4 @@ +[Style] +BorderSize=2 +PluginLib=kwin3_plastik + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 new file mode 100644 index 000000000..f23049399 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 @@ -0,0 +1,9 @@ +[Number] +NumberOfWindows=1 + +[WindowProperties1] +ClassName=KmagApp +Height 768=390 +ObjectName=kmag-mainwindow#1 +Width 1024=460 + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kaccessrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kaccessrc new file mode 100644 index 000000000..30b66b640 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kaccessrc @@ -0,0 +1,2 @@ +[Keyboard] +StickyKeys=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kcminputrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kcminputrc new file mode 100644 index 000000000..da0aed512 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=contrastlarge diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kickerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kickerrc new file mode 100644 index 000000000..30780e137 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kickerrc @@ -0,0 +1,7 @@ +[Applet_6] +DesktopFile=kbstateapplet.desktop +FreeSpace2=1 +WidthForHeightHint=125 + +[General] +Applets2=KMenuButton_1,ExtensionButton_1,ServiceButton_2,ServiceButton_3,Applet_2,Applet_6,Applet_1,Applet_3,Applet_4,Applet_5 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/ksmserverrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/ksmserverrc new file mode 100644 index 000000000..db7d79686 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kvkbd +restartCommand3=kvkbd,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kvkbdrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kvkbdrc new file mode 100644 index 000000000..e87700ebf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/minor-motor-difficulties/kvkbdrc @@ -0,0 +1,3 @@ +KvkbdFont=Sans Serif,13.1,-1,5,75,0,0,0,0,0 +autoresfont=true +showdock=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdeglobals new file mode 100644 index 000000000..d636dd0c4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdeglobals @@ -0,0 +1,69 @@ +[DesktopIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=56 + +[General] +alternateBackground=0,0,40 +background=0,0,0 +buttonBackground=0,0,0 +buttonForeground=255,255,255 +fixed=DejaVu Sans Mono,20,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +foreground=255,255,255 +linkColor=255,255,255 +menuFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +selectBackground=0,0,90 +selectForeground=255,255,255 +taskbarFont=DejaVu Sans,22,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +visitedLinkColor=255,255,255 +windowBackground=0,0,0 +windowForeground=255,255,255 + +[MainToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[PanelIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 + +[SmallIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +DoublePixels=true + +[ToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[WM] +activeBackground=0,0,90 +activeBlend=0,0,90 +activeFont=DejaVu Sans,24,-1,5,75,0,0,0,0,0 +activeTitleBtnBg=255,255,255 +frame=0,0,133 +handle=0,0,133 +inactiveBackground=30,30,30 +inactiveBlend=30,30,30 +inactiveFrame=30,30,30 +inactiveHandle=30,30,30 +inactiveTitleBtnBg=170,170,170 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdesktoprc new file mode 100644 index 000000000..ac89fb28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kdesktoprc @@ -0,0 +1,7 @@ +[Desktop0] +Color1=0,0,51 +Color2=0,0,51 +Pattern=pavement + +[FMSettings] +StandardFont=DejaVu Sans,24,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/konquerorrc new file mode 100644 index 000000000..516543fbe --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/konquerorrc @@ -0,0 +1,2 @@ +[Settings] +BgColor=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kwinrc new file mode 100644 index 000000000..6a82a4eb1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/moderate-visual-impairment/kwinrc @@ -0,0 +1,2 @@ +[Style] +BorderSize=3 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc new file mode 100644 index 000000000..82767e58c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc @@ -0,0 +1,14 @@ +[ProgramOptions] +Version=1.12 + +[UserOptions] +AudibleClick=false +DragTime=3 +DwellTime=5 +IsMinimized=true +MouseToolIsRunning=true +Movement=5 +SmartDrag=false +strokesEnabled=false +x=4 +y=22 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc new file mode 100644 index 000000000..067e50c3f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmousetool +restartCommand3=kmousetool,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css new file mode 100644 index 000000000..6bf2ded5c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css @@ -0,0 +1,399 @@ + /* ---------------------------------------- + Blank Layout : A CSS context style for the amarok media player + + By Florent Verschelde (florent.verschelde@free.fr) + This is a starting file for anyone who wants to create an amaroK context browser style. This won't look good if used in amaroK as a context browser style, since the only aim of this file is to provide a blank but carefully organized structure. + + 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 of the License, 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 + + -------------END OF LICENSE ------------- + Colours changed by Ben Morris, to match KDE themes. + Blanklayout-systemcolours-1.1: Changed highlighting on album headers to only show on mouseover. + Blanklayout-systemcolours-1.2: Fonts match theme now. +*/ + + + +/* STRUCTURE OF THIS FILE : + +I GENERIC ATTRIBUTES + 1 body attributes + 2 link attributes + 3 buttons + 4 boxes + 5 score indicators + +II SPECIFIC ATTRIBUTES + A "Summary" Tab + 1 favorite songs box attributes + 2 attributes for the song lists + 3 recent songs box attributes + 4 least listened to songs box attributes + B "Current" Tab + 1 current box attributes + 2 file not in database box attributes + 3 suggested songs box attributes + 4 favorite songs by Artist box attributes + 5 albums by Artist box attributes + C "Lyrics" Tab + 1 lyrics box attributes + +END */ + + + + +/* --------GENERIC ATTRIBUTES-------- */ + +/* ---Body attributes--- */ +body{ +margin: 23px; +color: windowText; +background-color: #6569AE; +background-image: url(./background.png); +background-position: bottom right; +background-repeat: no-repeat; +background-attachment: fixed; +font-family: sans-serif; +font-size: 13px; +color: #222222; +} + +/* ---Link attributes--- */ +a{ +color: windowtext; +text-decoration: none; + +} + a:hover{ + color: #000000; /*highlightText;*/ + } + +/* ---Generic attributes for buttons--- */ +/* "class=button" elements (for the "lyrics" tab) */ +.button{ +border: solid 1px transparent; +padding: 5px; +background-color: ButtonFace; +} + a.button:hover{ + border: solid 1px #444444; + } +/* input elements (for the "not in database" box) */ +input{ +width: 100%; +background-color: menU; +} + +/* ---Generic attributes for boxes--- */ +.box{ +border: none; +margin-bottom: 10px; +background: none; +} + .box-header{ + padding: 5px; + background: url(./head.png) repeat-y; + width: 240px; + } + .box-header-title{ + font-weight: bold; + font-size: 14px; + cursor: pointer; + height: 16px; + } + .box-body{ + padding: 5px; + } + .box-row{ + } + .box-row-alt{ + } + .box a{ + } + +/* ---Generic attributes for the score indicators--- */ +.scoreBox{ +} + .sbinner{ + height: 10px; + background: menU; + } + .sbouter{ + width: 50px; + height: 10px; + border: 1px solid #444444; + } + + + +/* --------SPECIFIC ATTRIBUTES-------- */ + +/* ["Summary" tab] */ + +/* ---Attributes for the "Favorites" box--- */ +#favorites_box{ +} + /* "Favorites" box header */ + #favorites_box-header{ + + } + #favorites_box-header-title{ + } + + /* "Favorites" box body */ + #favorites_box-body{ + padding: 10px; + } + #favorites_box-body .song a{ + margin-right: 5px; + } + +/* ---Attributes for the song lists (in the "Summary" tab, not for the tracklisting in the "Album by Artist" box)--- */ +.song{ +} + .song a{ + display: block; + padding: 5px; + border: 1px solid transparent; + } + .song a:hover{ + background: #C7D0E8; + border: 1px solid #444444; + } + td.song-place{ + } + .song-artist{ + } + .song-separator{ + } + .song-title{ + } + .song-time{ + } + .song-album{ + } + .song-score{ + } + .song td.sbtext{ + } + .song td.sbtext+td{ + } + .song div.sbinner{ + } + .song div.sbouter{ + } + +/* ---Attributes for the "Newest songs" box--- */ +#newest_box{ +} + /* "Newest songs" box header */ + #newest_box-header{ + } + #newest_box-header-title{ + } + /* "Newest songs" box body */ + #newest_box-body{ + padding: 5px; + } + #newest_box-body a{ + padding: 5px; + } + #newest_box-body a:hover{ + } + #newest_box-body>div{ + } + +/* ---Attributes for the "Least" box--- */ +#least_box{ +} + /* "Least" box header */ + #least_box-header{ + } + #least_box-header-title{ + } + /* "Least" box body */ + #least_box-body{ + padding: 5px; + } + #least_box-body a{ + padding: 5px; + } + #least_box-body a:hover{ + } + + + +/* ["Current" tab] */ + +/* Attributes for the "Current song" box */ +#current_box{ +} + /* "Current song" box header */ + #current_box-header{ + } + #current_box-header-album{ + } + #current_box-header-artist{ + } + #current_box-header-separator{ + } + #current_box-header-songname{ + } + /* "Current song" box body */ + #current_box-table{ + } + + #current_box-largecover-td{ + } + #current_box-largecover-a{ + } + #current_box-largecover-image{ + padding: 5px; + } + #current_box-information-td{ + padding: 5px; + text-align: right; + } + #musicbrainz-div{ + } + #musicbrainz-a{ + } + #musicbrainz-image{ + } + +/* ---Attributes for the "File not in database" box--- */ +#notindb_box-body{ +padding: 5px; +} + +/* Attributes for the "Suggested songs" box */ +#suggested_box{ +} + /* "Suggested songs" box header */ + #suggested_box-header{ + } + #suggested_box-header-title{ + } + /* "Suggested songs" box table */ + #T_SS{ + margin: 5px; + } + #T_SS td{ + margin-top: 5px; + } + #T_SS .song a{ + } + +/* Attributes for the "Favorites songs by Artist" box */ +#favoritesby_box{ +} + /* "Favorites songs by Artist" box header */ + #favoritesby-header{ + } + #favoritesby_box-header-title{ + } + /* "Favorites songs by Artist" box table */ + #T_FT{ + margin: 5px; + } + #T_FT td{ + margin-top: 5px; + } + #T_FT td.song a{ + } + +/* ---Attributes for the "Albums by Artist" box--- */ +#albums_box{ +} + /* "Albums" box header */ + #albums_box-header{ + } + #albums_box-header-title{ + } + /* "Albums" box body */ + #albums_box-body{ + } + /* album header (title area) */ + .album-header{ + background: none; + color: windowtext; + } + .album-header:hover{ + cursor: pointer; + background: #C7D0E8; + } + .album-header:hover a{ + background: #C7D0E8; + color: black; + } + .album-image{ + margin: 5px; + } + .album-title{ + } + .album-year{ + } + .album-info{ + float: right; + } + /* album body (tracklisting) */ + .album-body{ + padding: 10px; + } + .album-song{ + } + .album-song a{ + } + .album-song a:hover{ + background: #C7D0E8; + } + .album-song-trackno{ + } + .album-song-title{ + } + .album-song-time{ + } + + + +/* ["Lyrics" tab] */ + +/* ---Attributes for the "Lyrics" box--- */ +#lyrics_box{ +} + /* "Lyrics" box header */ + #lyrics_box-header{ + } + #lyrics_box-header-title{ + } + + /* "Lyrics" box body */ + #lyrics_box-body{ + padding: 5px; + } + #lyrics_box-body>a{ + } + #lyrics_box-body>a:hover{ + background: #C7D0E8; + color: #222222; + } + #lyrics_box_addlyrics{ + margin-top: 20px; + } + #lyrics_box_searchlyrics{ + margin-top: 20px; + margin-bottom: 20px; + } diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz new file mode 100644 index 000000000..f100041c8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg new file mode 100644 index 000000000..59160bb19 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg new file mode 100644 index 000000000..4e2bce26e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg new file mode 100644 index 000000000..68815abac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg new file mode 100644 index 000000000..3e44742a4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg new file mode 100644 index 000000000..f6166c447 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg new file mode 100644 index 000000000..8902b4dfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg new file mode 100644 index 000000000..be7e79b60 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop new file mode 100755 index 000000000..4159027ea --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Theme +Name=Oxygen Theme +Comment="Oxygen" by Nuno Pinheiro +Encoding=UTF-8 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png new file mode 100644 index 000000000..89120c90f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png new file mode 100644 index 000000000..897801f62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png new file mode 100644 index 000000000..c6189edf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png new file mode 100644 index 000000000..813f8d70e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png new file mode 100644 index 000000000..1667de67e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png new file mode 100644 index 000000000..7df96f8c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png new file mode 100644 index 000000000..e4f9f41a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png new file mode 100644 index 000000000..84a8c8a13 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png new file mode 100644 index 000000000..09655c689 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt new file mode 100644 index 000000000..cfc4f99e9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt @@ -0,0 +1,58 @@ +This theme is released under the GNU General Public License +*********************************************************** +Name = Ubuntu Ultra Splash (Moodin) +Description = Sleek & Professional KSplash Theme for Ubuntu +Version = 1.5.1 +Author = Jim Bustos +URL = http://www.kde-look.org/usermanager/search.php?username=jbus + +This theme also has a matching KDM theme located @ +http://kdelook.org/content/show.php?content=29331 + +This theme requires Moodwrod's Moodin Engine. +The moodin engine is/will be included in Dapper and is also available for Breezy in backports. + +This theme includes the official Ubuntu Breezy Wallpaper. All credit for this wallpaper goes to the author. + +This theme works with most common screen resolutions. In addition, it has backgrounds included for wide-screen and high-resolution monitors. + + +Changelog: +********** +1.5.1 +Tweaked logo + +1.5 +Changed License to GPL +Optimized Theme for latest version of Moodin Engine and for a more consistent look. +Added the Moodin Engine's Translate option for translation of 'Welcome' to different languages. +Changed greeting to 'Welcome ' instead of 'Welcome '. +Changed background to official Ubuntu Breezy wallpaper. +Updated icon choices, font size, and colors for a cleaner look. +***Included 1600x1200 backgrounds as well as 1900x1200, 1440x900 & 1280x800 backgrounds for widescreen users. +Updated installation instructions. + + +Installation: +************* +Use the Splash Screen Theme Manager in 'System Settings'->'Desktop'->'Splash Screen' to install this theme. +Be sure that your Login manager background is set to use the official Ubuntu wallpaper for consistency. This can be set in 'System Settings'->'Login Manager'->'Background'. + +Using your own background: +************************** +1.Extract kubuntuUltraSplash.tar.gz +2.Open up your wallpaper in the Gimp and open the Dialog.png file included the "Source Images" folder as a new layer. +3.Export the resulting image back to the UbuntuUltraSplash folder and be sure to name it Background.jpg. +4.Compress the folder as UbuntuUltraSplash.tar.gz and install it as normal. +5.Also be sure to change the 'System Settings'->'Login Manager'->'Background' to the same background for consistency. + + +***Users of 1900x1200, 1600x1200 & 1440x900. +******************************************** +If you have problems with your background being the wrong size, scaling incorrectly or fonts being too small or too big, do the following: + +1.Extract the UbuntuUltraSplash.tar.gz +2.Rename your resolution specific background(i.e Background-1600x1200.jpg) to Background.jpg +3.In Theme.rc change 'BaseResolution =' to your monitors resolution. (This will prevent auto-scaling of background and fonts) +4.Compress the folder as UbuntuUltraSplash.tar.gz and re-install it. +5.Test the theme. If Label and Status Font sizes still need to be adjusted, extract and open Theme.rc, make changes to font sizes, compress folder & re-install. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc new file mode 100644 index 000000000..913cbfbe8 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc @@ -0,0 +1,41 @@ +[KSplash Theme: kubuntu] +Name = Debian O2 +Description = Ubuntu Edgy Splash +Version = 1 +Author = Ken Wimer +Homepage = http://bootsplash.org/ +Engine = Moodin +UbuntuStyle = true + +BeginOpacity = 0.1 +Translate = true +Background = Background.jpg +ShowStatusText = true +UseIconSet = true +IconSetSize = 32 +ImageSpacer = 16 +LineUpImages = false +BaseResolution = 1920,1200 +AppendX = true +Labels = 2 +LabelShadow = false + +Image1 = kcmmemory +Image2 = kcmsystem +Image3 = printer1 +Image7 = kmenuedit +Image8 = kmenu + +#ignored for kubuntu theme, coords are centred in the moodin code +ImageCoords1 = 474,511 +ImageCoords2 = 524,511 +ImageCoords3 = 574,511 +ImageCoords4 = 624,511 +ImageCoords5 = 674,511 +ImageCoords6 = 724,511 +ImageCoords7 = 774,511 +ImageCoords8 = 624,651 + +StatusFont = Sans Serif,9,-1,5,50,0 +StatusCoords = -1,580 +StatusColor = #000000 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg new file mode 100644 index 000000000..a42ebde69 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg new file mode 100644 index 000000000..052defc97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg new file mode 100644 index 000000000..be7e79b60 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png new file mode 100644 index 000000000..220310005 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png new file mode 100644 index 000000000..84cc1343e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png new file mode 100644 index 000000000..f11dfa17b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png new file mode 100644 index 000000000..5be2c9e2a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg new file mode 100644 index 000000000..349c13f15 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png new file mode 100644 index 000000000..8f01995da Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png new file mode 100644 index 000000000..5edd07e8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop new file mode 100644 index 000000000..8ace65f4f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop @@ -0,0 +1,5 @@ +[Wallpaper] +Encoding=UTF-8 +File=kubuntu-wallpaper.png +Name=Kubuntu Wallpaper +ImageType=pixmap diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css new file mode 100644 index 000000000..c8da33422 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css @@ -0,0 +1,79 @@ +body { + background-color: #618DCC; + background-image: url(background.png); + background-repeat: no-repeat; + background-position: bottom right; + + font-family: sans-serif; + font-size: 13px; + color: #333333; +} + +.frame { + background-image: url(head.png); + background-repeat: no-repeat; + background-position: left bottom; + margin-bottom: 10px; + position: relative; + +} + +li { + list-style-type: none; + overflow: hidden; +} + +li ul { + margin: 0px; + padding: 0px; + height: 20px; + white-space: nowrap; +} + +a { + display: block; + padding-top: 2px; +padding-bottom: 2px; + padding-left: 24px; + background-position: 4px 2px; + background-repeat: no-repeat; + + text-decoration: none; + color: #000000; + +} + +a:hover { + text-decoration: underline; +} + +.head { + background-image: url(head.png); + background-repeat: repeat-y; + background-position: left top; + +} + +a.title { + font-weight: bold; +font-size: 14px; + cursor: pointer; + height: 16px; + background-repeat: none; +} + +a.infotitle { + font-weight: bold; + + padding-left: 5px; + cursor: pointer; +} + +.preview { + padding: 5px; + text-align: center; +} + +ul.info { + padding-left: 5px; +} diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html new file mode 100644 index 000000000..92669de64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html @@ -0,0 +1,51 @@ + + + + + + + +
+ +
  • +
  • +
    + +
    + +
  • +
  • +
    + + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png new file mode 100644 index 000000000..3e4862941 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop new file mode 100644 index 000000000..e55edf3cf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Debian O2 - No Userlist +Description=A cartoonish KDM theme for Debian +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml new file mode 100644 index 000000000..e6b628f3c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png new file mode 100644 index 000000000..bd4437f97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop new file mode 100644 index 000000000..8263c2b25 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Debian O2 +Description=A cartoonish KDM theme for Debian +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml new file mode 100644 index 000000000..00caadbbb --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/entries b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/entries new file mode 100644 index 000000000..4901a8e82 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/entries @@ -0,0 +1,436 @@ +10 + +dir +1175792 +svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase/kdm/kfrontend/themes/o2_enterprise +svn://anonsvn.kde.org/home/kde + + + +2010-09-09T20:55:54.847511Z +1173617 +tpearson + + + + + + + + + + + + + + +283d02a7-25f6-0310-bc7c-ecb5cbfe19da + +enterprise.xml +file + + + + +2010-09-09T20:06:22.327214Z +370bbcd4e423c4a5b03b64a3e956b006 +2010-09-09T19:37:03.247644Z +1173589 +tpearson + + + + + + + + + + + + + + + + + + + + + +3353 + +system_normal.png +file + + + + +2010-09-09T02:59:42.185974Z +27bd83b6a3516530761e33c1f935b510 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +1623 + +GdmGreeterTheme.desktop +file + + + + +2010-09-09T02:59:42.185974Z +98aa092a5700ee45b58c4e63a8ff4b25 +2010-09-08T18:25:10.734860Z +1173141 +tpearson + + + + + + + + + + + + + + + + + + + + + +339 + +gpl.txt +file + + + + +2010-09-09T02:59:42.185974Z +ebf4e8b49780ab187d51bd26aaa022c6 +2010-09-08T18:25:10.734860Z +1173141 +tpearson + + + + + + + + + + + + + + + + + + + + + +18013 + +Dialog.png +file + + + + +2010-09-09T20:06:22.327214Z +f83758de1d38488e0b90c87e8e7bf663 +2010-09-09T19:37:03.247644Z +1173589 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +5098 + +system_over.png +file + + + + +2010-09-09T02:59:42.185974Z +9d5b9792dd41fa5a8783a332d1213cb7 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +2491 + +preview.png +file + + + + +2010-09-09T02:59:42.185974Z +fa083d25704972b48c4f9f4339d55cd3 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +381843 + +enter_pressed.png +file + + + + +2010-09-09T02:59:42.195979Z +561ab9e91f25929a1711875db4a03437 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +1639 + +enter_normal.png +file + + + + +2010-09-09T02:59:42.195979Z +561ab9e91f25929a1711875db4a03437 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +1639 + +Makefile.am +file + + + + +2010-09-09T20:56:03.386800Z +1c49666a4126500c54e82aba03ad1b66 +2010-09-09T20:55:54.847511Z +1173617 +tpearson + + + + + + + + + + + + + + + + + + + + + +311 + +enter_over.png +file + + + + +2010-09-09T02:59:42.195979Z +315e1c23511cbb52726a6f90799fafa8 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +2422 + +system_pressed.png +file + + + + +2010-09-09T02:59:42.195979Z +27bd83b6a3516530761e33c1f935b510 +2010-09-08T18:25:10.734860Z +1173141 +tpearson +has-props + + + + + + + + + + + + + + + + + + + + +1623 + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/Dialog.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/Dialog.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/Dialog.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_normal.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_normal.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_normal.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_over.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_over.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_over.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_pressed.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_pressed.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/enter_pressed.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/preview.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/preview.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/preview.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_normal.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_normal.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_normal.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_over.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_over.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_over.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_pressed.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_pressed.png.svn-base new file mode 100644 index 000000000..5e9587e65 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/prop-base/system_pressed.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Dialog.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Dialog.png.svn-base new file mode 100644 index 000000000..440bf6f43 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Dialog.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/GdmGreeterTheme.desktop.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/GdmGreeterTheme.desktop.svn-base new file mode 100644 index 000000000..d50678db4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/GdmGreeterTheme.desktop.svn-base @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=enterprise.xml +Name=O2 Enterprise +Description=A sleek and professional looking KDM theme for Trinity +Author=Ken Wimer (wimer@kde.org) and Timothy Pearson (kb9vqf@pearsoncomputing.net) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Makefile.am.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Makefile.am.svn-base new file mode 100644 index 000000000..02b0dee99 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/Makefile.am.svn-base @@ -0,0 +1,14 @@ +o2_enterprisedir = $(kde_datadir)/kdm/themes/o2_enterprise +o2_enterprise_DATA = \ + Dialog.png \ + enter_normal.png \ + enter_over.png \ + enter_pressed.png \ + enterprise.xml \ + GdmGreeterTheme.desktop \ + preview.png \ + system_normal.png \ + system_over.png \ + system_pressed.png + +EXTRA_DIST = $(o2_enterprise_DATA) diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_normal.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_normal.png.svn-base new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_normal.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_over.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_over.png.svn-base new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_over.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_pressed.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_pressed.png.svn-base new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enter_pressed.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enterprise.xml.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enterprise.xml.svn-base new file mode 100644 index 000000000..42e37f890 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/enterprise.xml.svn-base @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/gpl.txt.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/gpl.txt.svn-base new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/gpl.txt.svn-base @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/preview.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/preview.png.svn-base new file mode 100644 index 000000000..f7712d7d2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/preview.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_normal.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_normal.png.svn-base new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_normal.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_over.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_over.png.svn-base new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_over.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_pressed.png.svn-base b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_pressed.png.svn-base new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/.svn/text-base/system_pressed.png.svn-base differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png new file mode 100644 index 000000000..440bf6f43 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop new file mode 100644 index 000000000..d50678db4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=enterprise.xml +Name=O2 Enterprise +Description=A sleek and professional looking KDM theme for Trinity +Author=Ken Wimer (wimer@kde.org) and Timothy Pearson (kb9vqf@pearsoncomputing.net) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am new file mode 100644 index 000000000..02b0dee99 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am @@ -0,0 +1,14 @@ +o2_enterprisedir = $(kde_datadir)/kdm/themes/o2_enterprise +o2_enterprise_DATA = \ + Dialog.png \ + enter_normal.png \ + enter_over.png \ + enter_pressed.png \ + enterprise.xml \ + GdmGreeterTheme.desktop \ + preview.png \ + system_normal.png \ + system_over.png \ + system_pressed.png + +EXTRA_DIST = $(o2_enterprise_DATA) diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml new file mode 100644 index 000000000..42e37f890 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png new file mode 100644 index 000000000..f7712d7d2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kde.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kde.png new file mode 100755 index 000000000..5f4f1a9fb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png new file mode 100755 index 000000000..2511fe958 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png new file mode 100755 index 000000000..437dbb652 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png new file mode 100755 index 000000000..757a84acd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png new file mode 100755 index 000000000..f50f9fb9c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png new file mode 100755 index 000000000..5b2838708 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png new file mode 100755 index 000000000..f9f09e15f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png new file mode 100755 index 000000000..71a89d7b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png new file mode 100755 index 000000000..2ada75115 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png new file mode 100755 index 000000000..57dabb733 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png new file mode 100755 index 000000000..1f9e457d9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png new file mode 100755 index 000000000..a184e2a81 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png new file mode 100755 index 000000000..7bebbe7b1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png new file mode 100755 index 000000000..7062df661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png new file mode 100755 index 000000000..8ff603dcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png new file mode 100755 index 000000000..84cd48dd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png new file mode 100755 index 000000000..0e07dfcff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png new file mode 100755 index 000000000..ef20e4107 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png new file mode 100755 index 000000000..10ac1f14f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png new file mode 100755 index 000000000..3dbca061e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png new file mode 100755 index 000000000..d5bcca606 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png new file mode 100755 index 000000000..fe8dfe828 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png new file mode 100755 index 000000000..309d39506 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png new file mode 100755 index 000000000..45f493385 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png new file mode 100755 index 000000000..3b1f4b62b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png new file mode 100755 index 000000000..2a7569bb9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png new file mode 100755 index 000000000..60a2d9a4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png new file mode 100755 index 000000000..57d8ddf90 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png new file mode 100755 index 000000000..07f6f6442 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png new file mode 100755 index 000000000..1a7f87398 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png new file mode 100755 index 000000000..db3700633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png new file mode 100755 index 000000000..5bc157309 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png new file mode 100755 index 000000000..5ba70fe7e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png new file mode 100755 index 000000000..a97437d41 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png new file mode 100755 index 000000000..363bb34bc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png new file mode 100755 index 000000000..971bf0547 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png new file mode 100755 index 000000000..f3c0b17d4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png new file mode 100755 index 000000000..c305d3548 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png new file mode 100755 index 000000000..ea578703e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png new file mode 100755 index 000000000..4c9888fc1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png new file mode 100755 index 000000000..0b753ff8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png new file mode 100755 index 000000000..706f08d66 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png new file mode 100755 index 000000000..776ef28ce Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png new file mode 100755 index 000000000..381e49bbf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png new file mode 100755 index 000000000..6e7eeb9e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png new file mode 100755 index 000000000..4ba9a2d8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png new file mode 100755 index 000000000..d1e7fc959 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png new file mode 100755 index 000000000..ceffb05ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png new file mode 100755 index 000000000..bf0dd17e9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png new file mode 100755 index 000000000..1eed36bcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png new file mode 100755 index 000000000..6537b166c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png new file mode 100755 index 000000000..95e75617b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png new file mode 100755 index 000000000..5fbb023b6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png new file mode 100755 index 000000000..187639e22 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png new file mode 100755 index 000000000..f4fde2f12 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png new file mode 100755 index 000000000..8b1d48c4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png new file mode 100755 index 000000000..bfe7141fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png new file mode 100755 index 000000000..c16c862d6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png new file mode 100755 index 000000000..00755b7f8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png new file mode 100755 index 000000000..58d49bf28 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png new file mode 100755 index 000000000..6f29bb960 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png new file mode 100755 index 000000000..399da3623 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png new file mode 100755 index 000000000..3901d3fa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png new file mode 100755 index 000000000..146f4d92a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png new file mode 100755 index 000000000..f624dfad7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png new file mode 100755 index 000000000..80d9750a8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png new file mode 100755 index 000000000..6862242fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png new file mode 100755 index 000000000..21969eadd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png new file mode 100755 index 000000000..93450476f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png new file mode 100755 index 000000000..8d82bd420 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png new file mode 100755 index 000000000..9c952753f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png new file mode 100755 index 000000000..afe03e426 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png new file mode 100755 index 000000000..c5898d2f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kde.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kde.png new file mode 100755 index 000000000..e6f1e0bf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png new file mode 100755 index 000000000..4cc0e63d7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png new file mode 100755 index 000000000..47ffe7f5c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png new file mode 100755 index 000000000..9c430f17c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png new file mode 100755 index 000000000..ce1b601d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png new file mode 100755 index 000000000..0f2733484 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png new file mode 100755 index 000000000..3a43431e6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png new file mode 100755 index 000000000..0def9ab08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png new file mode 100755 index 000000000..8cdafa67d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png new file mode 100755 index 000000000..fec427b1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png new file mode 100755 index 000000000..c6ee79918 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png new file mode 100755 index 000000000..32ae2c278 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png new file mode 100755 index 000000000..149a2d531 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png new file mode 100755 index 000000000..11653ec2d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png new file mode 100755 index 000000000..62273288d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png new file mode 100755 index 000000000..ef7e67a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png new file mode 100755 index 000000000..4d1be5429 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png new file mode 100755 index 000000000..ace88c61e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png new file mode 100755 index 000000000..d0ef10a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png new file mode 100755 index 000000000..6fcef2451 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png new file mode 100755 index 000000000..b8989d91f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png new file mode 100755 index 000000000..bdc715c2c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png new file mode 100755 index 000000000..03175be99 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png new file mode 100755 index 000000000..d83ca0abe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png new file mode 100755 index 000000000..27b5a1919 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png new file mode 100755 index 000000000..e09ed2d62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png new file mode 100755 index 000000000..cd5b5159c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png new file mode 100755 index 000000000..58f206dc4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png new file mode 100755 index 000000000..b6bf8b6c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png new file mode 100755 index 000000000..9be1150d0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png new file mode 100755 index 000000000..053725cd7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png new file mode 100755 index 000000000..de901a6d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png new file mode 100755 index 000000000..1a6cd96ee Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png new file mode 100755 index 000000000..7b9c8d9b3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png new file mode 100755 index 000000000..aaa6ab85d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png new file mode 100755 index 000000000..f3623b582 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png new file mode 100755 index 000000000..f90598e2f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png new file mode 100755 index 000000000..813998686 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png new file mode 100755 index 000000000..7dd4c0bdf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png new file mode 100755 index 000000000..a3d7cc1a2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png new file mode 100755 index 000000000..d8013a42e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png new file mode 100755 index 000000000..fe86252a3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png new file mode 100755 index 000000000..97bec2302 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png new file mode 100755 index 000000000..dbbbeae55 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png new file mode 100755 index 000000000..517f8f7db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png new file mode 100755 index 000000000..186b984af Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png new file mode 100755 index 000000000..fef65e0fe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png new file mode 100755 index 000000000..783531512 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png new file mode 100755 index 000000000..5e0f7470c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png new file mode 100755 index 000000000..cabbbafa4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png new file mode 100755 index 000000000..41c85aad5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png new file mode 100755 index 000000000..0522f3ed1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png new file mode 100755 index 000000000..580a9d7ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png new file mode 100755 index 000000000..3b112d78e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png new file mode 100755 index 000000000..ea91b2120 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png new file mode 100755 index 000000000..150138714 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png new file mode 100755 index 000000000..e266ce471 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png new file mode 100755 index 000000000..5efd497e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png new file mode 100755 index 000000000..05d4151b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png new file mode 100755 index 000000000..4945b91e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png new file mode 100755 index 000000000..dcd393d6c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png new file mode 100755 index 000000000..8448d8c4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png new file mode 100755 index 000000000..d7d32db65 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png new file mode 100755 index 000000000..d7eb095d1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png new file mode 100755 index 000000000..c4fd083b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png new file mode 100755 index 000000000..c918f5bb1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png new file mode 100755 index 000000000..4452eca6e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png new file mode 100755 index 000000000..c86c6ec94 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png new file mode 100755 index 000000000..185c03099 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png new file mode 100755 index 000000000..13c600e53 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png new file mode 100755 index 000000000..065932f4a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png new file mode 100755 index 000000000..052fe4de9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png new file mode 100755 index 000000000..7d4075c84 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kde.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kde.png new file mode 100755 index 000000000..f763d6bbb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png new file mode 100755 index 000000000..62a4cca7d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png new file mode 100755 index 000000000..6b5f4f67b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png new file mode 100755 index 000000000..16fd732f9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png new file mode 100755 index 000000000..c881ab039 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png new file mode 100755 index 000000000..dc0d437f3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png new file mode 100755 index 000000000..6fef145a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png new file mode 100755 index 000000000..3d5325ceb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png new file mode 100755 index 000000000..22d3b4568 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png new file mode 100755 index 000000000..6c2a1571d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png new file mode 100755 index 000000000..522e3c267 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png new file mode 100755 index 000000000..291ab93a4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png new file mode 100755 index 000000000..71076c54a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png new file mode 100755 index 000000000..840996a4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png new file mode 100755 index 000000000..a9e144b0c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png new file mode 100755 index 000000000..018ca12c7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png new file mode 100755 index 000000000..1de98bb5e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png new file mode 100755 index 000000000..dce51b588 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png new file mode 100755 index 000000000..71a0674c1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png new file mode 100755 index 000000000..5ac269ce0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png new file mode 100755 index 000000000..e38bf64e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png new file mode 100755 index 000000000..d1e1bb29d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png new file mode 100755 index 000000000..e25f1aafe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png new file mode 100755 index 000000000..95fde4cbc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png new file mode 100755 index 000000000..1b4e4285f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png new file mode 100755 index 000000000..bd87a4fb5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png new file mode 100755 index 000000000..da1b9733e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png new file mode 100755 index 000000000..0d0e6b800 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png new file mode 100755 index 000000000..6af6790cb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png new file mode 100755 index 000000000..debbd8374 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png new file mode 100755 index 000000000..4462f08ab Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png new file mode 100755 index 000000000..f07043df9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png new file mode 100755 index 000000000..edc1e5163 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png new file mode 100755 index 000000000..1965bc810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png new file mode 100755 index 000000000..d3923cb0b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png new file mode 100755 index 000000000..411f18c59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png new file mode 100755 index 000000000..b3584e637 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png new file mode 100755 index 000000000..b8064f240 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png new file mode 100755 index 000000000..9a27f2cfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png new file mode 100755 index 000000000..76156e80a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png new file mode 100755 index 000000000..33ac207b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png new file mode 100755 index 000000000..b9fb63587 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png new file mode 100755 index 000000000..b1afd00b2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png new file mode 100755 index 000000000..8f5eee381 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png new file mode 100755 index 000000000..c967c52fc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png new file mode 100755 index 000000000..90f6a2123 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png new file mode 100755 index 000000000..a9718594e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png new file mode 100755 index 000000000..74f707c16 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png new file mode 100755 index 000000000..40dfda7fd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png new file mode 100755 index 000000000..d7943ae51 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png new file mode 100755 index 000000000..3e4f2d407 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png new file mode 100755 index 000000000..b1474f149 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png new file mode 100755 index 000000000..adc09885e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png new file mode 100755 index 000000000..b24872ab5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png new file mode 100755 index 000000000..4ef2ce2bd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png new file mode 100755 index 000000000..bf90f6c1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png new file mode 100755 index 000000000..298db1bb3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png new file mode 100755 index 000000000..0a52acd26 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png new file mode 100755 index 000000000..1283a40f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png new file mode 100755 index 000000000..b7eae6a3c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png new file mode 100755 index 000000000..562ebba8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png new file mode 100755 index 000000000..2b194a75f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png new file mode 100755 index 000000000..5981d8cf0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png new file mode 100755 index 000000000..f7949af01 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png new file mode 100755 index 000000000..387aeb997 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png new file mode 100755 index 000000000..ef3eb775f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png new file mode 100755 index 000000000..3b77d62df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png new file mode 100755 index 000000000..ac7f7c554 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png new file mode 100755 index 000000000..71ee0aaef Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png new file mode 100755 index 000000000..e1670bfaf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png new file mode 100755 index 000000000..353c7a26a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png new file mode 100755 index 000000000..c9ec5e948 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png new file mode 100755 index 000000000..673327566 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kde.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kde.png new file mode 100755 index 000000000..d441f58bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png new file mode 100755 index 000000000..535e3683b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png new file mode 100755 index 000000000..5718ddd08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png new file mode 100755 index 000000000..1dd5c43e2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png new file mode 100755 index 000000000..d56f02661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png new file mode 100755 index 000000000..1a1c4fddc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png new file mode 100755 index 000000000..64c25672b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png new file mode 100755 index 000000000..8dcfef3ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png new file mode 100755 index 000000000..b287d1fd6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png new file mode 100755 index 000000000..2e383c914 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png new file mode 100755 index 000000000..eb57c0498 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png new file mode 100755 index 000000000..b2dcdba70 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png new file mode 100755 index 000000000..bdbbff184 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png new file mode 100755 index 000000000..c8124b4a6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png new file mode 100755 index 000000000..30d7fda76 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png new file mode 100755 index 000000000..c8d77e26c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png new file mode 100755 index 000000000..0128c6093 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png new file mode 100755 index 000000000..15da969b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png new file mode 100755 index 000000000..4daea4d9b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png new file mode 100755 index 000000000..4f9eb58a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png new file mode 100755 index 000000000..a3698cdb2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png new file mode 100755 index 000000000..ccf07a2a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png new file mode 100755 index 000000000..169d10cd4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png new file mode 100755 index 000000000..13ff2bbd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png new file mode 100755 index 000000000..7614f8b74 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png new file mode 100755 index 000000000..0793999e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png new file mode 100755 index 000000000..9cafd0fe8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png new file mode 100755 index 000000000..7ec236984 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png new file mode 100755 index 000000000..c20b8b620 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png new file mode 100755 index 000000000..ec5eca3df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png new file mode 100755 index 000000000..95dc468f1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png new file mode 100755 index 000000000..f4631212f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png new file mode 100755 index 000000000..1ddfce5ba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png new file mode 100755 index 000000000..6a97caa09 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png new file mode 100755 index 000000000..df68a52be Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png new file mode 100755 index 000000000..716cb1c85 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png new file mode 100755 index 000000000..2e679d43f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png new file mode 100755 index 000000000..29aed6605 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png new file mode 100755 index 000000000..b51a1e3bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png new file mode 100755 index 000000000..1023f80ea Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png new file mode 100755 index 000000000..12d462b6b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png new file mode 100755 index 000000000..94a808810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png new file mode 100755 index 000000000..b9a9d7096 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png new file mode 100755 index 000000000..1b3211aff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png new file mode 100755 index 000000000..674d18aa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png new file mode 100755 index 000000000..154382476 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png new file mode 100755 index 000000000..198173cca Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png new file mode 100755 index 000000000..1a90e73dd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png new file mode 100755 index 000000000..6001404d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png new file mode 100755 index 000000000..9beab2366 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png new file mode 100755 index 000000000..2c813649c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png new file mode 100755 index 000000000..5883cd03e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png new file mode 100755 index 000000000..d748ecf79 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png new file mode 100755 index 000000000..26b83365f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png new file mode 100755 index 000000000..157d528ed Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png new file mode 100755 index 000000000..bc7b53c0f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png new file mode 100755 index 000000000..769b688df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png new file mode 100755 index 000000000..d3bd110f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png new file mode 100755 index 000000000..c1bb44cc6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png new file mode 100755 index 000000000..3b8058324 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png new file mode 100755 index 000000000..93c59648c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png new file mode 100755 index 000000000..1d6b0539c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png new file mode 100755 index 000000000..4b1cf77a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png new file mode 100755 index 000000000..b92d6f697 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png new file mode 100755 index 000000000..7541ebca2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png new file mode 100755 index 000000000..09f6dc073 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png new file mode 100755 index 000000000..370774a34 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png new file mode 100755 index 000000000..5dbb0fb59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png new file mode 100755 index 000000000..770d476db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png new file mode 100755 index 000000000..5b3c17be8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png new file mode 100755 index 000000000..84d589923 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png new file mode 100755 index 000000000..4dbc7ad29 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png new file mode 100755 index 000000000..b12a83c91 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds new file mode 100755 index 000000000..a9eab0fba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png new file mode 100644 index 000000000..68d188519 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png new file mode 100644 index 000000000..a92934329 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/backgroundrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/backgroundrc new file mode 100644 index 000000000..ca9ca66bb --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/backgroundrc @@ -0,0 +1,18 @@ +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=0,48,130 +Color2=192,192,192 +CurrentWallpaperName= +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +Pattern= +Program= +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.png +WallpaperList= +WallpaperMode=Scaled diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/colour-schemes/kubuntuColours.kcsrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/colour-schemes/kubuntuColours.kcsrc new file mode 100644 index 000000000..d710e7edf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/colour-schemes/kubuntuColours.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Debian Colours +activeBackground=82,139,239 +activeBlend=238,239,242 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=220,228,249 +background=238,239,242 +buttonBackground=238,238,238 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=238,239,242 +inactiveBlend=238,239,242 +inactiveForeground=67,67,67 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +linkColor=0,0,238 +selectBackground=68,115,196 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/X_cursor b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/X_cursor new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/X_cursor differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_down b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_up b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/base_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_down b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_up b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/based_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bd_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bd_double_arrow new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_left_corner b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_left_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_right_corner b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_right_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_side b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/bottom_side differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/center_ptr b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/center_ptr new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/center_ptr differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/circle b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/circle new file mode 100755 index 000000000..40ce3ce06 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/circle differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/copy b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/copy new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/copy differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross_reverse b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross_reverse new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/cross_reverse differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crossed_circle b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crossed_circle new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crossed_circle differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crosshair b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crosshair new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/crosshair differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dot b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dot new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dot differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dotbox b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dotbox new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/dotbox differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_large b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_large new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_large differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_small b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_small new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draft_small differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draped_box b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draped_box new file mode 100755 index 000000000..13b748e9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/draped_box differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fd_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fd_double_arrow new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fleur b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fleur new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/fleur differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/h_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand1 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand1 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand1 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand2 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand2 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/hand2 differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr_watch b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr_watch new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_ptr_watch differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_side b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/left_side differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/link b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/link new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/link differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/ll_angle b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/ll_angle new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/ll_angle differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/lr_angle b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/lr_angle new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/lr_angle differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/move b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/move new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/move differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pencil b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pencil new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pencil differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pirate b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pirate new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/pirate differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/plus b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/plus new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/plus differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/question_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/question_arrow new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/question_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_ptr b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_ptr new file mode 100755 index 000000000..47742d40e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_ptr differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_side b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/right_side differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_down_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_down_arrow new file mode 100755 index 000000000..a3743a37e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_down_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_left_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_left_arrow new file mode 100755 index 000000000..b12f2f5c0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_right_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_right_arrow new file mode 100755 index 000000000..79fda1d7b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_right_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_up_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_up_arrow new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_up_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/tcross b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/tcross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/tcross differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_corner b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_right_corner b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_right_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_side b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/top_side differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/v_double_arrow b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/watch b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/watch new file mode 100755 index 000000000..e05fc1230 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/watch differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm new file mode 100755 index 000000000..e9e878124 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm_extra_large b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm_extra_large new file mode 100644 index 000000000..45c947824 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/contrastlarge/cursors/xterm_extra_large differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/index.theme b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/index.theme new file mode 100755 index 000000000..b4ad00443 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/cursors/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Contrast Large +Comment=Large icon theme +Directories= diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/changelog b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/changelog new file mode 100644 index 000000000..a44775158 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/changelog @@ -0,0 +1,1780 @@ +kubuntu-default-settings-trinity (1:10.10-12~lucid) lucid; urgency=low + + * R14 release + + -- Timothy Pearson Mon, 23 Apr 2012 17:22:00 -0600 + +kubuntu-default-settings-trinity (1:10.10-9~lucid) lucid; urgency=low + + * 3.5.13 release + + -- Timothy Pearson Sun, 14 Aug 2011 23:24:00 -0600 + +kubuntu-default-settings-trinity (1:10.10-7) maverick; urgency=low + + * Maverick rebuild + + -- Timothy Pearson Sun, 05 Sep 2010 15:16:00 -0600 + +kubuntu-default-settings-trinity (1:10.04-5) lucid; urgency=low + + * Lucid rebuild + + -- Timothy Pearson Mon, 05 Apr 2010 11:06:00 -0600 + +kubuntu-default-settings-trinity (1:9.10-1) karmic; urgency=low + + * Repaired kdm theming + + -- Timothy Pearson Mon, 13 July 2009 20:22:00 -0600 + +kubuntu-default-settings-trinity (1:8.12-6) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 16 Apr 2009 16:18:00 -0600 + +kubuntu-default-settings-trinity (1:8.12-5) jaunty; urgency=low + + * Jaunty wallaper update + + -- Timothy Pearson Thu, 16 Apr 2009 16:18:00 -0600 + +kubuntu-default-settings-trinity (1:8.12-4) intrepid; urgency=low + + * Added -trinity prefix and adjusted settings for a peaceful KDE4 coexistence on Intrepid and Intrepid +X + + -- Timothy Pearson Mon, 01 Dec 2008 01:22:00 -0600 + +kubuntu-default-settings (1:8.04-20) hardy; urgency=low + + * Fixed kubuntu-default-settings.postinst: + - Create the link properly for NTFS support + + -- Anthony Mercatante Fri, 18 Apr 2008 00:04:26 +0200 + +kubuntu-default-settings (1:8.04-19) hardy; urgency=low + + [ Guillaume Martres ] + * Use DejaVu Sans as default font to workaround #209358 + * Fix kde4 kdeglobals installation path + * debian/kubuntu-default-settings.install: + - install /usr/lib/kde4 + + [ Jonathan Riddell ] + * Set ksplash theme to None + + -- Guillaume Martres Wed, 02 Apr 2008 14:32:51 +0200 + +kubuntu-default-settings (1:8.04-18) hardy; urgency=low + + * Stop April Fools sillyness + * Added klaunchrc file to limit jumping busy icon to 10 seconds: + - Workarrounds some gtk, java ant other apps to have their icon + jumping for ages when the applications is started. + * Fixed Makefile for konversation oxygen theme. + + -- Anthony Mercatante Fri, 28 Mar 2008 19:20:08 +0100 + +kubuntu-default-settings (1:8.04-17) hardy; urgency=low + + * April Fool + + -- Michael Anderson Mon, 31 Mar 2008 23:18:42 +0100 + +kubuntu-default-settings (1:8.04-16) hardy; urgency=low + + [ Stefan Skotte ] + * Enable textshadow for Crystal windeco by default + + [ Anthony Mercatante ] + * Replaced Konversation Tango theme by Oxygen + + -- Anthony Mercatante Fri, 28 Mar 2008 12:26:54 +0100 + +kubuntu-default-settings (1:8.04-15) hardy; urgency=low + + * Set previews by default in file view (dolphin/konqueror KDE 4) + * Add information bar to Dolphin KDE 4 + * Add KDE 4 cryptodefaults, don't ask when submitting to unencrypted + * Add KDE 4 kmixrc, don't show by default when restored + + -- Jonathan Riddell Fri, 14 Mar 2008 18:02:43 +0000 + +kubuntu-default-settings (1:8.04-14) hardy; urgency=low + + * Enable KDE 4 settings + * Set KDE 4 mouse cursor to oxygen + * Remove depends on dmz-cursor-theme + + -- Jonathan Riddell Thu, 13 Mar 2008 11:33:59 +0000 + +kubuntu-default-settings (1:8.04-13) hardy; urgency=low + + [ Jonathan Riddell ] + * Set style to qtcurve in kde-rc-files/kdeglobals + + [ Daniel Hahler ] + * debian/kubuntu-default-settings.postrm: + - Do not bail out if "update-alternatives --remove" fails (LP: #194101) + - Add no-op case for "upgrade" action and mention unknown action in + catch-all case (LP: #65021) + * German translation for konqueror-profile/email.desktop + + -- Anthony Mercatante Tue, 11 Mar 2008 18:29:03 +0100 + +kubuntu-default-settings (1:8.04-12) hardy; urgency=low + + [ Stefan Skotte ] + * Added new wallpaper from http://djmattricks.deviantart.com/art/Aquapattern-46516380 + + [ Anthony Mercatante ] + * Added Tango theme or konversation. + * Set Tango to be used by default + * Re-enables konversation systray by default, as discussed with + upstream + * Sort the userlist by level, and then alphabetically + + [ Harald Sitter ] + * Fix and enable KDE 4 settings + + [ Jonathan Riddell ] + * Remove install_flash_player_9_linux/flashplayer.xpt from konq_plugins config, file no longer exists + + -- Anthony Mercatante Tue, 11 Mar 2008 15:15:58 +0100 + +kubuntu-default-settings (1:8.04-11) hardy; urgency=low + + [ Richard Johnson ] + * Disable KDE 4 settings for now, they break it + + -- Jonathan Riddell Tue, 19 Feb 2008 00:14:56 +0000 + +kubuntu-default-settings (1:8.04-10) hardy; urgency=low + + [ Jonathan Riddell ] + * Remove speedcrunchrc, long since unused + * Remove depends on ksplash-engine-moodin + + [ Harald Sitter ] + * Added initial KDE 4 configuration set. + + [ Stefan Skotte ] + * Make text darker in kdm/ksplash + + -- Harald Sitter Sat, 09 Feb 2008 20:04:28 +0100 + +kubuntu-default-settings (1:8.04-9) hardy; urgency=low + + * Updated wallpaper from Vlad Gerasimov http://www.vladstudio.com + + -- Jonathan Riddell Wed, 23 Jan 2008 15:48:01 +0000 + +kubuntu-default-settings (1:8.04-8) hardy; urgency=low + + * Add a new kubuntu-wallpaper.png + + -- Jonathan Riddell Mon, 21 Jan 2008 17:31:44 +0000 + +kubuntu-default-settings (1:8.04-7) hardy; urgency=low + + * Add French translation to email.desktop + + -- Anthony Mercatante Fri, 04 Jan 2008 16:02:42 +0100 + +kubuntu-default-settings (1:8.04-6) hardy; urgency=low + + * Fixed kdm-settings/20_kubuntu_default_settings, uses PreferUser to + match the user's choosen photo in KDM + + -- Anthony Mercatante Fri, 04 Jan 2008 15:52:46 +0100 + +kubuntu-default-settings (1:8.04-5) hardy; urgency=low + + * Add Polish translation to email.desktop + + -- Jonathan Riddell Fri, 14 Dec 2007 19:39:40 +0000 + +kubuntu-default-settings (1:8.04-4) hardy; urgency=low + + * Fixed name of hal policy and links for ntfs to make ntfs + drives to work. + + -- Anthony Mercatante Sat, 01 Dec 2007 14:55:03 +0100 + +kubuntu-default-settings (1:8.04-3) hardy; urgency=low + + * Reuploaded as the buildd seems to be fixed + + -- Anthony Mercatante Mon, 12 Nov 2007 14:18:30 +0100 + +kubuntu-default-settings (1:8.04-2) hardy; urgency=low + + * Added hal/20-ntfs-config-write-policy.fdi, installed with + symlink to enable ntfs read/write support by default + + -- Anthony Mercatante Sat, 10 Nov 2007 14:39:56 +0100 + +kubuntu-default-settings (1:8.04-1) hardy; urgency=low + + * Update kdeglobals to trust redirect from http and https + to apt protocol + + -- Anthony Mercatante Fri, 26 Oct 2007 15:48:01 +0200 + +kubuntu-default-settings (1:7.10-28) gutsy; urgency=low + + * Add adept_notifierrc with Apport key + + -- Jonathan Riddell Wed, 10 Oct 2007 16:40:39 +0100 + +kubuntu-default-settings (1:7.10-27) gutsy; urgency=low + + * Remove systray icon and tabs on side from konversationrc following + feedback from KDE usability + * In d3lphinrc make preview icon size same as normal icon size + * Update artwork/ksplash/Theme.rc for new icon spacing patch in moodin, + from David Solbach + + -- Jonathan Riddell Mon, 01 Oct 2007 23:34:55 +0100 + +kubuntu-default-settings (1:7.10-26) gutsy; urgency=low + + * Fixed khtmlrc, now uses easylist instead of filterset.g. Fixes LP: + #99535 + + -- Anthony Mercatante Sat, 29 Sep 2007 11:41:52 +0200 + +kubuntu-default-settings (1:7.10-25) gutsy; urgency=low + + * Added artwork/kdm-theme-no-userlist and fixed Makefile for + installation. + * Re-added kdm-settings/ deleted by error + + -- Anthony Mercatante Thu, 27 Sep 2007 09:48:48 +0200 + +kubuntu-default-settings (1:7.10-24) gutsy; urgency=low + + * Removed now useless KDM dependency + + -- Anthony Mercatante Wed, 26 Sep 2007 13:49:47 +0200 + +kubuntu-default-settings (1:7.10-23) gutsy; urgency=low + + * Add kmplayerrc to stop volume being set on playing + * Merge usplash/usplash-theme-kubuntu.c with Ubuntu + + -- Jonathan Riddell Fri, 21 Sep 2007 17:09:19 +0100 + +kubuntu-default-settings (1:7.10-22) gutsy; urgency=low + + * Make preview mode default in dolphin and set nice icon size + + -- Jonathan Riddell Wed, 05 Sep 2007 17:51:30 +0100 + +kubuntu-default-settings (1:7.10-21) gutsy; urgency=low + + * Change kuriikwsfilterrc to use strigi search by default + + -- Jonathan Riddell Fri, 31 Aug 2007 14:13:44 +0100 + +kubuntu-default-settings (1:7.10-20) gutsy; urgency=low + + * Set CFLAGS in debian/rules, fix fail to build on amd64 + + -- Jonathan Riddell Fri, 31 Aug 2007 10:34:57 +0100 + +kubuntu-default-settings (1:7.10-19) gutsy; urgency=low + + * Add the rest of the inode/directory items to + kde-rc-files/properties, maybe that'll convince it to use Dolphin + by default + * Fix colours and add missing image to usplash + + -- Jonathan Riddell Thu, 30 Aug 2007 17:51:44 +0100 + +kubuntu-default-settings (1:7.10-18) gutsy; urgency=low + + * Updated colour scheme from Ken Wimer + * Sync usplash/usplash-theme-kubuntu.c with Ubuntu, hopefully closes + https://bugs.launchpad.net/ubuntu/+source/casper/+bug/131209 + "kubuntu verify CD just boots live system" + + -- Jonathan Riddell Thu, 30 Aug 2007 14:05:18 +0100 + +kubuntu-default-settings (1:7.10-17) gutsy; urgency=low + + [Jonathan Riddell] + * Make Google suggest work + + [Anthony Mercatante] + * Added kvkbd to minor-motor-difficulties accessibility + profile + + -- Jonathan Riddell Tue, 28 Aug 2007 14:53:46 +0100 + +kubuntu-default-settings (1:7.10-16) gutsy; urgency=low + + * New ksplash Dialog.png from Ken Wimer + + -- Anthony Mercatante Mon, 20 Aug 2007 11:32:48 +0200 + +kubuntu-default-settings (1:7.10-15) gutsy; urgency=low + + * New logo colours in kdm and ksplash Dialog.png from Ken Wimer + + -- Jonathan Riddell Fri, 10 Aug 2007 13:02:45 +0100 + +kubuntu-default-settings (1:7.10-14) gutsy; urgency=low + + [ Jonathan Riddell ] + * Update colour scheme in kde-rc-files/kdeglobals + + [ Sarah Hobbs ] + * Removed some of our kubuntu defaults for konversation, as + discussed in the last meeting. Presumably all of this will + be rediscussed for KDE 4 anyway. + + -- Sarah Hobbs Sun, 29 Jul 2007 22:14:31 +1000 + +kubuntu-default-settings (1:7.10-13) gutsy; urgency=low + + * Fixed makefile, causes FTBFS + + -- Anthony Mercatante Thu, 19 Jul 2007 18:41:35 +0200 + +kubuntu-default-settings (1:7.10-12) gutsy; urgency=low + + * Added katapult back to ksmserverrc. Autostart is not good to let + katapult start without showing to the user. Katapult will be patch + instead to remove the autostart desktop file. + + -- Anthony Mercatante Thu, 19 Jul 2007 07:53:45 +0200 + +kubuntu-default-settings (1:7.10-11) gutsy; urgency=low + + * Remove katapult from session start, it is now in autostart + + -- Jonathan Riddell Tue, 17 Jul 2007 09:42:09 +0100 + +kubuntu-default-settings (1:7.10-10ubuntu1) gutsy; urgency=low + + * Make dolphin default file browser + + -- Jonathan Riddell Mon, 16 Jul 2007 13:54:49 +0100 + +kubuntu-default-settings (1:7.10-10) gutsy; urgency=low + + [ Jonathan Riddell ] + * Add depends on dmz-cursor-theme and remove local copy of theme + + [ Anthony Mercatante ] + * Added new crystal theme and wallpaper by Ken Wimer + + -- Anthony Mercatante Wed, 11 Jul 2007 14:17:22 +0200 + +kubuntu-default-settings (1:7.10-9) gutsy; urgency=low + + * Fixed d3lphinrc, put the text under the icons for the standard + toolbar + + -- Anthony Mercatante Thu, 05 Jul 2007 09:34:24 +0200 + +kubuntu-default-settings (1:7.10-8) gutsy; urgency=low + + * Added d3lphinrc config file for dolphin + + -- Anthony Mercatante Thu, 05 Jul 2007 01:17:54 +0200 + +kubuntu-default-settings (1:7.10-7) gutsy; urgency=low + + * Fixed profilerc so that deb files open with Gdebi by defualt + + -- Anthony Mercatante Sat, 30 Jun 2007 02:04:39 +0200 + +kubuntu-default-settings (1:7.10-6) gutsy; urgency=low + + * Remove Debian Servicemenu now we have gdebi + + -- Jonathan Riddell Tue, 26 Jun 2007 00:22:27 +0100 + +kubuntu-default-settings (1:7.10-5) gutsy; urgency=low + + * Fixed kdm-settings/20_kubuntu_default_settings. + Sets a USESYSTEMLOCALE to "true" so that kdm init script + fixes kdm language to the system one + + -- Anthony Mercatante Thu, 14 Jun 2007 18:56:22 +0100 + +kubuntu-default-settings (1:7.10-4) gutsy; urgency=low + + * Modify konqueror-profile/kubuntu-servicemenu.sh and + kubuntu-servicemenu.desktop to allow installing multiple + packages when the path and or package names contains spaces. (LP: #108870) + + -- Frode M. DĆøving Sun, 10 Jun 2007 10:27:23 +0200 + +kubuntu-default-settings (1:7.10-3) gutsy; urgency=low + + * Remove KDM hacking from postinst and postrm + * Add kdm-settings/20_kubuntu_default_settings for + /etc/defaults/kdm.d/ for nice overloading of KDM settings + + -- Jonathan Riddell Wed, 06 Jun 2007 17:55:53 +0100 + +kubuntu-default-settings (1:7.10-2) gutsy; urgency=low + + * Modify KDM theme to include user list, change by Timo Freyer lumpi_online@gmx.ch + + -- Jonathan Riddell Fri, 1 Jun 2007 13:29:20 +0100 + +kubuntu-default-settings (1:7.10-1) gutsy; urgency=low + + * Removed khotkeysrc, activates the alt+print to take a window snapshot + with ksnapshot in kdebase-bin via a patch + + -- Anthony Mercatante Thu, 31 May 2007 11:00:23 +0200 + +kubuntu-default-settings (1:7.04-39) feisty; urgency=low + + * Fixing a bug which prevents using packages that have spaces + in their paths. (LP: #57102) + + -- Johnny Levai Fri, 6 Apr 2007 21:44:17 +0300 + +kubuntu-default-settings (1:7.04-38) feisty; urgency=low + + * Update artwork/kdm-theme/kubuntu.xml. + - Fixes font size on the login window, as default is too large + for lots of languages except english. + + -- Anthony Mercatante Mon, 02 Apr 2007 03:54:23 +0100 + +kubuntu-default-settings (1:7.04-37) feisty; urgency=low + + * Update k3brc, Remove tip of the day. + + -- Anthony Mercatante Mon, 02 Apr 2007 01:27:34 +0100 + +kubuntu-default-settings (1:7.04-36) feisty; urgency=low + + * Update k3brc, disables the splash on program start up. + + -- Anthony Mercatante Thu, 29 Mar 2007 16:20:23 +0100 + +kubuntu-default-settings (1:7.04-35) feisty; urgency=low + + * Fixing a bug in the positions of the verbose messages in the kubuntu + usplash theme file + * Updating colorscheme and kdeglobals file so that the new colors actually + appear + * Updating the active progress bar pic to have the same line around the + outside as the background pic + + -- Kenneth Wimer Tue, 20 Mar 2007 22:43:01 +0100 + +kubuntu-default-settings (1:7.04-34ubuntu1) feisty; urgency=low + + * Improve colours in usplash/usplash-theme-kubuntu.c to not have + black text on black background + * Fix text in mimetypes, comments now in English not French + closes https://launchpad.net/bugs/93686 + + -- Jonathan Riddell Mon, 19 Mar 2007 19:14:09 +0000 + +kubuntu-default-settings (1:7.04-34) feisty; urgency=low + + [ Kenneth Wimer ] + * Updating Dialog pic again, this time final + + [ Dennis Kaarsemaker ] + * Fix to usplash/usplash-theme-kubuntu.c + + -- Kenneth Wimer Thu, 15 Mar 2007 14:49:02 +0100 + +kubuntu-default-settings (1:7.04-33) feisty; urgency=low + + * Updating wallpaper, pics for kdm and ksplash and color scheme + + -- Kenneth Wimer Thu, 15 Mar 2007 13:48:38 +0100 + +kubuntu-default-settings (1:7.04-32) feisty; urgency=low + + * Removed kopete/ folder for contact list theme, closes + Malone #90020 + + -- Anthony Mercatante Thu, 15 Mar 2007 11:44:22 +0100 + +kubuntu-default-settings (1:7.04-31) feisty; urgency=low + + * Fixing problems with progress bar animation + + -- Kenneth Wimer Tue, 13 Mar 2007 17:09:04 +0100 + +kubuntu-default-settings (1:7.04-30) feisty; urgency=low + + * Change usplash-dev build dependency to libusplash-dev to go with + renaming of package. + + -- Tollef Fog Heen Wed, 14 Mar 2007 12:46:57 +0100 + +kubuntu-default-settings (1:7.04-29) feisty; urgency=low + + [ Kenneth Wimer ] + * Adding new logo and background for kdm, ksplash and desktop + + [ Jonathan Riddell ] + * Set Google as default search in konquerorrc and set Google + suggest mode on + + -- Kenneth Wimer Mon, 12 Mar 2007 14:11:14 +0100 + +kubuntu-default-settings (1:7.04-29) feisty; urgency=low + + * Adding new logo and background for kdm, ksplash and desktop + + -- Kenneth Wimer Mon, 12 Mar 2007 14:11:14 +0100 + +kubuntu-default-settings (1:7.04-28) feisty; urgency=low + + * fixing errors in config file + + -- Kenneth Wimer Wed, 7 Mar 2007 21:53:09 +0100 + +kubuntu-default-settings (1:7.04-27) feisty; urgency=low + + * Adding new progress bar and config file + + -- Kenneth Wimer Wed, 7 Mar 2007 01:07:20 +0100 + +kubuntu-default-settings (1:7.04-26) feisty; urgency=low + + * Adding new usplash pics for feisty + + -- Kenneth Wimer Mon, 5 Mar 2007 14:56:34 +0100 + +kubuntu-default-settings (1:7.04-25) feisty; urgency=low + + * Fix confict lines in polyesterrc file + + -- Jonathan Riddell Sun, 4 Mar 2007 20:02:50 +0000 + +kubuntu-default-settings (1:7.04-24) feisty; urgency=low + + * Removed shadows on menu bar and button in polyester + * Removed make button darker on hover animation in polyester + + -- Ryan Kavanagh Fri, 02 March 2007 14:14:28 -0500 + +kubuntu-default-settings (1:7.04-23) feisty; urgency=low + + * Added klipperrc, changed the default action for "jpg" files + to gwenview instead of kview. Closes Malone #70429 + + -- Anthony Mercatante Fri, 23 Feb 2007 14:03:45 +0100 + +kubuntu-default-settings (1:7.04-22) feisty; urgency=low + + * Fixed kwinrc, changed the default number of virtual desktops + to 2 + + -- Anthony Mercatante Fri, 23 Feb 2007 13:30:58 +0100 + +kubuntu-default-settings (1:7.04-21) feisty; urgency=low + + * Fixed gtk-qt-engine-rc-files to sync defaults with new + gtk-qt-engines package. + + -- Anthony Mercatante Fri, 23 Feb 2007 12:40:01 +0100 + +kubuntu-default-settings (1:7.04-20) feisty; urgency=low + + * Fixed kubuntu-default-settings.postinst and + kubuntu-default-settings.postrm, install and remove Kdm + wallpaper and theme, instead of patching Kdm. Closes Malone #58639 + + -- Anthony Mercatante Fri, 23 Feb 2007 10:45:21 +0100 + +kubuntu-default-settings (1:7.04-19) feisty; urgency=low + + * Removed kopete/styles and fixed kopeterc. + TotallyClear is now a variant of the Clear style and part + of kdenetwork + + -- Anthony Mercatante Wed, 21 Feb 2007 10:52:31 +0100 + +kubuntu-default-settings (1:7.04-18) feisty; urgency=low + + [ Jonathan Riddell ] + * Change google http user agent to Firefox, makes gmail and calendar uncrippled + + [ Sarah Hobbs ] + * Removed konversationui.rc - this was for 0.19, we are now on 1.0.1. + - Closes Malone #85948, and various other upstream bugs. + * Changed konversationrc + - Now defaults to port 8001 for freenode/ubuntu, to bypass an dcc exploit in + certain routers. + + -- Sarah Hobbs Sun, 18 Feb 2007 15:54:26 +1100 + +kubuntu-default-settings (1:7.04-17) feisty; urgency=low + + * Changed default widget style to polyester + + -- Anthony Mercatante Tue, 13 Feb 2007 23:34:23 +0100 + +kubuntu-default-settings (1:7.04-16) feisty; urgency=low + + * Fixed kubuntu-artwork-usplash.prerm to update-initramfs -u + on package remove + + -- Anthony Mercatante Thu, 01 Feb 2007 23:31:47 +0100 + +kubuntu-default-settings (1:7.04-15) feisty; urgency=low + + * konqueror-profile/konq_plugins.xml + - Fixed URLs to install Flash9 instead of Flash7 + + -- Anthony Mercatante Thu, 01 Feb 2007 22:25:46 +0100 + +kubuntu-default-settings (1:7.04-14) feisty; urgency=low + + * Changed default Kmenu layout to "name (description)" + + -- Anthony Mercatante Thu, 01 Feb 2007 18:06:21 +0100 + +kubuntu-default-settings (1:7.04-13) feisty; urgency=low + + * Added polyesterstylerc for polyester style + * Fixed kopete/images for better contact list theme + * Added new kicker layout + + -- Anthony Mercatante Thu, 01 Feb 2007 12:16:32 +0100 + +kubuntu-default-settings (1:7.04-12) feisty; urgency=low + + * Removed konqueror profile files (filemanagement and webbrowsing) + * Added kopete/images for contact list theme + * Added kopete theme TotallyClear + * Changed kopeterc to use the new defaults + + -- Anthony Mercatante Thu, 01 Feb 2007 18:09:21 +0100 + +kubuntu-default-settings (1:7.04-11) feisty; urgency=low + + * Fixed kwincrystal, bad version previously uploaded + + -- Anthony Mercatante Mon, 22 Jan 2007 23:57:45 +0100 + +kubuntu-default-settings (1:7.04-10) feisty; urgency=low + + * Fixed kwincrystalrc to fit with new upstream release. + + -- Anthony Mercatante Mon, 22 Jan 2007 13:30:23 +0100 + +kubuntu-default-settings (1:7.04-9) feisty; urgency=low + + * Fixed ksmserverrc. Switch back to old katapult autostart, + since the new autostart create non-fixable issues. + + -- Anthony Mercatante Sat, 20 Jan 2007 09:54:22 +0100 + +kubuntu-default-settings (1:7.04-8) feisty; urgency=low + + * Fixed ksmserverrc. Katapult will now start via /usr/share/autostart + file + + -- Anthony Mercatante Sat, 20 Jan 2007 01:35:22 +0100 + +kubuntu-default-settings (1:7.04-7) feisty; urgency=low + + * Removed knetworkmanager from ksmserver. There is a known bug + (see Debian #406162). That make knetworkmanager hangs on + session restore. Solution is to start it from autostart and patch + it to disable the session management, as debian does. + + -- Anthony Mercatante Fri, 19 Jan 2007 10:01:28 +0100 + +kubuntu-default-settings (1:7.04-6) feisty; urgency=low + + * kpart-rc-files/part.rc + - Removed the first useless separator on the context toolbar + + -- Anthony Mercatante Fri, 19 Jan 2007 07:17:23 +0100 + +kubuntu-default-settings (1:7.04-5) feisty; urgency=low + + [ ZhengPeng Hou ] + * Switch all fonts configure to use Sans Serif. + * Add keyserver.ubuntu.com to kgpgrc, and make + it default. + + [ Jonathan Riddell ] + * Add knetworkmanager to ksmserverrc for + startup by default, see NetworkRoaming spec + + -- ZhengPeng Hou Sat, 16 Dec 2006 01:40:08 +0800 + +kubuntu-default-settings (1:7.04-4) feisty; urgency=low + + * Changed hidden-media, hide floppy. + * Added profilerc, since we can't get rid of kmplayer + for feisty + + -- Anthony Mercatante Wed, 6 Dec 2006 14:14:32 +0100 + +kubuntu-default-settings (1:7.04-3) feisty; urgency=low + + [ ZhengPeng Hou ] + * Change gtk-qt-engine-rc-files/gtkrc-2.0 to use Sans + instead of DejaVu Sans + + [ Jonathan Riddell ] + * Add .directory files in /home and /media for nice icons + + -- Jonathan Riddell Tue, 5 Dec 2006 18:53:08 +0000 + +kubuntu-default-settings (1:7.04-2) feisty; urgency=low + + * Install ark_part_readonly.rc + + -- Anthony Mercatante Tue, 7 Nov 2006 10:47:32 -0800 + +kubuntu-default-settings (1:7.04-1) feisty; urgency=low + + * Update konquerorrc for better session management + (workarround for kde bug #135999). + * Renamed konq_kubuntu.rc to konqueror.rc and set profiles + rc files to use it. (closes #41594) + * Replaced Stop and Reload buttons by a single one in + Konqueror + * Removed useless profilerc file. + * Add k3b.eventsrc and k3brc, activate overburning and + disable sound notifications. + * Add x-7z.desktop, x-bzip.desktop, x-pak.desktop, x-tzo.desktop + x-ace.desktop, x-compress.desktop, x-rar.desktop, x-zip.desktop + x-arc.desktop, x-cpio.desktop, x-tar.desktop, x-zoo.desktop + x-archive.desktop, x-gzip.desktop, x-tarz.desktop + x-arj.desktop, x-lha.desktop, x-tbz.desktop, x-bzip2.desktop, + x-lzop.desktop, x-tgz.desktop, use of ark_part by default + * Add arkrc file, to disable internal viewer + * Add knotesrc + * Removed .hidden file for / + + -- Anthony Mercatante Mon, 23 Oct 2006 21:14:52 +0200 + +kubuntu-default-settings (1:6.10-62) edgy; urgency=low + + * ./cursors/default/index.theme, + ./cursors/index.theme: added Directories= entries. (Malone: #67631, #65870) + + -- Daniel Holbach Mon, 23 Oct 2006 12:34:09 +0200 + +kubuntu-default-settings (1:6.10-61) edgy; urgency=low + + * Update konquerorrc for better session management. + (workarround for kde bug #135999) + + -- Anthony Mercatante Fri, 20 Oct 2006 04:46:52 +0200 + +kubuntu-default-settings (1:6.10-60) edgy; urgency=low + + * Add 640x400 theme to usplash, needed to allow AMD64 to boot + + -- Jonathan Riddell Wed, 18 Oct 2006 20:54:54 +0100 + +kubuntu-default-settings (1:6.10-59) edgy; urgency=low + + * Fix font name: Sans Mono to Monospace + + -- Jonathan Riddell Mon, 16 Oct 2006 09:22:00 -0400 + +kubuntu-default-settings (1:6.10-58) edgy; urgency=low + + * Move adeptrc to adept_managerrc, closes malone 66040 + * New kmenu sidebar artwork by Ken Wimer + * Change default font from DejaVu Sans to Sans Serif, closes malone 65697 + + -- Jonathan Riddell Fri, 13 Oct 2006 12:53:27 +0100 + +kubuntu-default-settings (1:6.10-57) edgy; urgency=low + + * Upgrade kpdf and gwenview partrc for compatibility with new + upstream releases (options renamed etc...) + + -- Anthony Mercatante Tue, 10 Oct 2006 03:09:42 +0200 + +kubuntu-default-settings (1:6.10-56) edgy; urgency=low + + * Fix spelling of lesser-visual-imparement to lesser-visual-impairment + and moderate-visual-imparement to moderate-visual-impairment + + -- Jonathan Riddell Tue, 10 Oct 2006 00:35:54 +0100 + +kubuntu-default-settings (1:6.10-55) edgy; urgency=low + + * Change the way k-d-s updates the alternatives for usplash so it is + not re-set every time k-d-s is updated + * Closes Malone: #64175 + + -- Brandon Holtsclaw Sat, 7 Oct 2006 10:46:45 -0500 + +kubuntu-default-settings (1:6.10-54) edgy; urgency=low + + [ Stefan Potyra ] + * Install hidden-root and hidden-media to /etc/kubuntu-default-settings + instead of putting these files to /.hidden and /media.hidden; + create symlinks to these instead. (closes: lp #63048). + + [ Anthony Mercatante ] + * Remove depends on kde-style-lipstik + + -- Anthony Mercatante Thu, 5 Oct 2006 17:14:45 +0200 + +kubuntu-default-settings (1:6.10-53) edgy; urgency=low + + * Update adblock filters + + -- Anthony Mercatante Wed, 04 Oct 2006 19:09:25 +0200 + +kubuntu-default-settings (1:6.10-52) edgy; urgency=low + + * added x86_64 directorys to kde-hidden/hidden-root + + -- Brandon Holtsclaw Tue, 3 Oct 2006 22:04:55 -0500 + +kubuntu-default-settings (1:6.10-51) edgy; urgency=low + + * Fixed kubuntu-default-settings.postrm, closes + Malone #63238 + * Update Dialog.png in ksplash and kdm themes. Closes + Malone #40821 + + -- Anthony Mercatante Mon, 02 Oct 2006 15:16:25 +0200 + +kubuntu-default-settings (1:6.10-50) edgy; urgency=low + + * Update konq-kubuntu.rc. Add the viewmode actionlist to the + main toolbar. + * Update kcmnspluginrc and add konq_plugins for use with the + kdelibs flashinstaller patch. + * Added foomatic-cleanupdrivers in kubuntu-default-settings.postinst + since kdeprint sometimes gets lost with the driver cache. + + -- Anthony Mercatante Tue, 26 Sep 2006 11:54:25 +0200 + +kubuntu-default-settings (1:6.10-49) edgy; urgency=low + + * Changed hidden-media to hide cdrom link instead of cdrom0 + and cdrom1 icons + + -- Anthony Mercatante Sat, 23 Sep 2006 13:33:25 +0200 + +kubuntu-default-settings (1:6.10-48) edgy; urgency=low + + * Removed kdeprintrc file since socket connection to cups + now works. (Closes Malone #59502) + + -- Anthony Mercatante Fri, 22 Sep 2006 23:03:25 +0200 + +kubuntu-default-settings (1:6.10-47) edgy; urgency=low + + * Improved uspash images from Ken Wimmer + + -- Brandon Holtsclaw Thu, 21 Sep 2006 16:07:25 -0500 + +kubuntu-default-settings (1:6.10-46) edgy; urgency=low + + * Changed the update-alternatives postinstall to work on upgrades + + -- Brandon Holtsclaw Thu, 21 Sep 2006 16:07:25 -0500 + +kubuntu-default-settings (1:6.10-45) edgy; urgency=low + + * Add lost+found to kde-hidden/hidden-root + + -- Jonathan Riddell Thu, 21 Sep 2006 11:20:50 +0100 + +kubuntu-default-settings (1:6.10-44) edgy; urgency=low + + * Add kicker wallpaper from Ken Wimer + + -- Jonathan Riddell Wed, 20 Sep 2006 23:22:53 +0100 + +kubuntu-default-settings (1:6.10-43) edgy; urgency=low + + * Improved kwincrystalrc from Ken Wimmer. + + -- Brandon Holtsclaw Wed, 20 Sep 2006 13:21:42 -0500 + +kubuntu-default-settings (1:6.10-42) edgy; urgency=low + + * Added new amarok theme, metabar theme, wallpaper and color + sheme by Ken Wimmer. + + -- Anthony Mercatante Wed, 20 Sep 2006 18:27:01 +0200 + +kubuntu-default-settings (1:6.10-41) edgy; urgency=low + + * Add .hidden files to kubuntu-default-settings.install + + -- Jonathan Riddell Mon, 18 Sep 2006 14:47:01 +0100 + +kubuntu-default-settings (1:6.10-40) edgy; urgency=low + + * Add back DebianStyle setting in, fix BaseResolution and change + background to Background.png in ksplash Theme.rc + * Create symlink in ksplash theme to Debian wallpaper + + -- Jonathan Riddell Mon, 18 Sep 2006 13:14:57 +0100 + +kubuntu-default-settings (1:6.10-39) edgy; urgency=low + + * Added new amarok theme by Ken Wimmer. + + -- Anthony Mercatante Sat, 16 Sep 2006 18:57:01 +0200 + +kubuntu-default-settings (1:6.10-38) edgy; urgency=low + + * Removed artwork/kdm-theme/kubuntu folder. It shouldn't be + there and causes ftbfs. + + -- Anthony Mercatante Sat, 16 Sep 2006 17:21:01 +0200 + +kubuntu-default-settings (1:6.10-37) edgy; urgency=low + + * Improved ksplash/Theme.rc by Ken Wimmer + + -- Anthony Mercatante Sat, 16 Sep 2006 15:50:01 +0200 + +kubuntu-default-settings (1:6.10-36) edgy; urgency=low + + * Added new ksplash and kdm themes by Ken Wimmer + + -- Anthony Mercatante Sat, 16 Sep 2006 15:21:01 +0200 + +kubuntu-default-settings (1:6.10-35) edgy; urgency=low + + * Add "DebianStyle = true" to Theme.rc in the ksplash theme for compliance + with the patch in ksplash-engine-moodin. + + -- RaphaĆ«l Pinson Sat, 16 Sep 2006 15:00:49 +0200 + +kubuntu-default-settings (1:6.10-34) edgy; urgency=low + + * Rounded window corners + * Use correct image for window shade gradient + + -- Jonathan Riddell Tue, 12 Sep 2006 19:41:16 -0400 + +kubuntu-default-settings (1:6.10-33) edgy; urgency=low + + * Compile with -fPIC for AMD64 + + -- Jonathan Riddell Tue, 12 Sep 2006 18:05:40 +0000 + +kubuntu-default-settings (1:6.10-32) edgy; urgency=low + + * Improved background, colour scheme and window shade from Ken Wimer + * Remove shadow on window text and change border width to 3, changes by Ken Wimer + * Remove old usplash .so alternative in postinst + + -- Jonathan Riddell Tue, 12 Sep 2006 13:27:35 +0100 + +kubuntu-default-settings (1:6.10-31) edgy; urgency=low + + * Removed kpersonalizerrc since that causes issues. + It is not installed by default now so that doesn't + impact Debian (Closes Malone: #56206) + + -- Anthony Mercatante Mon, 11 Sep 2006 17:54:01 +0200 + +kubuntu-default-settings (1:6.10-30) edgy; urgency=low + + * Changed konversationrc to use ubuntu irc server + (Closes Malone: #52690) + + -- Anthony Mercatante Thu, 9 Sep 2006 08:36:01 +0200 + +kubuntu-default-settings (1:6.10-29) edgy; urgency=low + + * New usplash theme + + -- Jonathan Riddell Fri, 8 Sep 2006 21:09:13 +0100 + +kubuntu-default-settings (1:6.10-28) edgy; urgency=low + + * Changed konquerorrc to make google bar back (closes #59393) + + -- Anthony Mercatante Thu, 7 Sep 2006 19:17:01 +0200 + +kubuntu-default-settings (1:6.10-27) edgy; urgency=low + + * Added kscdrc with predefined settings (closes #30809) + + -- Anthony Mercatante Thu, 7 Sep 2006 19:07:01 +0200 + +kubuntu-default-settings (1:6.10-26) edgy; urgency=low + + * Changed kicker size to 48 pix + * Changed amarokrc for OSD on top-left corner + + -- Anthony Mercatante Sun, 3 Sep 2006 17:04:01 +0200 + +kubuntu-default-settings (1:6.10-25) edgy; urgency=low + + * Added Backend=Sys to knemorc, reduces CPU usage + (tip from Achim Bohnet) + * Added yakuakerc config file + * Changed katapultrc to make usage of o2display theme + + -- Anthony Mercatante Sun, 3 Sep 2006 17:04:01 +0200 + +kubuntu-default-settings (1:6.10-24) edgy; urgency=low + + * Moved default Konversation tabs to the left side + + -- Brandon Holtsclaw Fri, 1 Sep 2006 19:02:39 +0000 + +kubuntu-default-settings (1:6.10-23) edgy; urgency=low + + * Fix path to background image in KDM theme + + -- Jonathan Riddell Wed, 30 Aug 2006 13:30:20 +0000 + +kubuntu-default-settings (1:6.10-22) edgy; urgency=low + + * KDM theme fixes from Ken Wimer + * New Konqueror background from Ken Wimer + * Add Edgy amarok theme + + -- Jonathan Riddell Tue, 29 Aug 2006 11:43:43 +0100 + +kubuntu-default-settings (1:6.10-21) edgy; urgency=low + + * Altered wallpaper from Ken Wimer + + -- Jonathan Riddell Thu, 24 Aug 2006 14:50:57 +0100 + +kubuntu-default-settings (1:6.10-20) edgy; urgency=low + + * Improved KDM theme from Ken Wimer + * New KSplash theme from Ken Wimer + + -- Jonathan Riddell Thu, 24 Aug 2006 13:43:12 +0100 + +kubuntu-default-settings (1:6.10-19) edgy; urgency=low + + * Changed default style to plastik + * Improved adblock filters + + -- Anthony Mercatante Wed, 23 Aug 2006 23:38:01 +0200 + +kubuntu-default-settings (1:6.10-18) edgy; urgency=low + + * Changed the default colour scheme name from "O2" to "Debian O2" + * Changed the default bg colours to purple instead of the blue + + -- Brandon Holtsclaw Wed, 23 Aug 2006 05:56:54 -0500 + +kubuntu-default-settings (1:6.10-17) edgy; urgency=low + + * Added default .hidden files to make use of the new patches to kdebase + + -- Brandon Holtsclaw Wed, 23 Aug 2006 03:35:00 -0500 + +kubuntu-default-settings (1:6.10-16) edgy; urgency=low + + * Add window gradent and change border colours, from Ken Wimer + + -- Jonathan Riddell Tue, 22 Aug 2006 18:01:50 +0100 + +kubuntu-default-settings (1:6.10-15) edgy; urgency=low + + * Fix Makefile for installing contrastcurors + + -- Jonathan Riddell Tue, 22 Aug 2006 13:49:10 +0000 + +kubuntu-default-settings (1:6.10-14) edgy; urgency=low + + * Add contrastlarge cursor theme and set it in + minor-visual-imparement + + -- Jonathan Riddell Tue, 22 Aug 2006 11:55:33 +0100 + +kubuntu-default-settings (1:6.10-13) edgy; urgency=low + + * Updated colour scheme from Ken Wimer + + -- Jonathan Riddell Tue, 22 Aug 2006 11:10:31 +0100 + +kubuntu-default-settings (1:6.10-12) edgy; urgency=low + + * Improved khtmlrc for better adblock filters + + -- Anthony Mercatante Mon, 20 Aug 2006 20:55:01 +0200 + +kubuntu-default-settings (1:6.10-11) edgy; urgency=low + + * Changed XftHintStyle to "hintfull" in kdeglobals to go back to both + gnome and kde setting on dapper. Avoids fonts to be fuzzy. + + -- Anthony Mercatante Mon, 20 Aug 2006 01:21:01 +0200 + +kubuntu-default-settings (1:6.10-10) edgy; urgency=low + + * Improved kontactrc to hide hide Synchronization since + kitchensyc isn't installed be default. Avoids an error message + when clicking on it. + + -- Anthony Mercatante Sun, 20 Aug 2006 13:04:01 +0200 + +kubuntu-default-settings (1:6.10-9) edgy; urgency=low + + * Updated kdeglobals for antialiased fonts + + -- Anthony Mercatante Sun, 20 Aug 2006 10:39:01 +0200 + +kubuntu-default-settings (1:6.10-8) edgy; urgency=low + + * New KDM theme from Ken Wimer + + -- Jonathan Riddell Sat, 19 Aug 2006 22:05:11 +0100 + +kubuntu-default-settings (1:6.10-7) edgy; urgency=low + + * Removed unused function get_file in kubuntu-servicemenu.sh causing + the script to fail. The service menu now works properly + + -- Anthony Mercatante Sat, 19 Aug 2006 14:31:01 +0200 + +kubuntu-default-settings (1:6.10-6) edgy; urgency=low + + * Changed konqueror's default icon size to default + + -- Anthony Mercatante Fri, 18 Aug 2006 19:01:01 +0200 + +kubuntu-default-settings (1:6.10-5) edgy; urgency=low + + * Add kde-rc-files/kcminputrc for correct cursor theme + + -- Anthony Mercatante Fri, 18 Aug 2006 14:26:01 +0200 + +kubuntu-default-settings (1:6.10-4) edgy; urgency=low + + * Add accessibility profiles for + https://features.launchpad.net/distros/ubuntu/+spec/kubuntu-accessibility + * Turn off bookmark toolbar in konquerorrc + * Turn on OpenMiddleClick= in konquerorrc + * Turn off HoverCloseButton= in konquerorrc + + -- Jonathan Riddell Thu, 17 Aug 2006 17:28:01 +0100 + +kubuntu-default-settings (1:6.10-3) edgy; urgency=low + + * Make kopete tabs not always show by default. Closes Ubuntu #55079 + + -- Sarah Hobbs Tue, 8 Aug 2006 13:38:50 +1000 + +kubuntu-default-settings (1:6.10-2) edgy; urgency=low + + * Add default shortcuts for Amarok and Konqueror + for kubuntu-laptop-buttons + * Don't warn when submitting data to a non-SSL site + * New wallpaper from Ken Wimer + * New purple colour scheme from Ken Wimer + * Update copyright file + + -- Jonathan Riddell Sat, 5 Aug 2006 23:37:29 +0100 + +kubuntu-default-settings (1:6.10-1) edgy; urgency=low + + * Changed konquerorrc to activate tab's hover close button option, and + activate scrolling on middle click + + -- Anthony Mercatante Fri, 22 Jul 2006 22:21:43 +0200 + +kubuntu-default-settings (1:6.06-23) edgy; urgency=low + + * Changed Debian wallpaper for Edgy Eft Development + + -- RaphaĆ«l Pinson Sat, 1 Jul 2006 01:10:54 +0200 + +kubuntu-default-settings (1:6.06-22) dapper-updates; urgency=low + + * Updated profilerc for correct kmplayer integration regarding to Real + streaming and audio streaming + + -- Anthony Mercatante Mon, 01 June 2006 01:31:35 +0100 + +kubuntu-default-settings (1:6.06-21) dapper; urgency=low + + * Add application/x-mplayer2 to profilerc to make KMPlayer + the default Konqueror plugin + + -- Jonathan Riddell Sun, 28 May 2006 18:24:29 +0100 + +kubuntu-default-settings (1:6.06-20) dapper; urgency=low + + * Update preview image for kdm to match actual theme + + -- Kenneth Wimer Thu, 18 May 2006 23:26:46 +0200 + +kubuntu-default-settings (1:6.06-19) dapper; urgency=low + + * Revert previous change (usplash) + + -- Jonathan Riddell Thu, 18 May 2006 12:38:34 +0100 + +kubuntu-default-settings (1:6.06-18) dapper; urgency=low + + * New usplash artwork from omeg. + + -- Scott James Remnant Thu, 18 May 2006 07:32:52 +0100 + +kubuntu-default-settings (1:6.06-17) dapper; urgency=low + + * Updated KDM artwork from Ken Wimer + + -- Jonathan Riddell Wed, 17 May 2006 00:16:19 +0100 + +kubuntu-default-settings (1:6.06-16) dapper; urgency=low + + * Added kmailrc, to remove the "View/Total" column in folder list by default, + change View/Unread count to "View After folder name" better for + usability/space usage (closes Malone #42486) + + -- Anthony Mercatante Tue, 12 May 2006 02:25:34 +0100 + +kubuntu-default-settings (1:6.06-15) dapper; urgency=low + + [ javier ] + * Added email.desktop taken from http://www.kde-forum.org/post/56944/lastpost.html + + [ Anthony Mercatante ] + * Add image preview on the desktop + * Add a set of alternate keyboard shortcut for Gwenview, to reproduce + those used by most image viewers + + -- Jonathan Riddell Sun, 7 May 2006 22:34:25 +0200 + +kubuntu-default-settings (1:6.06-14) dapper; urgency=low + + * Add cryptodefaults to enable SSLv2 with no cyphers, + fixes http://bugs.kde.org/126620 + * Fix old FSF address in debian/copyright + + -- Jonathan Riddell Tue, 2 May 2006 15:50:35 +0100 + +kubuntu-default-settings (1:6.06-13) dapper; urgency=low + + * Add shortcut to Find file in konqueror. Closes malone #32350 + + -- Frode M. Doeving Fri, 28 Apr 2006 21:10:54 +0200 + +kubuntu-default-settings (1:6.06-12) dapper; urgency=low + + [ Anthony Mercatante ] + * Redefined first tab switching shortucuts for konversation, as + [ctrl]+[left/right] doesn't work (Malone 41582) + + [ RaphaĆ«l Pinson ] + * Fix modes of files in debian directory + + -- RaphaĆ«l Pinson Fri, 28 Apr 2006 23:48:37 +0200 + +kubuntu-default-settings (1:6.06-11) dapper; urgency=low + + * Defined secondary keyboard shortcuts to switch tabs in konqueror, + kopete, konversation and konsole + + -- Anthony Mercatante Tue, 25 Apr 2006 18:22:21 +0200 + +kubuntu-default-settings (1:6.06-10) dapper; urgency=low + + * Switch to Debian button theme in kwincrystalrc + + -- Jonathan Riddell Thu, 20 Apr 2006 00:13:26 +0200 + +kubuntu-default-settings (1:6.06-9) dapper; urgency=low + + * Exclude mounted NFS drives in kdesktoprc, stops + livefs appearing on desktop + + -- Jonathan Riddell Tue, 18 Apr 2006 21:14:14 +0100 + +kubuntu-default-settings (1:6.06-8) dapper; urgency=low + + * Enable suspend in kcmlaptop + * Add skimrc to add Quit option to Skim + + -- Jonathan Riddell Tue, 18 Apr 2006 19:01:25 +0100 + +kubuntu-default-settings (1:6.06-7) dapper; urgency=low + + [ Jonathan Riddell ] + * Pre-scaled usplash image from Ken Wimer + + [ Anthony Mercatante ] + * Improved profilerc to use Amarok as default for audio files instead + of Kaffeine + + -- Jonathan Riddell Tue, 18 Apr 2006 01:02:41 +0100 + +kubuntu-default-settings (1:6.06-6) dapper; urgency=low + + * Add new colour scheme kubuntuColours.kcsrc from Ken Wimer and + update kdeglobals + * Update background image for new colour scheme, from Ken Wimer + + -- Jonathan Riddell Fri, 14 Apr 2006 01:15:28 +0100 + +kubuntu-default-settings (1:6.06-5) dapper; urgency=low + + * 1920x1200 background for kdm/ksplash login screen + (Closes: Malone #35123 and #35133) + + -- Luka Renko Sat, 08 Apr 2006 22:25:33 +0200 + +kubuntu-default-settings (1:6.06-4) dapper; urgency=low + + * Turn on Hot New Stuff in Kopete + * Wallpaper reverted. Most amusing. + + -- Jonathan Riddell Thu, 6 Apr 2006 13:17:33 +0100 + +kubuntu-default-settings (1:6.06-3) dapper; urgency=low + + * Change wallpaper to 1st April special. + + -- RaphaĆ«l Pinson Fri, 31 Mar 2006 13:15:53 +0200 + +kubuntu-default-settings (1:6.06-2) dapper; urgency=low + + * Disable transparency in kwincrystalrc + + -- Jonathan Riddell Fri, 31 Mar 2006 02:02:11 +0100 + +kubuntu-default-settings (1:6.06-1) dapper; urgency=low + + * Make speedcrunchrc minimal and revert to default font size. + * Switch to 6.06 versioning. + + -- RaphaĆ«l Pinson Wed, 29 Mar 2006 15:29:08 +0200 + +kubuntu-default-settings (1:6.04-18) dapper; urgency=low + + * Added AlwaysShowTabs=true to kopeterc so it behaves like other tabbed + programs in KDE. + + -- RaphaĆ«l Pinson Tue, 28 Mar 2006 11:47:50 +0200 + +kubuntu-default-settings (1:6.04-17) dapper; urgency=low + + * Added profilerc to define video player priority between kaffeine + and kmplayer + + -- Anthony Mercatante Mon, 27 Mar 2006 00:30:30 +0000 + + +kubuntu-default-settings (1:6.04-16) dapper; urgency=low + + * Install kubuntu-kmenu-side-tile.png and set in kickerrc + + -- Jonathan Riddell Wed, 15 Mar 2006 12:05:24 +0000 + +kubuntu-default-settings (1:6.04-15) dapper; urgency=low + + * Make default window style kwin3_crystal + * Give ksplash same background as KDM + + -- Jonathan Riddell Mon, 13 Mar 2006 23:58:24 +0000 + +kubuntu-default-settings (1:6.04-14) dapper; urgency=low + + * Change default wallpaper to .png in kdesktoprc + + -- Jonathan Riddell Mon, 13 Mar 2006 15:30:29 +0000 + +kubuntu-default-settings (1:6.04-13) dapper; urgency=low + + [ Tobi Vollebregt ] + * Turn off default KDE searchbar, turn on googlebar. + + [ Jonathan Riddell ] + * Fix makefile to install correct wallpaper file + + -- Jonathan Riddell Mon, 13 Mar 2006 12:22:25 +0000 + +kubuntu-default-settings (1:6.04-12) dapper; urgency=low + + * Change selected colours and button forground colour + * Dapper usplash image + * Dapper KDM theme + * Dapper KSplash Moodin theme + * Tweak lipstick settings + * Menu drop shadow in kstylerc + * Add kwincrystalrc + * Add depends on ksplash-engine-moodin and kwin-style-crystal + * New bubbles bling background + * Dapper kmenu side image + + -- Jonathan Riddell Wed, 8 Mar 2006 14:47:56 +0000 + +kubuntu-default-settings (1:6.04-11) dapper; urgency=low + + * Added khtmlrc with a disabled list of filters for adblock + * Changed log directory for konversation, from $HOME to + $HOME/.kde/share/apps/konversation/logs + * knemorc improved with different iconsets depending the kind of connection. + Also added ppp0, ppp1, ath0 and ath1 + * Added khotkeysrc with default entry for unused "Print" key set to ksnapshot + * Configured font for OSD in Amarok. Was previously using the first font in + the list, now "DejaVu Sans" + * Fixed tab placement for kopete (bad value in previous package version) + * Added kcmnspluginrc with autodetection of ns plugins and artsdsp activated + by default + + -- Anthony Mercatante Mon, 06 Mar 2006 20:38:52 +0000 + +kubuntu-default-settings (1:6.04-10) dapper; urgency=low + + [ Anthony Mercatante ] + * Changed tab position to bottom for kopete and konsole to fit + konversation and keep tabs arround the focus + * Added dirfilterplugin.rc to make usage of dirfilter in konqueror's filemanagement + profile by default + * Added kwalletrc and kdewallet.kwl for confortable default config on new profiles + * Changed kdeprintrc to use localhost as default CUPS server + + -- Jonathan Riddell Thu, 28 Feb 2006 15:38:52 +0000 + +kubuntu-default-settings (1:6.04-9) dapper; urgency=low + + [ Anthony Mercatante ] + * Updated kubuntu-kmenu-side.png to version 6.04 + * Updated katerc to use only one session + * Added gtk_qt_engine_rc and gtkrc-2.0 to automate gtk_qt_engine + configuration within startkde + + -- Jonathan Riddell Thu, 27 Feb 2006 18:23:34 +0000 + +kubuntu-default-settings (1:6.04-8) dapper; urgency=low + + * Remove Kontact tip of the day + + -- Jonathan Riddell Thu, 23 Feb 2006 14:46:53 +0000 + +kubuntu-default-settings (1:6.04-7) dapper; urgency=low + + [ Anthony Mercatante ] + * Changed global font size to 9 for KDE and all applications + * Tabs activated by default for Kopete + * Changed a few event notifications (sounds) + * Added tabs on top for konversation and default theme set to "Square" + for better visibility + * Added ksvgplugin with integration set to "contextToolBar" + * Added new KDM theme and KSplash Moodin theme + * Changed font effect on the desktop for better visibility + * Correct amarok's kubuntu theme installation + * Added knemorc + * Add cursors/default/index.theme fix mouse theme for non-KDE apps + + [ Jonathan Riddell ] + * Remove kaffeine/cr64-action-player_play.png, now upstream + * Add kaffeine/fileopen icons + * Update Kaffeine stamp to 0.7.1 + * Add khelpcentrerc file to stop index popup + + -- Jonathan Riddell Wed, 22 Feb 2006 15:47:38 +0000 + +kubuntu-default-settings (1:6.04-6) dapper; urgency=low + + * Fix kickerrc layout and spacing + + -- Jonathan Riddell Wed, 18 Jan 2006 14:37:14 +0000 + +kubuntu-default-settings (1:6.04-5) dapper; urgency=low + + [ Anthony Mercatante ] + * konq-kubuntu.rc rebuilt to modify menu structure : + - Window splitting options added in "View" menu + - "Fullscreen" option available in "View" menu + - "Show/Hide Sidebar" available in "View" menu + - "Bookmarks", "Most visited URLs" and "Historic" are grouped in a "Go" menu + - Search functions are back in the Edit menu (lors of complains about that) + - F9 Shortcut added to launch the embedded konsole. + * Added ark_part.rc, ark_part_readonly.rc, gvimagepart.rc, part.rc in folder + kpart-rc-files, with integration set to "contextToolBar" + * Updated konquerorrc, setting contextToolBar's "NewLine" value to "true" + (doesn't work if set in kparts' configuration files while clicking another tab and + coming back) + MediumFontSize set to 10 + * Added khtml_browser.rc, removing DOM entries in the konq's "view" menu + * Updated filemagement profile, adding Sidebar by default + * Added x-tar.desktop, x-tarz.desktop, x-tbz.desktop, x-tgz.desktop, x-zip.desktop + in folder mimelnk, with blanked "LocalProtocol" value, to remove tar and zip + kioslaves default activation in order to have an homogenous ark integration in kde with + rar, 7z and other compressed files + * Makefile updated to install all new files + * Add postinst and postrm scripts to edit kdmrc for Debian KDM theme, stops kdm + having to depend on kubuntu-default-settings + + -- Jonathan Riddell Mon, 9 Jan 2006 04:50:25 +0000 + +kubuntu-default-settings (1:6.04-4) dapper; urgency=low + + * Remove qtrc, now part of libqt3-mt + * Fix makefile to install uiserver file + + -- Jonathan Riddell Wed, 4 Jan 2006 02:02:39 +0000 + +kubuntu-default-settings (1:6.04-3) dapper; urgency=low + + * Fix typo in default fixed font in kdeglobals + + -- Jonathan Riddell Mon, 2 Jan 2006 19:39:13 +0000 + +kubuntu-default-settings (1:6.04-2) dapper; urgency=low + + * Set default kicker k-menu extensions to none + * Add katapultrc with SystrayIcon=false + * Hide splash screen in amarokrc + * Change order of kicker applets as per http://wiki.kubuntu.org/DebianSimplifyKDE + * Don't show kicker hide buttons + * Don't force Konqueror to use tabs + * Stop Kate showing its new startup dialogue + * Add Debian metabar and amarok sidebar themes + + -- Jonathan Riddell Thu, 15 Dec 2005 17:09:13 +0000 + +kubuntu-default-settings (1:6.04-1) dapper; urgency=low + + * Update usplash image with one munged for the 640x400 switch. This isn't + the final artwork by any stretch, just a stopgap, so don't complain. + * Update initramfs when we're upgraded, to make sure we get the new image. + + -- Adam Conrad Mon, 12 Dec 2005 18:49:09 +1100 + +kubuntu-default-settings (1:5.10-18) breezy; urgency=low + + * Change sizes on splash images to allow for larger fonts + * Remove unneeded files in kdm theme + * Use nicer shadow on desktop text + + -- Jonathan Riddell Mon, 10 Oct 2005 21:26:09 +0100 + +kubuntu-default-settings (1:5.10-17) breezy; urgency=low + + * Add speedcrunchrc for larger fonts and more obvious colours + * Add adeptrc for text under toolbars + + -- Jonathan Riddell Mon, 10 Oct 2005 18:37:29 +0100 + +kubuntu-default-settings (1:5.10-16) breezy; urgency=low + + * Update debian/copyright for CC-BY-SA 2.5 + * Change default fonts to DejaVu for better i18n + + -- Jonathan Riddell Mon, 10 Oct 2005 17:47:32 +0100 + +kubuntu-default-settings (1:5.10-15) breezy; urgency=low + + * Change palette order in kusplash.png to show text and progress bar + better + * Add copyright notice for sound file + + -- Jonathan Riddell Wed, 5 Oct 2005 13:36:22 +0100 + +kubuntu-default-settings (1:5.10-14) breezy; urgency=low + + * Change amarokrc to default to alsasink + + -- Jonathan Riddell Tue, 4 Oct 2005 03:45:55 +0100 + +kubuntu-default-settings (1:5.10-13) breezy; urgency=low + + * Correct name of knotifyrc to knotify.eventsrc + * Add kcmlaptoprc with default settings for power management + + -- Jonathan Riddell Mon, 3 Oct 2005 19:26:10 +0100 + +kubuntu-default-settings (1:5.10-12) breezy; urgency=low + + * Add usplash graphics and kubuntu-artwork-usplash package + * Update standards version to 3.6.2 + + -- Jonathan Riddell Wed, 28 Sep 2005 17:20:20 +0100 + +kubuntu-default-settings (1:5.10-11) breezy; urgency=low + + * Add kio_httprc to make Konqueror identify as safari for gmail/google maps + * Add kuriikwsfilterrc to set default search engine to locate:/ + * Fix name on filemanagement profile (was called filebrowsing) + * Set filemanagement profile to have $HOME as default + * Reduce Konqueror history entries to 1000 + * Add Konqueror service menu for .deb files + + -- Jonathan Riddell Mon, 26 Sep 2005 23:51:40 +0100 + +kubuntu-default-settings (1:5.10-10) breezy; urgency=low + + * Update KDM theme and add matching splash screen + * Add login sound + + -- Jonathan Riddell Sat, 24 Sep 2005 13:21:08 +0100 + +kubuntu-default-settings (1:5.10-9) breezy; urgency=low + + * Fix edges on wallpaper, closes http://bugzilla.ubuntu.com/15956 + + -- Jonathan Riddell Wed, 21 Sep 2005 13:39:35 +0100 + +kubuntu-default-settings (1:5.10-8) breezy; urgency=low + + * New KDM theme and background + + -- Jonathan Riddell Mon, 19 Sep 2005 15:39:44 +0100 + +kubuntu-default-settings (1:5.10-7) breezy; urgency=low + + * Add Alt+o shortcut to Konqueror's location bar + * Add Amarok pause shortcut for users without a Win key + * Fix name of splash theme back to kubuntu + * Make desktop icons larger at 48 pixels + * Add spacer in window decoration between maximuse and close + + -- Jonathan Riddell Fri, 16 Sep 2005 20:18:43 +0100 + +kubuntu-default-settings (1:5.10-6) breezy; urgency=low + + * Breezy artwork + * Load katapult in ksmserverrc + * Make Amarok and kgpg first run wizard not run + + -- Jonathan Riddell Thu, 15 Sep 2005 20:34:45 +0100 + +kubuntu-default-settings (1:5.10-5) breezy; urgency=low + + * Add usr/X11R6/lib/X11/icons/default to debian/dirs, since we try to create + a symlink there and whichever X package used to ship it either doesn't, or + isn't an indirect dependency anymore + + -- Matt Zimmerman Mon, 15 Aug 2005 20:55:52 -0700 + +kubuntu-default-settings (1:5.10-4) breezy; urgency=low + + * Add missing mouse cursor files + * Stop Kaffeine startup wizard from appearing + * Add 64x64 play icon used by Kaffeine + + -- Jonathan Riddell Sat, 13 Aug 2005 01:59:57 +0100 + +kubuntu-default-settings (1:5.10-3) breezy; urgency=low + + * Make Win key a shortcut for k-menu + * Add Debian themed Konqueror throbber + * Use ASpell as default spellchecker + * Add Debian Konqueror profile to simplify Konqueror UI + * Default print system to CUPS + + -- Jonathan Riddell Tue, 19 Jul 2005 17:54:04 +0100 + +kubuntu-default-settings (1:5.10-2) breezy; urgency=low + + * Added kontactrc, newsreader (knoda) plugin enabled by default. + Fixes https://bugzilla.ubuntu.com/11130 + + -- Jonathan Riddell Thu, 30 Jun 2005 15:25:39 +0000 + +kubuntu-default-settings (1:5.10-1) breezy; urgency=low + + * Added kuserrc. default uid and gid settings for + new users. Fix https://bugzilla.ubuntu.com/11854 + * Add lipstik widget style settings + * uiserver: single download window + * kwin: allow resize on full screen windows + * konqueror: tabs always on + + -- Jonathan Riddell Wed, 29 Jun 2005 17:22:08 +0200 + +kubuntu-default-settings (1:5.04-11) hoary; urgency=low + + * Remove inactiveForeground colour in kdeglobals, now patched in kdebase + + -- Jonathan Riddell Wed, 6 Apr 2005 03:04:19 +0100 + +kubuntu-default-settings (1:5.04-10) hoary; urgency=low + + * Add konversationrc to connect to #kubuntu + + -- Jonathan Riddell Mon, 4 Apr 2005 02:59:50 +0100 + +kubuntu-default-settings (1:5.04-09) hoary; urgency=low + + * Add Human mouse cursor theme from ubuntu-artwork + + -- Jonathan Riddell Fri, 1 Apr 2005 02:33:40 +0100 + +kubuntu-default-settings (1:5.04-08) hoary; urgency=low + + * Set inactiveForeground colour in kdeglobals, fixes + https://bugzilla.ubuntu.com/7880 hard to see colours + for tab text + + -- Jonathan Riddell Thu, 31 Mar 2005 23:29:04 +0100 + +kubuntu-default-settings (1:5.04-07) hoary; urgency=low + + * Turn on storage media icons on desktop + * Larger clock font size + * Swap wastebin and clock on panel + + -- Jonathan Riddell Mon, 28 Mar 2005 18:28:56 +0100 + +kubuntu-default-settings (1:5.04-06) hoary; urgency=low + + * Fix broken NumVisibleEntries=0 in kickerrc + * Remove second ShowIconsOnPushButtons entry in kdeglobals + + -- Jonathan Riddell Thu, 24 Mar 2005 04:47:05 +0000 + +kubuntu-default-settings (1:5.04-05) hoary; urgency=low + + * Add qtrc file to turn on anti-aliasing by default + * Konsole tabs in top by default + * Bitstream Vera Sans for all fonts by default + + -- Jonathan Riddell Thu, 24 Mar 2005 03:20:49 +0000 + +kubuntu-default-settings (1:5.04-04) hoary; urgency=low + + * Add depends on kde-style-lipstik + + -- Jonathan Riddell Thu, 17 Mar 2005 17:50:44 +0000 + +kubuntu-default-settings (1:5.04-03) hoary; urgency=low + + * Fix Makefile to install kdeglobals + + -- Jonathan Riddell Thu, 17 Mar 2005 10:16:28 +0000 + +kubuntu-default-settings (1:5.04-02) hoary; urgency=low + + * Move rc files from /etc/kde-profile to /usr/share/kubuntu-default-settings + * Add kmixrc to hide kmix window by default + + -- Jonathan Riddell Wed, 16 Mar 2005 21:52:11 +0000 + +kubuntu-default-settings (1:5.04-01) hoary; urgency=low + + * Add wallpaper, ksplash theme, kdm theme + + -- Jonathan Riddell Tue, 15 Mar 2005 23:09:29 +0000 + +kubuntu-default-settings (5.10.01) hoary; urgency=low + + * Initial Release + + -- Jonathan Riddell Mon, 14 Mar 2005 23:17:00 +0000 + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/compat b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/control b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/control new file mode 100644 index 000000000..a245035f1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/control @@ -0,0 +1,15 @@ +Source: kubuntu-default-settings-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5.0), cdbs +Standards-Version: 3.8.4 + +Package: kubuntu-default-settings-trinity +Architecture: all +Depends: crystalcursors +Conflicts: kubuntu-default-settings +Recommends: kdmtheme-trinity, kubuntu-kdm-themes +Description: Default settings and artwork for the Ubuntu TDE desktop + This package contains the default settings used by Ubuntu [Trinity]. It also + includes artwork and Ubuntu branding. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/copyright b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/copyright new file mode 100644 index 000000000..bc1a0cd44 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/copyright @@ -0,0 +1,289 @@ +KDE 4 desktop theme, 2008 Ivan Cukic < ivan@fomentgroup.org> http://kde-look.org/content/show.php?content=74329 +Wallpaper, copyright 2008 Vlad Gerasimov http://www.vladstudio.com +Debian Login sound, copyright 2002 Christian Mueller +Contast Cursor mouse theme, copyright 2005 Stefan Maundrakke +Everything else, author: Jonathan Riddell , Copyright 2005-2008 Canonical Ltd. + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, 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. + +On Debian systems, a copy of the GNU General Public License +may be found in the file /usr/share/common-licenses/GPL. + +--- + +Items which include the Debian logo: + +Debian Konqueror Throbber, copyright 2005 Matea Tzilkov +KDM theme and KSplash theme, copyright 2006 Ken Wimer +Metabar and Amarok sidebar themes, copyright 2006 Ken Wimer + +License: Creative Commons Legal Code Attribution-ShareAlike 2.5 + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE +LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN +ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS +INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES +REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR +DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS +CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS +PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE +WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW +IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND +AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU +THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH +TERMS AND CONDITIONS. + +1. Definitions + + 1. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are + assembled into a collective whole. A work that constitutes a + Collective Work will not be considered a Derivative Work + (as defined below) for the purposes of this License. + 2. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture + version, sound recording, art reproduction, abridgment, + condensation, or any other form in which the Work may be recast, + transformed, or adapted, except that a work that constitutes a + Collective Work will not be considered a Derivative Work for the + purpose of this License. For the avoidance of doubt, where the Work + is a musical composition or sound recording, the synchronization of + the Work in timed-relation with a moving image ("synching") will be + considered a Derivative Work for the purpose of this License. + 3. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + 4. "Original Author" means the individual or entity who created the + Work. + 5. "Work" means the copyrightable work of authorship offered under + the terms of this License. + 6. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + 7. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of + this License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, +limit, or restrict any rights arising from fair use, first sale or +other limitations on the exclusive rights of the copyright owner under +copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + 1. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + 2. to create and reproduce Derivative Works; + 3. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission the Work including as incorporated in Collective Works; + 4. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission Derivative Works. + 5. + + For the avoidance of doubt, where the work is a musical + composition: + 1. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually + or via a performance rights society (e.g. ASCAP, BMI, SESAC), + royalties for the public performance or public digital + performance (e.g. webcast) of the Work. + 2. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a + music rights society or designated agent (e.g. Harry Fox + Agency), royalties for any phonorecord You create from the + Work ("cover version") and distribute, subject to the + compulsory license created by 17 USC Section 115 of the US + Copyright Act (or the equivalent in other jurisdictions). + 6. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to + the compulsory license created by 17 USC Section 114 of the US + Copyright Act (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by +Licensor are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly +made subject to and limited by the following restrictions: + + 1. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the + Work You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License + and to the disclaimer of warranties. You may not distribute, + publicly display, publicly perform, or publicly digitally perform + the Work with any technological measures that control access or use + of the Work in a manner inconsistent with the terms of this License + Agreement. The above applies to the Work as incorporated in a + Collective Work, but this does not require the Collective Work apart + from the Work itself to be made subject to the terms of this + License. If You create a Collective Work, upon notice from any + Licensor You must, to the extent practicable, remove from the + Collective Work any credit as required by clause 4(c), as requested. + If You create a Derivative Work, upon notice from any Licensor You + must, to the extent practicable, remove from the Derivative Work + any credit as required by clause 4(c), as requested. + 2. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms + of this License, a later version of this License with the same + License Elements as this License, or a Creative Commons iCommons + license that contains the same License Elements as this License + (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, + or the Uniform Resource Identifier for, this License or other + license specified in the previous sentence with every copy or + phonorecord of each Derivative Work You distribute, publicly + display, publicly perform, or publicly digitally perform. You may + not offer or impose any terms on the Derivative Works that alter or + restrict the terms of this License or the recipients' exercise of + the rights granted hereunder, and You must keep intact all notices + that refer to this License and to the disclaimer of warranties. + You may not distribute, publicly display, publicly perform, or + publicly digitally perform the Derivative Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. + The above applies to the Derivative Work as incorporated in a + Collective Work, but this does not require the Collective Work + apart from the Derivative Work itself to be made subject to the + terms of this License. + 3. If you distribute, publicly display, publicly perform, or + publicly digitally perform the Work or any Derivative Works or + Collective Works, You must keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are + utilizing: (i) the name of the Original Author (or pseudonym, if + applicable) if supplied, and/or (ii) if the Original Author and/or + Licensor designate another party or parties (e.g. a sponsor + institute, publishing entity, journal) for attribution in Licensor's + copyright notice, terms of service or by other reasonable means, the + name of such party or parties; the title of the Work if supplied; to + the extent reasonably practicable, the Uniform Resource Identifier, + if any, that Licensor specifies to be associated with the Work, + unless such URI does not refer to the copyright notice or licensing + information for the Work; and in the case of a Derivative Work, a + credit identifying the use of the Work in the Derivative Work (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). Such credit may be + implemented in any reasonable manner; provided, however, that in the + case of a Derivative Work or Collective Work, at a minimum such + credit will appear where any other comparable authorship credit + appears and in a manner at least as prominent as such other + comparable authorship credit. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF +ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW +THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY +TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or + Collective Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities + remain in full compliance with those licenses. Sections 1, 2, 5, 6, + 7, and 8 will survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in + the Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + +8. Miscellaneous + + 1. Each time You distribute or publicly digitally perform the Work + or a Collective Work, the Licensor offers to the recipient a license + to the Work on the same terms and conditions as the license granted + to You under this License. + 2. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license + granted to You under this License. + 3. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 4. No term or provision of this License shall be deemed waived and + no breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + 5. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + +Creative Commons is not a party to this License, and makes no warranty +whatsoever in connection with the Work. Creative Commons will not be +liable to You or any party on any legal theory for any damages +whatsoever, including without limitation any general, special, +incidental or consequential damages arising in connection to this +license. Notwithstanding the foregoing two (2) sentences, if Creative +Commons has expressly identified itself as the Licensor hereunder, +it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the +Work is licensed under the CCPL, neither party will use the trademark +"Creative Commons" or any related trademark or logo of Creative Commons +without the prior written consent of Creative Commons. Any permitted +use will be in compliance with Creative Commons' then-current trademark +usage guidelines, as may be published on its website or otherwise made +available upon request from time to time. + +Creative Commons may be contacted at http://creativecommons.org/ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postinst b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postinst new file mode 100644 index 000000000..3c6ed630e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postinst @@ -0,0 +1,47 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + configure) + # Set default cursor theme + update-alternatives --set x-cursor-theme /etc/X11/cursors/crystalwhite.theme || true + + # clean the driver database for kdeprint + if [ -x /usr/sbin/foomatic-cleanupdrivers ]; then + foomatic-cleanupdrivers + fi + + # Clean up this stubborn file + rm -rf /etc/default/kdm-trinity.d/20_kubuntu_default_settings + + # create links for .hidden files, don't bail out if s.th. goes wrong. + if [ -d /media ]; then + if [ ! -e /media/.hidden ]; then + ln -s /etc/kubuntu-default-settings-trinity/hidden-media /media/.hidden || \ + echo "Could not create symlink /media/.hidden, skipping." + fi + if [ ! -e /media/.directory ]; then + ln -s /etc/kubuntu-default-settings-trinity/directory-media /media/.directory || \ + echo "Could not create symlink /media/.directory, skipping." + fi + fi + if [ -d /home ]; then + if [ ! -e /home/.directory ]; then + ln -s /etc/kubuntu-default-settings-trinity/directory-home /home/.directory || \ + echo "Could not create symlink /home/.directory, skipping." + fi + fi + + if [ -f /usr/share/kubuntu-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi ]; then + if [ -d /usr/share/hal/fdi/policy/10osvendor ]; then + ln -sf /usr/share/kubuntu-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi \ + /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi || \ + echo "Could not create symlink /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi, skipping." + fi + fi + ;; +esac + +exit 0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postrm b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postrm new file mode 100644 index 000000000..3727a65c1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/kubuntu-default-settings-trinity.postrm @@ -0,0 +1,39 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + remove|deconfigure|failed-upgrade) + echo Unsetting kubuntu as default mouse cursor theme ... + # update-alternatives may fail, e.g. if the auto-configured file has gone + # This is not a problem for us though (LP: #194101) + update-alternatives --auto x-cursor-theme || true + + ;; + + purge) + # remove symbolic links on purge again (careful, only if these *are* symlinks, + # also don't bail out if s.th. goes wrong (e.g. /media mounted r.o.) + if [ -h /.hidden ]; then + rm /.hidden || \ + echo "Could not remove symlink /.hidden, skipping." + fi + if [ -h /media/.hidden ]; then + rm /media/.hidden || \ + echo "Could not remove symlink /media/.hidden, skipping." + fi + if [ -h /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi ]; then + rm /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi || \ + echo "Could not remove symlink /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi, skipping." + fi + ;; + + upgrade) + ;; + + *) + echo "Unknown argument ($1) for $0" + ;; + +esac diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/rules b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/rules new file mode 100755 index 000000000..f8c89d5db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +CFLAGS=-g -Wall -fPIC + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" +DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh new file mode 100755 index 000000000..77e73faf8 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Make sure our customised gtkrc file is loaded. +export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde new file mode 100755 index 000000000..a34c9c81c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde @@ -0,0 +1,13 @@ +# This file was written by KDE +# You can edit it in the KDE control center, under "GTK Styles and Fonts" + +include "/usr/share/themes/Qt/gtk-2.0/gtkrc" + +style "user-font" +{ + font_name="Sans Serif 9" +} +widget_class "*" style "user-font" + +gtk-theme-name="Qt" +gtk-font-name="Sans Serif 9" diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal-policy-ntfs-config-write-policy.fdi new file mode 120000 index 000000000..105c4f692 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1 @@ +/usr/share/kubuntu-default-settings/hal-policy-ntfs-config-write-policy.fdi \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/20-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/20-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/20-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen.svg new file mode 100755 index 000000000..1c35cfed6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen128.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen128.png new file mode 100755 index 000000000..7b3588497 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen128.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen64.png b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen64.png new file mode 100755 index 000000000..068a38680 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/fileopen64.png differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/wizard_stamp_v0.7.1 b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kaffeine/wizard_stamp_v0.7.1 new file mode 100755 index 000000000..e69de29bb diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-home new file mode 100644 index 000000000..519a93d87 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=folder_home diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-media new file mode 100644 index 000000000..3fba6cec6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=system diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde-user-profile b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde-user-profile new file mode 100755 index 000000000..647a34e46 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde-user-profile @@ -0,0 +1,2 @@ +[General] +groups= diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde4rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde4rc new file mode 100755 index 000000000..d08a1fe0b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kde4rc @@ -0,0 +1,2 @@ +[Directories-default] +prefixes=/usr/share/kubuntu-default-settings-trinity/kde4-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kderc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kderc new file mode 100755 index 000000000..c2f5a61e6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-profile/kderc @@ -0,0 +1,5 @@ +[Directories] +userProfileMapFile=/etc/kde-user-profile + +[Directories-default] +prefixes=/usr/share/kubuntu-default-settings-trinity/kde-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_managerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_managerrc new file mode 100644 index 000000000..3e7f7533d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_managerrc @@ -0,0 +1,2 @@ +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_notifierrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_notifierrc new file mode 100644 index 000000000..86c6056ec --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/adept_notifierrc @@ -0,0 +1,2 @@ +[General] +Apport=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/amarokrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/amarokrc new file mode 100644 index 000000000..b02ab8b29 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/amarokrc @@ -0,0 +1,21 @@ +[General] +First Run=false + +[General Options] +Show Splashscreen=false +ContextBrowser StyleSheet=kubuntu + +[Shortcuts] +next=Win+B;XF86AudioNext +play=Win+X;XF86AudioPlay +play_pause=XF86AudioPause;Alt+Ctrl+P +prev=Win+Z;XF86AudioPrev +stop=Win+V;XF86AudioStop + +[Gst-Engine] +Sound Output=alsasink + +[OSD] +Osd Font=Sans Serif,16,-1,5,75,0,0,0,0,0 +Osd Alignment=Left +Osd Y Offset=15 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/arkrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/arkrc new file mode 100644 index 000000000..1b3188cb8 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/arkrc @@ -0,0 +1,2 @@ +[ark] +UseIntegratedViewer=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc new file mode 100644 index 000000000..e54b81f63 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc @@ -0,0 +1,8 @@ +[Date] +Font=Sans Serif,9,-1,5,50,0,0,0,0,0 + +[General] +Type=Plain + +[Plain] +Font=Sans Serif,12,-1,5,75,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..cae93fc63 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/cryptodefaults @@ -0,0 +1,12 @@ +[SSLv2] +Enabled=true +cipher_DES-CBC-MD5=false +cipher_DES-CBC3-MD5=false +cipher_EXP-RC2-CBC-MD5=false +cipher_EXP-RC4-MD5=false +cipher_RC2-CBC-MD5=false +cipher_RC4-64-MD5=false +cipher_RC4-MD5=false + +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/d3lphinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/d3lphinrc new file mode 100644 index 000000000..93e4bc082 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/d3lphinrc @@ -0,0 +1,28 @@ +[D3lphin Toolbar style] +IconText=IconTextBottom + +[General] +Default View Mode=2 + +[Icons Mode] +Grid Height=72 +Grid Spacing=20 +Grid Width=120 +Icon Size=48 +Number of Textlines=2 +Preview Size=48 + +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom + +[Previews Mode] +Grid Height=96 +Grid Width=96 +Icon Size=64 +Preview Size=64 +Number of Textlines=2 +Preview Size=64 + +[rightSidebar] +Selected Page=Information +Visible=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3b.eventsrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3b.eventsrc new file mode 100644 index 000000000..3eb68c158 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3b.eventsrc @@ -0,0 +1,17 @@ +[FinishedWithError] +commandline= +logfile= +presentation=0 +soundfile=k3b_error1.wav + +[SuccessfullyFinished] +commandline= +logfile= +presentation=0 +soundfile=k3b_success1.wav + +[WaitingForMedium] +commandline= +logfile= +presentation=0 +soundfile=k3b_wait_media1.wav diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3brc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3brc new file mode 100644 index 000000000..177e2c957 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/k3brc @@ -0,0 +1,8 @@ +[General Options] +Allow overburning=true +No cd eject=true +Show splash=false +auto rewritable erasing=true + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kaffeinerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kaffeinerc new file mode 100644 index 000000000..01a8e675c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kaffeinerc @@ -0,0 +1,2 @@ +[General Options] +Embed in System Tray=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katapultrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katapultrc new file mode 100644 index 000000000..d0a51f357 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katapultrc @@ -0,0 +1,3 @@ +SystrayIcon=false +HideSessionNotification=2 +Display=o2 Display diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katerc new file mode 100644 index 000000000..10fd37bab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/katerc @@ -0,0 +1,9 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new + +[Kate Document Defaults] +KTextEditor Plugin ktexteditor_isearch=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kbookmarkrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kbookmarkrc new file mode 100644 index 000000000..d70bd649f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kbookmarkrc @@ -0,0 +1,2 @@ +[Bookmarks] +AdvancedAddBookmarkDialog=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcminputrc new file mode 100644 index 000000000..e007097a0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcminputrc @@ -0,0 +1,6 @@ +[Mouse] +Acceleration=2 +MouseButtonMapping=RightHanded +ReverseScrollPolarity=false +Threshold=2 +cursorTheme=DMZ-White diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmlaptoprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmlaptoprc new file mode 100644 index 000000000..b1c36c638 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmlaptoprc @@ -0,0 +1,32 @@ +[AcpiDefault] +EnableHibernate=true +EnablePerformance=true +EnableStandby=false +EnableSuspend=true +EnableThrottle=false + +[BatteryCritical] +Brightness=false +BrightnessValue=255 +CriticalValPercent=3 +CriticalValTime=2 +Hibernate=true +Logout=false +LowVal=5 +Notify=true +Performance=false +PerformanceValue= +PlaySound=false +PlaySoundPath= +RunCommand=false +RunCommandPath= +Shutdown=false +Standby=false +Suspend=false +SystemBeep=true +Throttle=false +ThrottleValue= +TimeBasedAction=true + +[SoftwareSuspendDefault] +EnableHibernate=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..d12811dd2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcmnspluginrc @@ -0,0 +1,4 @@ +[Misc] +startkdeScan=true +useArtsdsp=true +PluginsListFile=/usr/share/kubuntu-default-settings-trinity/kde-profile/default/share/apps/konqueror/konq_plugins.xml \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdeglobals new file mode 100644 index 000000000..502972019 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdeglobals @@ -0,0 +1,71 @@ +[DesktopIcons] +Animated=true +Size=48 + +[General] +XftAntialias=true +XftHintStyle=hintfull +XftSubPixel=none +font=Sans Serif,9,-1,5,50,0,0,0,0,0 +fixed=Monospace,9,-1,5,50,0,0,0,0,0 +menuFont=Sans Serif,9,-1,5,50,0,0,0,0,0 +taskbarFont=Sans Serif,9,-1,5,50,0,0,0,0,0 +toolBarFont=Sans Serif,9,-1,5,50,0,0,0,0,0 +widgetStyle=qtcurve +alternateBackground=220,228,249 +background=238,239,242 +buttonBackground=238,238,238 +buttonForeground=0,0,0 +foreground=0,0,0 +linkColor=0,0,238 +selectBackground=68,115,196 +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +windowForeground=0,0,0 +shadeSortColumn=true + +[PreviewSettings] +BoostSize=true +MaximumSize=5242880 + +[KDE] +ShowIconsOnPushButtons=true +ChangeCursor=true +EffectAnimateCombo=true +EffectFadeMenu=false +EffectFadeTooltip=false +EffectsEnabled=true +OpaqueResize=true +contrast=7 +SingleClick=true + +[WM] +activeFont=Sans Serif,9,-1,5,75,0,0,0,0,0 +activeBackground=82,139,239 +activeBlend=238,239,242 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=238,239,242 +inactiveBlend=238,239,242 +inactiveForeground=67,67,67 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +selectBackground=68,115,196 +selectForeground=255,255,255 + +[Global Shortcuts] +Popup Launch Menu=default(Alt+F1);Win + +[KSpell] +#ASpell +KSpell_Client=1 +#UTF-8 +KSpell_Encoding=11 + +[KDE URL Restrictions] +rule_count=2 +rule_1=redirect,http,,,apt,,,true +rule_2=redirect,https,,,apt,,,true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdesktoprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdesktoprc new file mode 100644 index 000000000..41ae7dfb3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kdesktoprc @@ -0,0 +1,29 @@ +[Desktop Icons] +Preview=webarchivethumbnail,clipartthumbnail,ldifvcardthumbnail,cursorthumbnail,fontthumbnail,textthumbnail,djvuthumbnail,htmlthumbnail,kofficethumbnail,gsthumbnail,svgthumbnail,imagethumbnail,exrthumbnail +ShowHidden=false + +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=183,171,215 +Color2=183,171,215 +CurrentWallpaper=0 +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.png +WallpaperMode=Scaled + +[FMSettings] +StandardFont=Sans Serif,9,-1,5,50,0,0,0,0,0 + +[General] +AutoLineUpIcons=true + +[Media] +enabled=true +exclude=media/hdd_mounted,media/nfs_mounted,media/floppy5_unmounted,media/cdrom_unmounted,media/floppy_unmounted,media/hdd_unmounted,media/nfs_unmounted,media/builtin-mydocuments,media/builtin-mycomputer,media/builtin-mynetworkplaces,media/builtin-printers,media/builtin-trash,media/builtin-webbrowser diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kgpgrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kgpgrc new file mode 100644 index 000000000..9aae01a60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kgpgrc @@ -0,0 +1,10 @@ +[General Options] +First run=false + +[GPG Settings] +Groups= +gpg_config_path=$HOME/.gnupg/options + +[Servers] +Server_List=hkp://keyserver.ubuntu.com (Default),hkp://wwwkeys.eu.pgp.net,hkp://search.keyserver.net,hkp://wweys.pgp.net,hkp://pgp.dtype.org,hkp://wwwkeys.us.pgp.net + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khelpcenterrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khelpcenterrc new file mode 100644 index 000000000..c4d1f4dac --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khelpcenterrc @@ -0,0 +1,2 @@ +[Notification Messages] +indexcreation=no diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kickerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kickerrc new file mode 100644 index 000000000..eaab006e6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kickerrc @@ -0,0 +1,56 @@ +[Applet_1] +ConfigFile=minipager_panelapplet_kubuntu_rc +DesktopFile=minipagerapplet.desktop +FreeSpace2=1 + +[Applet_2] +DesktopFile=taskbarapplet.desktop +FreeSpace2=0 + +[Applet_3] +ConfigFile=systemtray_panelappletrc +DesktopFile=systemtrayapplet.desktop +FreeSpace2=1 + +[Applet_4] +ConfigFile=clock_panelapplet_kubuntu_rc +DesktopFile=clockapplet.desktop +FreeSpace2=1 + +[Applet_5] +ConfigFile=launcher_panelapplet_kubuntu_rc +DesktopFile=quicklauncher.desktop +FreeSpace2=0 + +[Applet_6] +DesktopFile=trashapplet.desktop +FreeSpace2=1 +WidthForHeightHint=54 + +[ExtensionButton_1] +DesktopFile=systemmenu.desktop +FreeSpace2=0 + +[General] +Applets2=KMenuButton_1,ExtensionButton_1,DesktopButton_1,Applet_5,Applet_2,Applet_1,Applet_3,Applet_4,Applet_6 +CustomSize=48 +Size=4 +ShowLeftHideButton=false +ShowRightHideButton=false +BackgroundTheme=/usr/share/apps/kicker/wallpapers/kubuntu-panel.png + +[KMenuButton_1] +FreeSpace2=0 + +[KMenu] +SideName=kubuntu-kmenu-side.png +SideTileName=kubuntu-kmenu-side-tile.png +ShowText=false + +[menus] +NumVisibleEntries=0 +UseBookmarks=false +UseBrowser=false +MenuEntryHeight=22 +MenuEntryFormat=NameAndDescription +Extensions= diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klaunchrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klaunchrc new file mode 100644 index 000000000..ac8e4ce06 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klaunchrc @@ -0,0 +1,2 @@ +[BusyCursorSettings] +Timeout=10 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klipperrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klipperrc new file mode 100644 index 000000000..2819a62cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/klipperrc @@ -0,0 +1,2 @@ +[Action_0/Command_0] +Commandline=gwenview %s diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmailrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmailrc new file mode 100644 index 000000000..07151b6a9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmailrc @@ -0,0 +1,5 @@ +[Geometry] +ColumnOrder=0 +ColumnWidths=246 +TotalColumn=-1 +UnreadColumn=-1 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmixrc new file mode 100644 index 000000000..d0021119b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmixrc @@ -0,0 +1 @@ +Visible=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmplayerrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmplayerrc new file mode 100644 index 000000000..aac3c5721 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kmplayerrc @@ -0,0 +1,2 @@ +[MPlayer] +Auto Adjust Volume=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knemorc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knemorc new file mode 100644 index 000000000..bce3ab226 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knemorc @@ -0,0 +1,107 @@ +[General] +Backend=Sys +FirstStart=false +Interfaces=eth0,eth1,wlan0,eth2,wlan1,ra0,ra1 +ToolTipContent=528435 +StatusHeight=258 +StatusWidth=331 +StatusX=494 +StatusY=207 + +[Interface_ath0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ath1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_eth0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth2] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_ppp0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ppp1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ra0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ra1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[PlotterSettings] +AutomaticDetection=true +ColorBackground=49,48,49 +ColorHLines=4,251,29 +ColorIncoming=24,137,255 +ColorOutgoing=255,127,8 +ColorVLines=4,251,29 +Count=5 +Distance=30 +FontSize=8 +HorizontalLines=true +Labels=true +MaximumValue=1 +MinimumValue=0 +Pixel=1 +ShowIncoming=true +ShowOutgoing=true +TopBar=false +VerticalLines=true +VerticalLinesScroll=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotesrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotesrc new file mode 100644 index 000000000..befc44ca5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotesrc @@ -0,0 +1,5 @@ +[Display] +bgcolor=255,255,189 + +[Style] +Style=Plain diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotify.eventsrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotify.eventsrc new file mode 100644 index 000000000..e8f5cac9c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/knotify.eventsrc @@ -0,0 +1,7 @@ +[messageCritical] +presentation=65 +soundfile=/usr/share/sounds/KDE_Error_1.ogg + +[startkde] +presentation=1 +soundfile=/usr/share/sounds/kubuntu-login.ogg diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konqiconviewrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konqiconviewrc new file mode 100644 index 000000000..5510f2ce4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konqiconviewrc @@ -0,0 +1,2 @@ +[Settings] +IconSize=0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konquerorrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konquerorrc new file mode 100644 index 000000000..25dc7ab4e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konquerorrc @@ -0,0 +1,43 @@ +[KonqMainWindow Toolbar contextToolBar] +IconText=IconOnly +NewLine=true + +[KonqMainWindow Toolbar bookmarkToolBar] +Hidden=true + +[KParts Plugins] +searchbarEnabled=true + +[FMSettings] +NewTabsInFront=false +OpenAfterCurrentPage=false +KonquerorTabforExternalURL=false +MMBOpensTab=true +PopupsWithinTabs=false +TextHeight=6 +AlwaysTabbedMode=true + +[Notification Messages] +askEmbedOrSaveapplication/pdf=no +askEmbedOrSavetext/plain=no +askSavetext/plain=no + +[Reusing] +AlwaysHavePreloaded=true +MaxPreloadCount=2 +PreloadOnStartup=true +SafeParts=SAFE + +[Settings] +BgImage=kubuntu-konqueror-background.png + +[HistorySettings] +Maximum of History entries=1000 + +[HTML Settings] +Fonts=Sans Serif,Monospace,Serif,Sans Serif,,,0 +MediumFontSize=10 +MinimumFontSize=8 + +[SearchBar] +GoogleSuggestMode=1 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konsolerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konsolerc new file mode 100644 index 000000000..2e4e63301 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konsolerc @@ -0,0 +1,10 @@ +[Desktop Entry] +AutoResizeTabs=true +bellmode=1 +schema=WhiteOnBlack.schema +tabbar=2 +wordseps=:@-./_~?&=%+# + +[Shortcuts] +next_session=Shift+Right;Ctrl+PageDown +previous_session=Shift+Left;Ctrl+PageUp diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kontactrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kontactrc new file mode 100644 index 000000000..a783507e2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kontactrc @@ -0,0 +1,6 @@ +[Plugins] +kontact_knodepluginEnabled=true +kontact_multisynkEnabled=false + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konversationrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konversationrc new file mode 100644 index 000000000..308f64ad9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/konversationrc @@ -0,0 +1,25 @@ +[Channel 0] +Name=#kubuntu + +[General Options] +ShowTrayIcon=true +TrayNotify=true +TrayNotifyOnlyOwnNick=true + +[Path Settings] +LogfilePath=$HOME/.kde/share/apps/konversation/logs + +[Server 0] +Server=irc.ubuntu.com +Port=8001 + +[ServerGroup 0] +AutoJoinChannels=Channel 0 +ServerList=Server 0 +Name=Ubuntu IRC + +[Sort Nicknames] +SortByStatus=true + +[Themes] +IconTheme=oxygen diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kopeterc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kopeterc new file mode 100644 index 000000000..6efe0ad0d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kopeterc @@ -0,0 +1,15 @@ +[Appearance] +Chatwindow Policy=2 +Font Face=Sans Serif,9,-1,5,50,0,0,0,0,0 +Stylesheet=Kopete +StylePath=/usr/share/apps/kopete/styles/Clear +StyleVariant=Variants/No_avatars.css + +[ChatWindowSettings] +Tab Placement=1 +AlwaysShowTabs=false +ForceNewStuff=true + +[ContactList] +IconMode=IconPic +ThemeURL=/usr/share/apps/kopete/images/ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/korgacrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/korgacrc new file mode 100644 index 000000000..f948d8c13 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/korgacrc @@ -0,0 +1,2 @@ +[General] +Autostart=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kscdrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kscdrc new file mode 100644 index 000000000..f552f8381 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kscdrc @@ -0,0 +1,3 @@ +[GENERAL] +AudioSystem=arts +DigitalPlayback=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksmserverrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksmserverrc new file mode 100644 index 000000000..48215e415 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksmserverrc @@ -0,0 +1,16 @@ +[General] +screenCount=1 + +[LegacySession: saved at previous logout] +count=0 + +[Session: saved at previous logout] +clientId1=10d8cecf96000111065458100000063760027 +clientId2=10d9d39668000112680660600000081280032 +count=2 +program1=kmix +program2=katapult +restartCommand1=kmix,-session,10d8cecf96000111065458100000063760027_1110891555_426100 +restartCommand2=katapult,-session,10d9d39668000112680660600000081280032_1169282257_747766 +restartStyleHint1=0 +restartStyleHint2=0 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksplashrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksplashrc new file mode 100644 index 000000000..b9b3b4707 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ksplashrc @@ -0,0 +1,2 @@ +[KSplash] +Theme=None diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuriikwsfilterrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuriikwsfilterrc new file mode 100644 index 000000000..5609ef964 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuriikwsfilterrc @@ -0,0 +1,2 @@ +[General] +DefaultSearchEngine=strigi diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc new file mode 100644 index 000000000..8935dcd5c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc @@ -0,0 +1,9 @@ +[General] +AutoAdjustMinItems=0 +Buttons=kde-konqbrowser.desktop,kde-Kontact.desktop,kde-amarok.desktop,kde-kopete.desktop +ConserveSpace=false + +[PopularityData] +ServiceHistories=0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0 +ServiceInspos=4,1,3,2,5 +ServiceNames=kde-Help.desktop,kde-Home.desktop,kde-KControl.desktop,kde-konsole.desktop,kde-kwrite.desktop diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/metabarrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/metabarrc new file mode 100644 index 000000000..6ade29f07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/metabarrc @@ -0,0 +1,2 @@ +[General] +Theme=kubuntu diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc new file mode 100644 index 000000000..4a507a9f7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc @@ -0,0 +1,2 @@ +[General] +BackgroundType=BgTransparent diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/profilerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/profilerc new file mode 100644 index 000000000..0cba16e75 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/profilerc @@ -0,0 +1,391 @@ +[application/x-deb - 1] +AllowAsDefault=true +Application=kde-kpackage.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 2] +AllowAsDefault=true +Application=kde-kdpkg.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 3] +AllowAsDefault=true +Application=kde-ark.desktop +GenericServiceType=Application +Preference=1 +ServiceType=application/x-deb + +[video/avi - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/avi + +[video/avi - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/avi + +[video/avi - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/avi + +[video/mp4 - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mp4 + +[video/mp4 - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mp4 + +[video/mp4 - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mp4 + +[video/mpeg - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mpeg + +[video/mpeg - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mpeg + +[video/mpeg - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mpeg + +[video/quicktime - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/quicktime + +[video/quicktime - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/quicktime + +[video/quicktime - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/quicktime + +[video/vnd.rn-realvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/x-flic - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-flic + +[video/x-flic - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-flic + +[video/x-flic - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-flic + +[video/x-matroska - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-matroska + +[video/x-matroska - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-matroska + +[video/x-matroska - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-matroska + +[video/x-ms-asf - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-wmp - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmv - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-msvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-msvideo + +[video/x-msvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-msvideo + +[video/x-msvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-msvideo + +[video/x-ogm - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ogm + +[video/x-ogm - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ogm + +[video/x-ogm - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ogm + +[video/x-theora - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-theora + +[video/x-theora - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-theora + +[video/x-theora - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-theora + +[inode/directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/directory + +[inode/directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/directory + +[inode/system_directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/system_directory + +[inode/system_directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/system_directory + +[inode/directory - 10] +AllowAsDefault=true +Application=konsolepart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=3 +ServiceType=inode/directory + +[inode/directory - 11] +AllowAsDefault=true +Application=fsview_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=inode/directory + +[inode/directory - 12] +AllowAsDefault=true +Application=konq_sidebartng.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=inode/directory + +[inode/directory - 3] +AllowAsDefault=true +Application=konq_iconview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=10 +ServiceType=inode/directory + +[inode/directory - 4] +AllowAsDefault=true +Application=konq_multicolumnview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=9 +ServiceType=inode/directory + +[inode/directory - 5] +AllowAsDefault=true +Application=konq_treeview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=8 +ServiceType=inode/directory + +[inode/directory - 6] +AllowAsDefault=true +Application=konq_infolistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=7 +ServiceType=inode/directory + +[inode/directory - 7] +AllowAsDefault=true +Application=konq_detailedlistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=6 +ServiceType=inode/directory + +[inode/directory - 8] +AllowAsDefault=true +Application=konq_textview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=5 +ServiceType=inode/directory + +[inode/directory - 9] +AllowAsDefault=true +Application=gvdirpart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=4 +ServiceType=inode/directory diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/skimrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/skimrc new file mode 100644 index 000000000..63381ac76 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/skimrc @@ -0,0 +1,2 @@ +[KDESystemTray] +/Panel/KDE/KDESystemTray/ShowQuit=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twincrystalrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twincrystalrc new file mode 100644 index 000000000..280fdc386 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twincrystalrc @@ -0,0 +1,48 @@ +[General] +ActiveBlur=0 +ActiveFrame=true +ActiveInline=true +ActiveMode=0 +ActiveShade=100 +ActiveUserdefined=false +AnimateHover=true +Borderwidth=3 +ButtonColor=255,255,255 +ButtonColor2=255,255,255 +ButtonColor3=255,255,255 +ButtonTheme=7 +CaptionTooltip=true +CloseColor=255,255,255 +CloseColor2=255,255,255 +CloseColor3=255,255,255 +FrameColor1=117,121,186 +FrameColor2=139,145,168 +HoverEffect=true +InactiveBlur=20 +InactiveFrame=true +InactiveInline=false +InactiveMode=0 +InactiveShade=80 +InactiveUserdefined=false +InactiveUserdefinedPicture= +InlineColor1=68,70,117 +InlineColor2=141,146,169 +LogoActive=true +LogoAlignment=1 +LogoDistance=0 +LogoFile= +LogoStretch=0 +OverlayFileActive=/usr/share/kubuntu-default-settings-trinity/kde-profile/default/share/apps/kwin/window-decoration-gradient.png +OverlayFileInactive=/usr/share/kubuntu-default-settings-trinity/kde-profile/default/share/apps/kwin/window-decoration-gradient-inactive.png +OverlayModeActive=2 +OverlayModeInactive=2 +RepaintMode=3 +RepaintTime=200 +RoundCorners=3 +TextShadow=true +TintButtons=false +TitleAlignment=AlignHCenter +Titlebarheight=24 +TrackDesktop=false +WheelTask=true +EnableTransparency=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twinrc new file mode 100644 index 000000000..5eba99592 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/twinrc @@ -0,0 +1,11 @@ +[Desktops] +Number=2 + +[Windows] +TitlebarDoubleClickCommand=Maximize + +[Style] +ButtonsOnLeft=M +ButtonsOnRight=HIA_X +CustomButtonPositions=true +PluginLib=twin3_crystal diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/uiserver b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/uiserver new file mode 100644 index 000000000..932d73471 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/uiserver @@ -0,0 +1,2 @@ +[UIServer] +ShowList=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/yakuakerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/yakuakerc new file mode 100644 index 000000000..14d4a035f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde-rc-files/yakuakerc @@ -0,0 +1,9 @@ +[Options] +background=false +focus=false +height=70 +location=50 +screen=1 +steps=20 +tabs=true +width=80 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/CHANGELOG b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/CHANGELOG new file mode 100644 index 000000000..028c9fc89 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/CHANGELOG @@ -0,0 +1,9 @@ +0.1: Initial release + - widget background + - clock + - notes applet theme + +0.2: + - Plasma dialog background + - Opaque plasma dialog background + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/INSTALL b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/INSTALL new file mode 100644 index 000000000..ea8a37692 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/INSTALL @@ -0,0 +1,17 @@ +INSTALL + +System-wide install: +Extract this archive to $KDE4ROOT/share/apps/desktoptheme directory, +where $KDE4ROOT is the location where your KDE4.0 is installed. + +User-only install: (kudos to boardercoach for reminding me of this) +Extract this archive to ~/.kde4/share/apps/desktoptheme directory + +HOW TO ACTIVATE + +Open your plasmarc file (~/.kde4/share/config/plasmarc) and in the +[Theme] section replace name=Default with name=slim-glow + +When you restart plasma, the new theme will be loaded. +(you can log out, and log back in) + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/LICENSE b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/LICENSE new file mode 100644 index 000000000..d64d3ac80 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/LICENSE @@ -0,0 +1,5 @@ +The theme was created from the default Plasma theme. + +For images created by me (Ivan Cukic), GPL 2 or 3 or later applies. + +For images that are retained from the default Plasma theme see copyright notice of that theme. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/colors b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/colors new file mode 100644 index 000000000..ac65ca342 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/colors @@ -0,0 +1,81 @@ +[Colors:Button] +BackgroundAlternate=218,221,215 +BackgroundNormal=218,221,215 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,154,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Selection] +BackgroundAlternate=60,131,208 +BackgroundNormal=60,131,208 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=177,202,232 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,248,209 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Tooltip] +BackgroundAlternate=255,248,209 +BackgroundNormal=255,248,209 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=232,185,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:View] +BackgroundAlternate=241,241,239 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Window] +BackgroundAlternate=40,40,40 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[General] +shadeSortColumn=true + +[KDE] +contrast=7 + +[WM] +activeBackground=65,142,220 +activeForeground=255,255,255 +inactiveBackground=157,170,186 +inactiveForeground=65,142,220 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg new file mode 100644 index 000000000..5d8290a23 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg new file mode 100644 index 000000000..c5f9a5034 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg @@ -0,0 +1,148 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg new file mode 100644 index 000000000..3eea0423a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg new file mode 100644 index 000000000..6a2fefb14 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/down.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/down.svg new file mode 100644 index 000000000..16f1f4199 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/down.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/up.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/up.svg new file mode 100644 index 000000000..7162e9353 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/news/up.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg new file mode 100644 index 000000000..d68a79acd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg @@ -0,0 +1,205 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Opaque Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg new file mode 100644 index 000000000..412b3d684 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg new file mode 100644 index 000000000..3b947f614 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/theme.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/theme.desktop new file mode 100644 index 000000000..334a3db9a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/theme.desktop @@ -0,0 +1,5 @@ +[Plasma Theme] +Name=Slim Glow +Comment=Slick theme for dark wallpapers +Author=Ivan Čukić (ivan) +License=GPL2+ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg new file mode 100644 index 000000000..a3c18d3e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg @@ -0,0 +1,362 @@ + + + + + + + image/svg+xml + + Akonadi Plasmoid + + + Thomas Moenicke + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EMAIL + AKONADI + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg new file mode 100644 index 000000000..8e9fa9a35 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg @@ -0,0 +1,945 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/background.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/background.svg new file mode 100644 index 000000000..dabb94e48 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Widget Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg new file mode 100644 index 000000000..d83b884a2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg @@ -0,0 +1,220 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg new file mode 100644 index 000000000..ec5abce8b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg @@ -0,0 +1,219 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg new file mode 100644 index 000000000..967f4ed74 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg @@ -0,0 +1,992 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg new file mode 100644 index 000000000..a8ab672f5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg @@ -0,0 +1,682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg new file mode 100644 index 000000000..fc9b79f56 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg @@ -0,0 +1,432 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg new file mode 100644 index 000000000..92e8fee60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg @@ -0,0 +1,1717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Oxygen team + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg new file mode 100644 index 000000000..ac63dd7c3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg new file mode 100644 index 000000000..c0bc6aa0c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg new file mode 100644 index 000000000..2afb85ea0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg new file mode 100644 index 000000000..44b5a068d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg @@ -0,0 +1,2431 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg new file mode 100644 index 000000000..8adb0a1cf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg @@ -0,0 +1,11958 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg new file mode 100644 index 000000000..5279d6a4f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg new file mode 100644 index 000000000..33c56b2bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg @@ -0,0 +1,345 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg new file mode 100644 index 000000000..201ac63e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg @@ -0,0 +1,2007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Konqui - enjoy the experience + + + Pedro Carbajal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg new file mode 100644 index 000000000..de8d36599 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg new file mode 100644 index 000000000..983e57026 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg @@ -0,0 +1,730 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg new file mode 100644 index 000000000..c3158d60d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg new file mode 100644 index 000000000..6765b03de --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg @@ -0,0 +1,1518 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + in pannel + out off pannel + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-home new file mode 100644 index 000000000..2e7cb00ab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=user-home diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-media new file mode 100644 index 000000000..303a02046 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=drive-harddisk diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc new file mode 100644 index 000000000..dde841be5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc @@ -0,0 +1,2 @@ +[Containments][1] +wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.jpg diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..837e3aa07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/cryptodefaults @@ -0,0 +1,2 @@ +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/dolphinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/dolphinrc new file mode 100644 index 000000000..684474d37 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/dolphinrc @@ -0,0 +1,3 @@ +[MainWindow] +#This is to add the information panel. goodness knows what the rest does. +State=AAAA/wAAAAD9AAAAAwAAAAAAAABpAAABpfwCAAAAAvsAAAAYAHQAcgBlAGUAVgBpAGUAdwBEAG8AYwBrAAAAAAD/////AAAAGQD////7AAAAFABwAGwAYQBjAGUAcwBEAG8AYwBrAQAAAE8AAAGlAAAATwD///8AAAABAAAAkgAAAaX8AgAAAAH7AAAAEABpAG4AZgBvAEQAbwBjAGsBAAAATwAAAaUAAAFhAP///wAAAAMAAAK8////+vwBAAAAAfsAAAAYAHQAZQByAG0AaQBuAGEAbABEAG8AYwBrAAAAAAD/////AAAARwD///8AAAG1AAABpQAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAABAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAAAAArwAAAAAAAAAAA== diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/katerc new file mode 100644 index 000000000..be120de43 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/katerc @@ -0,0 +1,6 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcminputrc new file mode 100644 index 000000000..b2fee2a64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=oxy-white diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..a7d794744 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcmnspluginrc @@ -0,0 +1,3 @@ +[Misc] +startkdeScan=true +PluginsListFile=/usr/share/kubuntu-default-settings-trinity/kde-profile/default/share/apps/konqueror/konq_plugins.xml diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kdeglobals new file mode 100644 index 000000000..e02c15643 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kdeglobals @@ -0,0 +1,13 @@ +[General] +XftAntialias=true +XftHintStyle=hintfull +XftSubPixel=none +desktopFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +menuFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +smallestReadableFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 +taskbarFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 + +[PreviewSettings] +UseFileThumbnails=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kmixrc new file mode 100644 index 000000000..8c6888651 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kmixrc @@ -0,0 +1,2 @@ +[Global] +Visible=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwinrc new file mode 100644 index 000000000..8f06aef78 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kde4/kde-rc-files/kwinrc @@ -0,0 +1,5 @@ +[Desktops] +Number=2 + +[Windows] +TitlebarDoubleClickCommand=Maximize diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/email.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/email.desktop new file mode 100644 index 000000000..4cb6de28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/email.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Actions=Email +Encoding=UTF-8 +ServiceTypes=allfiles + +[Desktop Action Email] +Name=Email File +Name[de]=Versenden als E-Mail +Name[fr]=Envoyer par courriel +Name[pl]=Wyślij plik w załączniku +Exec=kmail --attach %F +Icon=kmail diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/konq_plugins.xml b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/konq_plugins.xml new file mode 100644 index 000000000..1df24cc92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/konqueror-profile/konq_plugins.xml @@ -0,0 +1,12 @@ + + + + + Macromedia Flash Player 9.0 + http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz + http://www.adobe.com/shockwave/download/license/desktop/ssi/eula_ssi.html + this field appear if licenceurl doesn't exist + install_flash_player_9_linux/libflashplayer.so + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-plugins/dirfilterplugin.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-plugins/dirfilterplugin.rc new file mode 100755 index 000000000..cb7bb0081 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-plugins/dirfilterplugin.rc @@ -0,0 +1,19 @@ + + + + + &Tools + + + + + Extra Toolbar + + + + Filter Toolbar + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part.rc new file mode 100755 index 000000000..da8f97f73 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part.rc @@ -0,0 +1,57 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part_readonly.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part_readonly.rc new file mode 100755 index 000000000..888d12e8d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ark_part_readonly.rc @@ -0,0 +1,42 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/gvimagepart.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/gvimagepart.rc new file mode 100755 index 000000000..5e0cdf11a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/gvimagepart.rc @@ -0,0 +1,39 @@ + + + + &File + + + + + + &View + + + &Colors + + + + + + + + + + + + + + + + +Context Toolbar + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/khtml_browser.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/khtml_browser.rc new file mode 100755 index 000000000..2eab2a321 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/khtml_browser.rc @@ -0,0 +1,43 @@ + + + + &File + + + + + + + &Edit + + + + + + + + + &View + + + + + + + + + + +Main Toolbar + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ksvgplugin.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ksvgplugin.rc new file mode 100755 index 000000000..abf3537d7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/ksvgplugin.rc @@ -0,0 +1,35 @@ + + + + &Settings + + + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/part.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/part.rc new file mode 100644 index 000000000..e7ecb2f3d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kpart-rc-files/part.rc @@ -0,0 +1,63 @@ + + + + &File + + + + + + &Edit + + + + &View + + + + + + + + + + + + &Go + + + + + + + + + + + + &Tools + + + + + &Settings + + + + +Context Toolbar + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kwallet-default-wallet/kdewallet.kwl b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kwallet-default-wallet/kdewallet.kwl new file mode 100755 index 000000000..485b2e683 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kwallet-default-wallet/kdewallet.kwl differ diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-7z.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-7z.desktop new file mode 100644 index 000000000..b8a1f6a57 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-7z.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive 7-Zip +Hidden=false +Patterns=*.7z;*.7Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-ace.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-ace.desktop new file mode 100644 index 000000000..55a07116b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-ace.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ACE +Hidden=false +Patterns=*.ace;*.ACE +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arc.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arc.desktop new file mode 100644 index 000000000..2a65951e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arc.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARC +Hidden=false +Patterns=*.arc;*.ARC +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-archive.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-archive.desktop new file mode 100644 index 000000000..4fe4ad21d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-archive.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive AR +Hidden=false +Patterns=*.a +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arj.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arj.desktop new file mode 100644 index 000000000..9833cee92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-arj.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARJ +Hidden=false +Patterns=*.arj;*.ARJ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip.desktop new file mode 100644 index 000000000..a9d55c0c5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip File +Hidden=false +Patterns=*.bz;*.BZ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip2.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip2.desktop new file mode 100644 index 000000000..76ff0d62a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-bzip2.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2 File +Hidden=false +Patterns=*.bz2;*.BZ2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-compress.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-compress.desktop new file mode 100644 index 000000000..e9ab5c907 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-compress.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=UNIX Compressed File +Hidden=false +Patterns=*.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-cpio.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-cpio.desktop new file mode 100644 index 000000000..6947dfad6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-cpio.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive CPIO +Hidden=false +Patterns=*.cpio +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-gzip.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-gzip.desktop new file mode 100644 index 000000000..c3ca52731 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-gzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzip File +Hidden=false +Patterns=*.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lha.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lha.desktop new file mode 100644 index 000000000..bfdfd8830 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lha.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive LHA +Hidden=false +Patterns=*.lha;*.lzh;*.LHA;*.LZH +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lzop.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lzop.desktop new file mode 100644 index 000000000..9865b07b9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-lzop.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Comment=Lzopped File +Hidden=false +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-pak.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-pak.desktop new file mode 100644 index 000000000..fc22d2bb5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-pak.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Fichier archive PAK +Hidden=false +Patterns=*.pak;*.PAK +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-rar.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-rar.desktop new file mode 100644 index 000000000..35f9d7388 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-rar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Rar +Hidden=false +Patterns=*.rar;*.RAR +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tar.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tar.desktop new file mode 100644 index 000000000..9ced52953 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Tar +Hidden=false +Patterns=*.tar +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tarz.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tarz.desktop new file mode 100644 index 000000000..8e1c1856d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tarz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Compressed Tar Archive +Hidden=false +Patterns=*.tar.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tbz.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tbz.desktop new file mode 100644 index 000000000..8889183bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tbz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2-ed Tar Archive +Hidden=false +Patterns=*.tar.bz;*.tbz;*.tar.bz2;*.tbz2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tgz.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tgz.desktop new file mode 100644 index 000000000..ef34b8220 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tgz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzipped Tar Archive +Hidden=false +Patterns=*.tar.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tzo.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tzo.desktop new file mode 100644 index 000000000..37d355b52 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-tzo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Lzopped Tar Archive +Hidden=false +Patterns=*.tar.lzo;*.tzo +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zip.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zip.desktop new file mode 100644 index 000000000..e6e3ecf95 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zip +Hidden=false +Patterns=*.zip;*.ZIP +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zoo.desktop b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zoo.desktop new file mode 100644 index 000000000..bffb80bde --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/mimelnk/x-zoo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zoo +Hidden=false +Patterns=*.zoo;*.ZOO +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/kstylerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/kstylerc new file mode 100644 index 000000000..6c639810f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/kstylerc @@ -0,0 +1,3 @@ +[Settings] +SemiTransparentRubberband=true +MenuDropShadow=true diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/lipstikstylerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/lipstikstylerc new file mode 100644 index 000000000..c1c892daa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/lipstikstylerc @@ -0,0 +1,34 @@ +[Settings] +alterMenuGradients=false +animateProgressBar=true +checkMarkColor=#7a82b9 +coloredMenuBar=false +comboboxColored=false +compressedMenus=false +customCheckMarkColor=true +customFocusHighlightColor=false +customMenuStripeColor=true +customOverHighlightColor=false +drawFocusRect=true +drawStatusBarFrame=true +drawTabHighlight=true +drawToolBarHandle=true +drawToolBarItemSeparator=true +drawToolBarSeparator=false +drawTriangularExpander=true +flatHeaders=true +flatStripe=false +focusHighlightColor=#2050ff +inputFocusHighlight=true +kickerHighlight=true +menuLeftSideBar=true +menuStripeColor=#e6e6e6 +overHighlightColor=#3e51ff +paintGroove=true +reverseGradients=true +scrollBarStyle=ThreeButtonScrollBar +scrollBarWidth=Normal +sharperMenuGradient=true +sliderStyle=sliderLipstikStyle +tickCheckMark=true + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/polyesterstylerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/polyesterstylerc new file mode 100644 index 000000000..8526d4fa6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/qt-rc-files/polyesterstylerc @@ -0,0 +1,36 @@ +[Settings] +animateButton=true +animateButtonToDark=false +animateProgressBar=true +buttonMenuItem=true +buttonStyle=glass +centeredTabBar=false +checkMarkColor=#000000 +coloredScrollBar=true +colorizeSortedHeader=true +customCheckMarkColor=false +customFocusHighlightColor=false +customMenuBarEmphasisColor=false +customOverHighlightColor=false +drawToolBarItemSeparator=false +drawToolBarSeparator=false +drawTriangularExpander=false +focusHighlightColor=#000000 +highLightTab=true +inputFocusHighlight=true +lightBorder=true +menuBarEmphasis=false +menuBarEmphasisBorder=false +menuBarEmphasisColor=#000000 +menuItemSpacing=8 +menuStripe=false +overHighlightColor=#000000 +scrollBarLines=false +scrollBarSize=16 +scrollBarStyle=ThreeButtonScrollBar +shadowedButtonsText=false +shadowedMenuBarText=false +shadowedText=true +statusBarFrame=true +useLowerCaseText=false + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/tdmdistrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/tdmdistrc new file mode 100644 index 000000000..f75d31e5c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/tdmdistrc @@ -0,0 +1,582 @@ +# KDM master configuration file +# +# Please note: Settings in this file are sometimes ignored (overridden). +# The default KDM startup script /etc/init.d/kdm looks in /etc/default/kdm.d +# for theme-related settings which, if found, take precedence. The possibly +# overridden settings are: UseBackground, BackgroundCfg, UseTheme, Theme. +# See /usr/share/doc/kdm/README.Debian for details +# +# Definition: the greeter is the login dialog, i.e., the part of KDM +# which the user sees. +# +# You can configure every X-display individually. +# Every display has a display name, which consists of a host name +# (which is empty for local displays specified in {Static|Reserve}Servers), +# a colon, and a display number. Additionally, a display belongs to a +# display class (which can be ignored in most cases; the control center +# does not support this feature at all). +# Sections with display-specific settings have the formal syntax +# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" +# You can use the "*" wildcard for host, number, and class. You may omit +# trailing components; they are assumed to be "*" then. +# The host part may be a domain specification like ".inf.tu-dresden.de". +# It may also be "+", which means non-empty, i.e. remote displays only. +# From which section a setting is actually taken is determined by these +# rules: +# - an exact match takes precedence over a partial match (for the host part), +# which in turn takes precedence over a wildcard ("+" taking precedence +# over "*") +# - precedence decreases from left to right for equally exact matches +# Example: display name "myhost:0", class "dpy". +# [X-myhost:0_dpy] precedes +# [X-myhost:0_*] (same as [X-myhost:0]) precedes +# [X-myhost:*_dpy] precedes +# [X-myhost:*_*] (same as [X-myhost]) precedes +# [X-+:0_dpy] precedes +# [X-*:0_dpy] precedes +# [X-*:0_*] (same as [X-*:0]) precedes +# [X-*:*_*] (same as [X-*]) +# These sections do NOT match this display: +# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] +# If a setting is not found in any matching section, the default is used. +# +# Every comment applies to the following section or key. Note that all +# comments will be lost if you change this file with the kcontrol frontend. +# The defaults refer to KDM's built-in values, not anything set in this file. +# +# Special characters need to be backslash-escaped (leading and trailing +# spaces (\s), tab (\t), linefeed (\n), carriage return (\r) and the +# backslash itself (\\)). +# In lists, fields are separated with commas without whitespace in between. +# Some command strings are subject to simplified sh-style word splitting: +# single quotes (') and double quotes (") have the usual meaning; the backslash +# quotes everything (not only special characters). Note that the backslashes +# need to be doubled because of the two levels of quoting. + +[General] +# This option exists solely for the purpose of a clean automatic upgrade. +# Do not even think about changing it! +ConfigVersion=2.3 +# List of permanent displays. Displays with a hostname are foreign. A display +# class may be specified separated by an underscore. +# Default is ":0" +StaticServers=:0 +# List of on-demand displays. See StaticServers for syntax. +# Default is "" +ReserveServers=:1,:2,:3 +# VTs to allocate to X-servers. A negative number means that the VT will be +# used only if it is free. If all VTs in this list are used up, the next free +# one greater than the last one in this list will be allocated. +# Default is "" +ServerVTs=-7 +# TTYs (without /dev/) to monitor for activity while in console mode. +# Default is "" +ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 +# Where KDM should store its PID (do not store if empty). +# Default is "" +PidFile=/var/run/kdm.pid +# Whether KDM should lock the PID file to prevent having multiple KDM +# instances running at once. Do not change unless you are brave. +# Default is true +#LockPidFile=false +# Where to store authorization files. +# Default is "/var/run/xauth" +#AuthDir=/tmp +# Whether KDM should automatically re-read configuration files, if it +# finds them having changed. +# Default is true +#AutoRescan=false +# Additional environment variables KDM should pass on to all programs it runs. +# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; +# otherwise, it should not be necessary very often. +# Default is "" +#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR +# A character device KDM should read entropy from. +# Empty means use the system's preferred entropy device. +# Default is "" +#RandomDevice=/dev/altrandom +# Where the command FiFos should be created; make it empty to disable +# them. +# Default is "/var/run/xdmctl" +#FifoDir=/tmp +# The group to which the global command FiFo should belong; +# can be either a name or a numerical ID. +# Default is 0 +#FifoGroup=xdmctl +# The directory in which KDM should store persistent working data. +# Default is "/var/lib/kdm" +#DataDir= +# The directory in which KDM should store users' .dmrc files. This is only +# needed if the home directories are not readable before actually logging in +# (like with AFS). +# Default is "" +#DmrcDir=/nfs-shared/var/dmrcs + +[Xdmcp] +# Whether KDM should listen to incoming XDMCP requests. +# Default is true +Enable=false +# The UDP port on which KDM should listen for XDMCP requests. Do not change. +# Default is 177 +#Port=177 +# File with the private keys of X-terminals. Required for XDM authentication. +# Default is "" +#KeyFile=/etc/trinity/kdm/kdmkeys +# XDMCP access control file in the usual XDM-Xaccess format. +# Default is "/etc/trinity/kdm/Xaccess" +#Xaccess= +# Number of seconds to wait for display to respond after the user has +# selected a host from the chooser. +# Default is 15 +#ChoiceTimeout=10 +# Strip domain name from remote display names if it is equal to the local +# domain. +# Default is true +#RemoveDomainname=false +# Use the numeric IP address of the incoming connection on multihomed hosts +# instead of the host name. +# Default is false +#SourceAddress=true +# The program which is invoked to dynamically generate replies to XDMCP +# DirectQuery or BroadcastQuery requests. +# If empty, no program is invoked and "Willing to manage" is sent. +# Default is "" +Willing=/etc/trinity/kdm/Xwilling + +[Shutdown] +# The command (subject to word splitting) to run to halt the system. +# Default is "/sbin/poweroff" +#HaltCmd= +# The command (subject to word splitting) to run to reboot the system. +# Default is "/sbin/reboot" +#RebootCmd= +# Whether it is allowed to shut down the system via the global command FiFo. +# Default is false +#AllowFifo=true +# Whether it is allowed to abort active sessions when shutting down the +# system via the global command FiFo. +# Default is true +#AllowFifoNow=false +# The boot manager KDM should use for offering boot options in the +# shutdown dialog. +# "None" - no boot manager +# "Grub" - Grub boot manager +# "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only) +# Default is None +#BootManager=Grub + +# Rough estimations about how many seconds KDM will spend at most on +# - opening a connection to the X-server (OpenTime) if the attempt +# - times out: OpenTimeout +# - is refused: OpenRepeat * OpenDelay +# - starting a local X-server (ServerTime): +# ServerAttempts * (ServerTimeout + OpenDelay) +# - starting a display: +# - local display: ServerTime + OpenTime +# - foreign display: StartAttempts * OpenTime +# - XDMCP display: OpenTime (repeated indefinitely by client) + +# Core config for all displays +[X-*-Core] +# How long to wait before retrying to connect a display. +# Default is 15 +#OpenDelay=15 +# How long to wait before timing out a display connection attempt. +# Default is 120 +#OpenTimeout=120 +# How many connection attempts to make during a start attempt. Note that +# a timeout aborts the entire start attempt. +# Default is 5 +#OpenRepeat=5 +# Try at most that many times to start a display. If this fails, the display +# is disabled. +# Default is 4 +#StartAttempts=4 +# Ping remote display every that many minutes. +# Default is 5 +#PingInterval=5 +# Wait for a Pong that many minutes. +# Default is 5 +#PingTimeout=5 +# The name of this X-server's Xauth file. +# If empty, a random name in the AuthDir directory will be used. +# Default is "" +#AuthFile= +# Specify a file with X-resources for the greeter, chooser and background. +# The KDE frontend does not use this file, so you do not need it unless you +# use another background generator than krootimage. +# Default is "" +#Resources= +# The xrdb program to use to read the above specified recources. +# Subject to word splitting. +# Default is "/usr/bin/xrdb" +#Xrdb= +# A program to run before the greeter is shown. Can be used to start an +# xconsole or an alternative background generator. Subject to word splitting. +# Default is "" +Setup=/etc/trinity/kdm/Xsetup +# A program to run before a user session starts. Subject to word splitting. +# Default is "" +Startup=/etc/trinity/kdm/Xstartup +# A program to run after a user session exits. Subject to word splitting. +# Default is "" +Reset=/etc/trinity/kdm/Xreset +# The program which is run as the user which logs in. It is supposed to +# interpret the session argument (see SessionsDirs) and start an appropriate +# session according to it. Subject to word splitting. +# Default is "/usr/bin/xterm -ls -T" +Session=/etc/trinity/kdm/Xsession +# The program to run if Session fails. +# Default is "/usr/bin/xterm" +#FailsafeClient= +# The PATH for the Session program. +# Default is "/usr/local/bin:/opt/trinity/bin:/usr/bin:/bin:/opt/trinity/games:/usr/games" +#UserPath= +# The PATH for Setup, Startup and Reset, etc. +# Default is "/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin" +#SystemPath= +# The default system shell. +# Default is "/bin/sh" +#SystemShell=/bin/bash +# Where to put the user's X-server authorization file if ~/.Xauthority +# cannot be created. +# Default is "/tmp" +#UserAuthDir= +# Whether to automatically restart sessions after X-server crashes. +# Note that enabling this makes circumventing screen lockers other than +# KDE's built-in one possible! +# Default is false +#AutoReLogin=true +# Allow root logins? +# Default is true +AllowRootLogin=false +# Allow to log in, when user has set an empty password? +# Default is true +AllowNullPasswd=false +# Who is allowed to shut down the system. This applies both to the +# greeter and to the command FiFo. +# "None" - no "Shutdown..." menu entry is shown at all +# "Root" - the root password must be entered to shut down +# "All" - everybody can shut down the machine +# Default is All +AllowShutdown=Root +# Who is allowed to abort active sessions when shutting down. +# "None" - no forced shutdown is allowed at all +# "Root" - the root password must be entered to shut down forcibly +# "All" - everybody can shut down the machine forcibly +# Default is All +#AllowSdForceNow=Root +# The default choice for the shutdown condition/timing. +# "Schedule" - shut down after all active sessions exit (possibly at once) +# "TryNow" - shut down, if no active sessions are open; otherwise, do nothing +# "ForceNow" - shut down unconditionally +# Default is Schedule +#DefaultSdMode=ForceNow +# How to offer shutdown scheduling options: +# "Never" - not at all +# "Optional" - as a button in the simple shutdown dialogs +# "Always" - instead of the simple shutdown dialogs +# Default is Never +#ScheduledSd=Optional +# The directories containing session type definitions in .desktop format. +# Default is "/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions" +#SessionsDirs=/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions +# The file (relative to $HOME) to redirect the session output to. This is +# a printf format string; one %s will be replaced with the display name. +# Default is ".xsession-errors" +ClientLogFile=.xsession-errors-%s +# Whether KDM's built-in utmp/wtmp/lastlog registration should be used. +# Default is false +#UseSessReg=true + +# Greeter config for all displays +[X-*-Greeter] +# Widget style of the greeter. "" means the built-in default which currently +# is "Plastik". +# Default is "" +#GUIStyle=Windows +# Compositor binary name, if compositing is desired. "" means no compositing support. +# Default is "" +#Compositor= +# Window manager binary name, if window decorations are desired. "" means no window manager support. +# Default is "twin" +#WindowManager= +# SAK +# Default is true +UseSAK=false +# Admin session +# Default is false +#UseAdminSession=true +# Widget color scheme of the greeter. "" means the built-in default which +# currently is yellowish grey with some light blue and yellow elements. +# Default is "" +#ColorScheme=Pumpkin +# What should be shown in the greeter's logo are: +# "None" - nothing +# "Logo" - the image specified by LogoPixmap +# "Clock" - a neat analog clock +# Default is Clock +LogoArea=Logo +# The image to show when LogoArea=Logo. +# Default is "" +LogoPixmap=/opt/trinity/share/apps/kdm/pics/kdelogo.png +# The relative coordinates (X,Y in percent) of the center of the greeter. +# Default is "50,50" +#GreeterPos=30,40 +# The screen the greeter should be displayed on in multi-headed and Xinerama +# setups. The numbering starts with 0. For Xinerama, it corresponds to the +# listing order in the active ServerLayout section of XF86Config; -1 means +# to use the upper-left screen, -2 means to use the upper-right screen. +# Default is 0 +#GreeterScreen=-1 +# The headline in the greeter. The following character pairs are replaced: +# - %d -> current display +# - %h -> host name, possibly with domain name +# - %n -> node name, most probably the host name without domain name +# - %s -> the operating system +# - %r -> the operating system's version +# - %m -> the machine (hardware) type +# - %% -> a single % +# Default is "Welcome to Trinity at %n" +#GreetString=Welcome to Trinity at %n +# Whether the fonts used in the greeter should be antialiased. +# Default is true +AntiAliasing=true +# The font for the greeter headline. +# Default is "Serif,20,bold" +#GreetFont=Sans Serif,22,5,0,50,0 +# The normal font used in the greeter. +# Default is "Sans Serif,10" +#StdFont=Sans Serif,10,5,0,50,0 +# The font used for the "Login Failed" message. +# Default is "Sans Serif,10,bold" +#FailFont=Sans Serif,10,5,0,75,0 +# What to do with the Num Lock modifier for the time the greeter is running: +# "Off" - turn off +# "On" - turn on +# "Keep" - do not change the state +# Default is Keep +#NumLock=Off +# Language and locale to use in the greeter, encoded like $LC_LANG. +# Default is "en_US" +#Language=de_DE +# Enable autocompletion in the username line edit. +# Default is false +#UserCompletion=true +# Enable user list (names along with images) in the greeter. +# Default is true +#UserList=false +# User selection for UserCompletion and UserList: +# "NotHidden" - all users except those listed in HiddenUsers +# "Selected" - only the users listed in SelectedUsers +# Default is NotHidden +#ShowUsers=Selected +# For ShowUsers=Selected. @ means all users in that group. +# Default is "" +#SelectedUsers=root,johndoe +# For ShowUsers=NotHidden. @ means all users in that group. +# Default is "" +#HiddenUsers=root +# Special case of HiddenUsers: users with a non-zero UID less than this number +# will not be shown as well. +# Default is 0 +MinShowUID=1000 +# Complement to MinShowUID: users with a UID greater than this number will +# not be shown as well. +# Default is 65535 +MaxShowUID=29999 +# If false, the users are listed in the order they appear in /etc/passwd. +# If true, they are sorted alphabetically. +# Default is true +#SortUsers=false +# Specify, where the users' pictures should be taken from. +# "AdminOnly" - from /$USER.face[.icon] +# "PreferAdmin" - prefer , fallback on $HOME +# "PreferUser" - ... and the other way round +# "UserOnly" - from the user's $HOME/.face[.icon] +# Default is AdminOnly +#FaceSource=PreferUser +# The directory containing the user images if FaceSource is not UserOnly. +# Default is "/opt/trinity/share/apps/kdm/faces" +#FaceDir=/usr/share/faces +# Specify, if/which user should be preselected for log in. +# "None" - do not preselect any user +# "Previous" - the user which successfully logged in last time +# "Default" - the user specified in the DefaultUser option +# Default is None +#PreselectUser=Previous +# If this is true, the password input line is focused automatically if +# a user is preselected. +# Default is false +#FocusPasswd=true +# The password input fields cloak the typed in text. Specify, how to do it: +# "OneStar" - * is shown for every typed letter +# "ThreeStars" - *** is shown for every typed letter +# "NoEcho" - nothing is shown at all, the cursor does not move +# Default is OneStar +#EchoMode=NoEcho +# If true, krootimage will be automatically started by KDM; otherwise, the +# Setup script should be used to setup the background. +# Default is true +#UseBackground=false +# The configuration file to be used by krootimage. +# Default is "/etc/trinity/kdm/backgroundrc" +#BackgroundCfg= +# Hold the X-server grabbed the whole time the greeter is visible. This +# may be more secure, but it will disable any background and other +# X-clients started from the Setup script. +# Default is false +#GrabServer=true +# How many seconds to wait for grab to succeed. +# Default is 3 +#GrabTimeout=3 +# Warn, if display has no X-authorization (local auth cannot be created, +# XDMCP display wants no auth, or display is foreign from StaticServers). +# Default is true +#AuthComplain=false +# Random seed for forging saved session types, etc. of unknown users. +# This value should be random but constant across the login domain. +# Default is 0 +#ForgingSeed=0 +# Specify conversation plugins for the login dialog. Each plugin can be +# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) +# or as a full pathname. +# Default is "classic" +#PluginsLogin=sign +# Same as PluginsLogin, but for the shutdown dialog. +# Default is "classic" +#PluginsShutdown=modern +# A list of options of the form Key=Value. The conversation plugins can query +# these settings; it is up to them what possible keys are. +# Default is "" +#PluginOptions=SomeKey=randomvalue,Foo=bar +# Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs +# is configured). +# Default is true +#AllowConsole=false +# A program to run while the greeter is visible. It is supposed to preload +# as much as possible of the session that is going to be started (most +# probably). +# Default is "" +Preloader=/opt/trinity/bin/preloadkde +# Whether the greeter should be themed. +# Default is true +UseTheme=true +# The theme to use for the greeter. Can point to either a directory or an XML +# file. +# Default is "/opt/trinity/share/apps/kdm/themes/o2_enterprise" +Theme=/opt/trinity/share/apps/kdm/themes/kubuntu-trinity + +# Core config for local displays +[X-:*-Core] +# How often to try to run the X-server. Running includes executing it and +# waiting for it to come up. +# Default is 1 +#ServerAttempts=1 +# How long to wait for a local X-server to come up. +# Default is 15 +#ServerTimeout=15 +# The command line to start the X-server, without display number and VT spec. +# This string is subject to word splitting. +# Default is "/usr/bin/X -br" +ServerCmd=/usr/bin/X -br +# Additional arguments for the X-servers for local sessions. +# This string is subject to word splitting. +# Default is "" +ServerArgsLocal=-nolisten tcp +# Additional arguments for the X-servers for remote sessions. +# This string is subject to word splitting. +# Default is "" +#ServerArgsRemote= +# Restart instead of resetting the local X-server after session exit. +# Use it if the server leaks memory etc. +# Default is false +#TerminateServer=true +# The signal needed to reset the local X-server. +# Default is 1 (SIGHUP) +#ResetSignal=1 +# The signal needed to terminate the local X-server. +# Default is 15 (SIGTERM) +#TermSignal=15 +# Create X-authorizations for local displays. +# Default is true +#Authorize=false +# Which X-authorization mechanisms should be used. +# Default is "MIT-MAGIC-COOKIE-1" +#AuthNames= +# Need to reset the X-server to make it read initial Xauth file. +# Default is false +#ResetForAuth=true +# See above +AllowNullPasswd=true +# See above +AllowShutdown=All +# Enable password-less logins on this display. USE WITH EXTREME CARE! +# Default is false +#NoPassEnable=true +# The users that do not need to provide a password to log in. NEVER list root! +# "*" means all non-root users. @ means all users in that group. +# Default is "" +#NoPassUsers=fred,ethel + +# Greeter config for local displays +[X-:*-Greeter] +# See above +PreselectUser=Previous +# See above +FocusPasswd=true +# Specify whether the greeter of local displays should start up in host chooser +# (remote) or login (local) mode and whether it is allowed to switch to the +# other mode. +# "LocalOnly" - only local login possible +# "DefaultLocal" - start up in local mode, but allow switching to remote mode +# "DefaultRemote" - ... and the other way round +# "RemoteOnly" - only choice of remote host possible +# Default is LocalOnly +LoginMode=DefaultLocal +# A list of hosts to be automatically added to the remote login menu. The +# special name "*" means broadcast. +# Default is "*" +#ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com +# Show the "Restart X Server"/"Close Connection" action in the greeter. +# Default is true +AllowClose=true + +# Core config for 1st local display +[X-:0-Core] +# The VT the X-server should run on; auto-assign if zero, don't assign if -1. +# Better leave it zero and use ServerVTs. +# Default is 0 +#ServerVT=7 +# Enable automatic login. USE WITH EXTREME CARE! +# Default is false +#AutoLoginEnable=true +# If true, auto-login after logout. If false, auto-login is performed only +# when a display session starts up. +# Default is false +#AutoLoginAgain=true +# The delay in seconds before automatic login kicks in. +# Default is 0 +#AutoLoginDelay=10 +# The user to log in automatically. NEVER specify root! +# Default is "" +#AutoLoginUser=fred +# The password for the user to log in automatically. This is NOT required +# unless the user is logged into a NIS or Kerberos domain. If you use this +# option, you should "chmod 600 kdmrc" for obvious reasons. +# Default is "" +#AutoLoginPass=secret! +# Immediately lock the automatically started session. This works only with +# KDE sessions. +# Default is false +#AutoLoginLocked=true +# See above +ClientLogFile=.xsession-errors + +# Greeter config for 1st local display +[X-:0-Greeter] +# See above +#PreselectUser=Default +# The user to preselect if PreselectUser=Default. +# Default is "" +#DefaultUser=johndoe diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/gwenviewui.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/gwenviewui.rc new file mode 100644 index 000000000..3a7b72ba4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/gwenviewui.rc @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + &View + + + + + + + + + + + + &Colors + + + + + + + + + + + + + + + + + &Go + + + + + + + + + + + + + + + + + + + + &Plugins + + Images + + + + Effects + + + + Tools + + + + Batch Processing + + + + Import + + + + Export + + + + Collections + + + + + &Window + + + + + + + Main Toolbar + + + + + + + + + + + + + + + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc new file mode 100644 index 000000000..cab74b6e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc @@ -0,0 +1,126 @@ + + + + + + &Location + + + + + + + + + + + + + + + + &Edit + + + + + + + + + + + + + + + + + &View + + + + + &Split View + + + + + + + + + + + + + + &Tools + + + + + + &Settings + + + + + + + + + + + + + + &Help + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/kopetechatwindow.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/kopetechatwindow.rc new file mode 100644 index 000000000..56b534b10 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/kopetechatwindow.rc @@ -0,0 +1,67 @@ + + + + + + &Chat + + + + + + + + + + + + &Format + + + + &Tabs + + + + + + + + &Settings + + + &Chat Members List + + + + + + + + + + + + Main Toolbar + + + + + + + + Status + + + Format Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/Makefile b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/Makefile new file mode 100644 index 000000000..d10e3ae5f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/Makefile @@ -0,0 +1,346 @@ +FPACKAGE = redmond-default-settings-trinity +VERSION = 5.03 + +WALLPAPER_DIR = $(DESTDIR)/usr/share/wallpapers +SOUNDS_DIR = $(DESTDIR)/usr/share/sounds +KICKER_DIR = $(DESTDIR)/usr/share/apps/kicker +KONQ_TILES_DIR = $(DESTDIR)/usr/share/apps/konqueror/tiles +KDM_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-trinity +KDM_THEME_NO_USERLIST_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-no-userlist-trinity +KDM_OVERRIDE = $(DESTDIR)/etc/default/tdm-trinity.d/ +KDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/ +KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu +SETTINGS_DIR = $(DESTDIR)/usr/share/redmond-default-settings-trinity +CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge +SKELETON_DIR = $(DESTDIR)/etc/skel +DESKTOP_DIR = $(SKELETON_DIR)/Desktop +KDESKEL_DIR = $(SKELETON_DIR)/.trinity + +build: + +clean: + +install: + mkdir -p "$(KDM_SETTINGS_DIR)" + install -m644 backgroundrc "$(KDM_SETTINGS_DIR)" + install -m644 tdmdistrc "$(KDM_SETTINGS_DIR)" + + mkdir -p "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png.desktop "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper-alternate.jpg "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-hardy-wallpaper.jpg "$(WALLPAPER_DIR)" + install -m644 artwork/enterprise-desktop.png "$(WALLPAPER_DIR)" + + mkdir -p "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg "$(WALLPAPER_DIR)/Blue Curl" + + mkdir -p "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + + mkdir -p "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg "$(WALLPAPER_DIR)/Colorado Farm" + + mkdir -p "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg "$(WALLPAPER_DIR)/Curls on Green" + + mkdir -p "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1024x768.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1280x1024.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1280x800.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1440x900.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1600x1200.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1920x1200.jpg "$(WALLPAPER_DIR)/Emotion" + + mkdir -p "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1024x768.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1280x1024.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1280x800.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1440x900.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1600x1200.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1920x1200.jpg "$(WALLPAPER_DIR)/EOS" + + mkdir -p "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg "$(WALLPAPER_DIR)/Fields of Peace" + + mkdir -p "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + + mkdir -p "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg "$(WALLPAPER_DIR)/Flower drops" + + mkdir -p "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg "$(WALLPAPER_DIR)/Fresh Morning" + + mkdir -p "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg "$(WALLPAPER_DIR)/Golden Ripples" + + mkdir -p "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg "$(WALLPAPER_DIR)/Green Concentration" + + mkdir -p "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg "$(WALLPAPER_DIR)/Ladybuggin" + + mkdir -p "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + + mkdir -p "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg "$(WALLPAPER_DIR)/Red Leaf" + + mkdir -p "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + + mkdir -p "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + + mkdir -p "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg "$(WALLPAPER_DIR)/Vector Sunset" + + mkdir -p "$(SOUNDS_DIR)" + install -m644 artwork/kubuntu-login.ogg "$(SOUNDS_DIR)" + + mkdir -p "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background.png "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background-classic.png "$(KONQ_TILES_DIR)" + + mkdir -p "$(KICKER_DIR)/pics" + install -m644 artwork/kubuntu-kmenu-side.png "$(KICKER_DIR)/pics/" + install -m644 artwork/kubuntu-kmenu-side-tile.png "$(KICKER_DIR)/pics/" + mkdir -p "$(KICKER_DIR)/wallpapers" + install -m644 artwork/kubuntu-panel.png "$(KICKER_DIR)/wallpapers/" + + mkdir -p "$(KDM_THEME_DIR)" + install -m644 artwork/tdm-theme/* "$(KDM_THEME_DIR)" + + mkdir -p "$(KDM_THEME_NO_USERLIST_DIR)" + install -m644 artwork/tdm-theme-no-userlist/* "$(KDM_THEME_NO_USERLIST_DIR)" + + mkdir -p "$(KSPLASH_THEME_DIR)" + install -m644 artwork/ksplash/* "$(KSPLASH_THEME_DIR)" + ln -s /usr/share/wallpapers/kubuntu-wallpaper.png "$(KSPLASH_THEME_DIR)/Background.jpg" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + install -m644 artwork/metabar/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + install -m644 artwork/amarok/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + install -m644 artwork/konversation/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + + mkdir -p "$(DESTDIR)/etc" + install -m644 kde-profile/kderc "$(DESTDIR)/etc" + install -m644 kde-profile/kde4rc "$(DESTDIR)/etc" + install -m644 kde-profile/kde-user-profile "$(DESTDIR)/etc" + + mkdir -p "$(DESTDIR)/etc/qt3" + install -m644 qt-rc-files/*rc "$(DESTDIR)/etc/qt3" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/*rc "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/uiserver "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/kdeglobals "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/startupconfig "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde-profile/default/share/config/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + install -m644 colour-schemes/*rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + + mkdir -p "$(CURSOR_DIR)/cursors" + install -m644 cursors/index.theme "$(CURSOR_DIR)/" + mkdir -p "$(CURSOR_DIR)cursors/" + install -m644 cursors/contrastlarge/cursors/* "$(CURSOR_DIR)/cursors/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + install -m644 ui-rc-files/konqueror.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" +# mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" +# install -m644 ui-rc-files/konversationui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + install -m644 ui-rc-files/kopetechatwindow.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + install -m644 ui-rc-files/gwenviewui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/" + install -m644 konqueror-profile/email.desktop "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/email.desktop" + mkdir -p "$(DESTDIR)/usr/bin" + install -m644 konqueror-profile/konq_plugins.xml "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + install -m644 artwork/throbber/16x16/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + install -m644 artwork/throbber/22x22/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + install -m644 artwork/throbber/32x32/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + install -m644 artwork/throbber/48x48/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/" + install -m644 kaffeine/fileopen64.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/" + install -m644 kaffeine/fileopen128.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/scalable/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine/" + install -m644 kaffeine/wizard_stamp_v0.7.1 "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + install -m644 kpart-rc-files/part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + install -m644 kpart-rc-files/gvimagepart.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part_readonly.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + install -m644 kpart-rc-files/ksvgplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + install -m644 kpart-rc-files/khtml_browser.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tar.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tarz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tbz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tgz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-zip.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + install -m644 kpart-plugins/dirfilterplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + install -m644 kwallet-default-wallet/kdewallet.kwl "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient-inactive.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + + install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde4 "$(SETTINGS_DIR)/.gtkrc-2.0-kde4" + install -m644 gtk-qt-engine-rc-files/gtk_qt_engine_rc "$(SETTINGS_DIR)/.gtk_qt_engine_rc" + install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(SETTINGS_DIR)/gtk-qt-engine.rc.sh" + install -m644 hal/hal-policy-ntfs-config-write-policy.fdi "$(SETTINGS_DIR)/hal-policy-ntfs-config-write-policy.fdi" + + mkdir -p "$(DESTDIR)/etc/skel" + install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde4 "$(DESTDIR)/etc/skel/.gtkrc-2.0-kde4" + + mkdir -p "$(KDESKEL_DIR)/env" + install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(KDESKEL_DIR)/env/gtk-qt-engine.rc.sh" + install -m644 keyboard-rc-files/win-key.sh "$(KDESKEL_DIR)/env/win-key.sh" + + mkdir -p "$(SKELETON_DIR)" + install -m644 kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc" + + mkdir -p "$(KDESKEL_DIR)/share" + mkdir -p "$(KDESKEL_DIR)/share/apps" + mkdir -p "$(KDESKEL_DIR)/share/apps/kdesktop" + install -m644 default-icon-positions/IconPositions "$(KDESKEL_DIR)/share/apps/kdesktop/IconPositions" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + cp -r accessibility/lesser-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + cp -r accessibility/moderate-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + cp -r accessibility/minor-motor-difficulties/* "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + cp -r accessibility/motor-difficulties-pointing-devices/* "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/" + ln -s /usr/bin/kmousetool "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/kmousetool" + + mkdir -p "$(DESTDIR)/etc/redmond-default-settings" + install -m644 kde-hidden/hidden-media "$(DESTDIR)/etc/redmond-default-settings/" + install -m644 kde-hidden/directory-media "$(DESTDIR)/etc/redmond-default-settings/" + install -m644 kde-hidden/directory-home "$(DESTDIR)/etc/redmond-default-settings/" + + #mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow" + #cp -rf kde4/artwork/desktoptheme/* "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow/" + + mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/config" + install -m644 kde4/kde-rc-files/*rc "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + install -m644 kde4/kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + + mkdir -p "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + install -m644 kde4/kde-rc-files/kdeglobals "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + + mkdir -p "$(DESTDIR)/etc/trinity/" + install -m644 kickerrc "$(DESTDIR)/etc/trinity/" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdeglobals new file mode 100644 index 000000000..9c975c1cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdeglobals @@ -0,0 +1,140 @@ +[DesktopIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[FMSettings] +StandardFont= + +[General] +XftAntialias=true +XftHintStyle=hintmedium +XftSubPixel=none +alternateBackground=215,215,255 +background=255,255,255 +buttonBackground=255,255,255 +fixed=DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +linkColor=0,0,0 +menuFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +selectBackground=165,165,255 +selectForeground=0,0,0 +taskbarFont=DejaVu Sans,11,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +visitedLinkColor=0,0,0 +widgetStyle=highcontrast + +[Icons] +Theme=mono + +[KDE] +ColorScheme=thememgr.kcsrc + +[MainToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[PanelIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[SmallIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=16 + +[ToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[WM] +activeBackground=165,165,255 +activeBlend=165,165,255 +activeFont=DejaVu Sans,12,-1,5,75,0,0,0,0,0 +activeForeground=0,0,0 +activeTitleBtnBg=0,0,0 +frame=122,122,255 +handle=122,122,255 +inactiveBackground=225,225,225 +inactiveBlend=225,225,225 +inactiveForeground=128,128,128 +inactiveFrame=225,225,225 +inactiveHandle=225,225,225 +inactiveTitleBtnBg=85,85,85 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdesktoprc new file mode 100644 index 000000000..d169791dc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kdesktoprc @@ -0,0 +1,15 @@ +[Background Common] +CommonDesktop=true +DeskNum=0 + +[Desktop0] +BlendBalance=-50 +BlendMode=FlatBlending +Color1=255,255,204 +Color2=255,255,204 +Pattern= +Wallpaper=/usr/share/wallpapers/ +WallpaperMode=NoWallpaper + +[FMSettings] +StandardFont=DejaVu Sans,12,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/konquerorrc new file mode 100644 index 000000000..8a3b98da1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/konquerorrc @@ -0,0 +1,3 @@ +[Settings] +BgColor=255,255,255 +BgImage=/usr/share/apps/konqueror/tiles/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/ksmserverrc new file mode 100644 index 000000000..9f757e982 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmag +restartCommand3=kmag,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kwinrc new file mode 100644 index 000000000..3f17db0cc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/kwinrc @@ -0,0 +1,4 @@ +[Style] +BorderSize=2 +PluginLib=kwin3_plastik + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 new file mode 100644 index 000000000..f23049399 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 @@ -0,0 +1,9 @@ +[Number] +NumberOfWindows=1 + +[WindowProperties1] +ClassName=KmagApp +Height 768=390 +ObjectName=kmag-mainwindow#1 +Width 1024=460 + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kaccessrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kaccessrc new file mode 100644 index 000000000..30b66b640 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kaccessrc @@ -0,0 +1,2 @@ +[Keyboard] +StickyKeys=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kcminputrc new file mode 100644 index 000000000..da0aed512 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=contrastlarge diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kickerrc new file mode 100644 index 000000000..30780e137 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kickerrc @@ -0,0 +1,7 @@ +[Applet_6] +DesktopFile=kbstateapplet.desktop +FreeSpace2=1 +WidthForHeightHint=125 + +[General] +Applets2=KMenuButton_1,ExtensionButton_1,ServiceButton_2,ServiceButton_3,Applet_2,Applet_6,Applet_1,Applet_3,Applet_4,Applet_5 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/ksmserverrc new file mode 100644 index 000000000..db7d79686 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kvkbd +restartCommand3=kvkbd,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kvkbdrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kvkbdrc new file mode 100644 index 000000000..e87700ebf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/minor-motor-difficulties/kvkbdrc @@ -0,0 +1,3 @@ +KvkbdFont=Sans Serif,13.1,-1,5,75,0,0,0,0,0 +autoresfont=true +showdock=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdeglobals new file mode 100644 index 000000000..d636dd0c4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdeglobals @@ -0,0 +1,69 @@ +[DesktopIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=56 + +[General] +alternateBackground=0,0,40 +background=0,0,0 +buttonBackground=0,0,0 +buttonForeground=255,255,255 +fixed=DejaVu Sans Mono,20,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +foreground=255,255,255 +linkColor=255,255,255 +menuFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +selectBackground=0,0,90 +selectForeground=255,255,255 +taskbarFont=DejaVu Sans,22,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +visitedLinkColor=255,255,255 +windowBackground=0,0,0 +windowForeground=255,255,255 + +[MainToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[PanelIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 + +[SmallIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +DoublePixels=true + +[ToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[WM] +activeBackground=0,0,90 +activeBlend=0,0,90 +activeFont=DejaVu Sans,24,-1,5,75,0,0,0,0,0 +activeTitleBtnBg=255,255,255 +frame=0,0,133 +handle=0,0,133 +inactiveBackground=30,30,30 +inactiveBlend=30,30,30 +inactiveFrame=30,30,30 +inactiveHandle=30,30,30 +inactiveTitleBtnBg=170,170,170 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdesktoprc new file mode 100644 index 000000000..ac89fb28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kdesktoprc @@ -0,0 +1,7 @@ +[Desktop0] +Color1=0,0,51 +Color2=0,0,51 +Pattern=pavement + +[FMSettings] +StandardFont=DejaVu Sans,24,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/konquerorrc new file mode 100644 index 000000000..516543fbe --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/konquerorrc @@ -0,0 +1,2 @@ +[Settings] +BgColor=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kwinrc new file mode 100644 index 000000000..6a82a4eb1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/moderate-visual-impairment/kwinrc @@ -0,0 +1,2 @@ +[Style] +BorderSize=3 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/kmousetoolrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/kmousetoolrc new file mode 100644 index 000000000..82767e58c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/kmousetoolrc @@ -0,0 +1,14 @@ +[ProgramOptions] +Version=1.12 + +[UserOptions] +AudibleClick=false +DragTime=3 +DwellTime=5 +IsMinimized=true +MouseToolIsRunning=true +Movement=5 +SmartDrag=false +strokesEnabled=false +x=4 +y=22 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/ksmserverrc new file mode 100644 index 000000000..067e50c3f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/accessibility/motor-difficulties-pointing-devices/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmousetool +restartCommand3=kmousetool,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/head.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/head.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/stylesheet.css b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/stylesheet.css new file mode 100644 index 000000000..6bf2ded5c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/amarok/stylesheet.css @@ -0,0 +1,399 @@ + /* ---------------------------------------- + Blank Layout : A CSS context style for the amarok media player + + By Florent Verschelde (florent.verschelde@free.fr) + This is a starting file for anyone who wants to create an amaroK context browser style. This won't look good if used in amaroK as a context browser style, since the only aim of this file is to provide a blank but carefully organized structure. + + 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 of the License, 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 + + -------------END OF LICENSE ------------- + Colours changed by Ben Morris, to match KDE themes. + Blanklayout-systemcolours-1.1: Changed highlighting on album headers to only show on mouseover. + Blanklayout-systemcolours-1.2: Fonts match theme now. +*/ + + + +/* STRUCTURE OF THIS FILE : + +I GENERIC ATTRIBUTES + 1 body attributes + 2 link attributes + 3 buttons + 4 boxes + 5 score indicators + +II SPECIFIC ATTRIBUTES + A "Summary" Tab + 1 favorite songs box attributes + 2 attributes for the song lists + 3 recent songs box attributes + 4 least listened to songs box attributes + B "Current" Tab + 1 current box attributes + 2 file not in database box attributes + 3 suggested songs box attributes + 4 favorite songs by Artist box attributes + 5 albums by Artist box attributes + C "Lyrics" Tab + 1 lyrics box attributes + +END */ + + + + +/* --------GENERIC ATTRIBUTES-------- */ + +/* ---Body attributes--- */ +body{ +margin: 23px; +color: windowText; +background-color: #6569AE; +background-image: url(./background.png); +background-position: bottom right; +background-repeat: no-repeat; +background-attachment: fixed; +font-family: sans-serif; +font-size: 13px; +color: #222222; +} + +/* ---Link attributes--- */ +a{ +color: windowtext; +text-decoration: none; + +} + a:hover{ + color: #000000; /*highlightText;*/ + } + +/* ---Generic attributes for buttons--- */ +/* "class=button" elements (for the "lyrics" tab) */ +.button{ +border: solid 1px transparent; +padding: 5px; +background-color: ButtonFace; +} + a.button:hover{ + border: solid 1px #444444; + } +/* input elements (for the "not in database" box) */ +input{ +width: 100%; +background-color: menU; +} + +/* ---Generic attributes for boxes--- */ +.box{ +border: none; +margin-bottom: 10px; +background: none; +} + .box-header{ + padding: 5px; + background: url(./head.png) repeat-y; + width: 240px; + } + .box-header-title{ + font-weight: bold; + font-size: 14px; + cursor: pointer; + height: 16px; + } + .box-body{ + padding: 5px; + } + .box-row{ + } + .box-row-alt{ + } + .box a{ + } + +/* ---Generic attributes for the score indicators--- */ +.scoreBox{ +} + .sbinner{ + height: 10px; + background: menU; + } + .sbouter{ + width: 50px; + height: 10px; + border: 1px solid #444444; + } + + + +/* --------SPECIFIC ATTRIBUTES-------- */ + +/* ["Summary" tab] */ + +/* ---Attributes for the "Favorites" box--- */ +#favorites_box{ +} + /* "Favorites" box header */ + #favorites_box-header{ + + } + #favorites_box-header-title{ + } + + /* "Favorites" box body */ + #favorites_box-body{ + padding: 10px; + } + #favorites_box-body .song a{ + margin-right: 5px; + } + +/* ---Attributes for the song lists (in the "Summary" tab, not for the tracklisting in the "Album by Artist" box)--- */ +.song{ +} + .song a{ + display: block; + padding: 5px; + border: 1px solid transparent; + } + .song a:hover{ + background: #C7D0E8; + border: 1px solid #444444; + } + td.song-place{ + } + .song-artist{ + } + .song-separator{ + } + .song-title{ + } + .song-time{ + } + .song-album{ + } + .song-score{ + } + .song td.sbtext{ + } + .song td.sbtext+td{ + } + .song div.sbinner{ + } + .song div.sbouter{ + } + +/* ---Attributes for the "Newest songs" box--- */ +#newest_box{ +} + /* "Newest songs" box header */ + #newest_box-header{ + } + #newest_box-header-title{ + } + /* "Newest songs" box body */ + #newest_box-body{ + padding: 5px; + } + #newest_box-body a{ + padding: 5px; + } + #newest_box-body a:hover{ + } + #newest_box-body>div{ + } + +/* ---Attributes for the "Least" box--- */ +#least_box{ +} + /* "Least" box header */ + #least_box-header{ + } + #least_box-header-title{ + } + /* "Least" box body */ + #least_box-body{ + padding: 5px; + } + #least_box-body a{ + padding: 5px; + } + #least_box-body a:hover{ + } + + + +/* ["Current" tab] */ + +/* Attributes for the "Current song" box */ +#current_box{ +} + /* "Current song" box header */ + #current_box-header{ + } + #current_box-header-album{ + } + #current_box-header-artist{ + } + #current_box-header-separator{ + } + #current_box-header-songname{ + } + /* "Current song" box body */ + #current_box-table{ + } + + #current_box-largecover-td{ + } + #current_box-largecover-a{ + } + #current_box-largecover-image{ + padding: 5px; + } + #current_box-information-td{ + padding: 5px; + text-align: right; + } + #musicbrainz-div{ + } + #musicbrainz-a{ + } + #musicbrainz-image{ + } + +/* ---Attributes for the "File not in database" box--- */ +#notindb_box-body{ +padding: 5px; +} + +/* Attributes for the "Suggested songs" box */ +#suggested_box{ +} + /* "Suggested songs" box header */ + #suggested_box-header{ + } + #suggested_box-header-title{ + } + /* "Suggested songs" box table */ + #T_SS{ + margin: 5px; + } + #T_SS td{ + margin-top: 5px; + } + #T_SS .song a{ + } + +/* Attributes for the "Favorites songs by Artist" box */ +#favoritesby_box{ +} + /* "Favorites songs by Artist" box header */ + #favoritesby-header{ + } + #favoritesby_box-header-title{ + } + /* "Favorites songs by Artist" box table */ + #T_FT{ + margin: 5px; + } + #T_FT td{ + margin-top: 5px; + } + #T_FT td.song a{ + } + +/* ---Attributes for the "Albums by Artist" box--- */ +#albums_box{ +} + /* "Albums" box header */ + #albums_box-header{ + } + #albums_box-header-title{ + } + /* "Albums" box body */ + #albums_box-body{ + } + /* album header (title area) */ + .album-header{ + background: none; + color: windowtext; + } + .album-header:hover{ + cursor: pointer; + background: #C7D0E8; + } + .album-header:hover a{ + background: #C7D0E8; + color: black; + } + .album-image{ + margin: 5px; + } + .album-title{ + } + .album-year{ + } + .album-info{ + float: right; + } + /* album body (tracklisting) */ + .album-body{ + padding: 10px; + } + .album-song{ + } + .album-song a{ + } + .album-song a:hover{ + background: #C7D0E8; + } + .album-song-trackno{ + } + .album-song-title{ + } + .album-song-time{ + } + + + +/* ["Lyrics" tab] */ + +/* ---Attributes for the "Lyrics" box--- */ +#lyrics_box{ +} + /* "Lyrics" box header */ + #lyrics_box-header{ + } + #lyrics_box-header-title{ + } + + /* "Lyrics" box body */ + #lyrics_box-body{ + padding: 5px; + } + #lyrics_box-body>a{ + } + #lyrics_box-body>a:hover{ + background: #C7D0E8; + color: #222222; + } + #lyrics_box_addlyrics{ + margin-top: 20px; + } + #lyrics_box_searchlyrics{ + margin-top: 20px; + margin-bottom: 20px; + } diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/edgyWallpaper.tar.gz b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/edgyWallpaper.tar.gz new file mode 100644 index 000000000..f100041c8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/edgyWallpaper.tar.gz differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/enterprise-desktop.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/enterprise-desktop.png new file mode 100644 index 000000000..4b1f883f4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/enterprise-desktop.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg new file mode 100644 index 000000000..4035e27f7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg new file mode 100644 index 000000000..a57917b8f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg new file mode 100644 index 000000000..e1a2648ef Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg new file mode 100644 index 000000000..7ed5de679 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg new file mode 100644 index 000000000..c1c8ed284 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg new file mode 100644 index 000000000..052defc97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg new file mode 100644 index 000000000..79c19f6aa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg new file mode 100644 index 000000000..62a48fd3c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg new file mode 100644 index 000000000..f69fd57b3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg new file mode 100644 index 000000000..18efbfac8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg new file mode 100644 index 000000000..3b7723190 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg new file mode 100644 index 000000000..439b94c30 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg new file mode 100644 index 000000000..4eb7120af Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg new file mode 100644 index 000000000..911dfe880 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg new file mode 100644 index 000000000..70a2419bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg new file mode 100644 index 000000000..29fe66b86 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg new file mode 100644 index 000000000..c24c5f25a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg new file mode 100644 index 000000000..5d5cd8f7a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg new file mode 100644 index 000000000..f379812ae Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg new file mode 100644 index 000000000..d877af31f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg new file mode 100644 index 000000000..457eb7c30 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg new file mode 100644 index 000000000..e178dbc96 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg new file mode 100644 index 000000000..4e6ba5f0d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg new file mode 100644 index 000000000..6eb18effe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1024x768.jpg new file mode 100644 index 000000000..7a598f8fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x1024.jpg new file mode 100644 index 000000000..21f1db0a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x800.jpg new file mode 100644 index 000000000..3f775c120 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1440x900.jpg new file mode 100644 index 000000000..127636b9c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1600x1200.jpg new file mode 100644 index 000000000..535b5a960 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1920x1200.jpg new file mode 100644 index 000000000..6a96381e8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/EOS/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1024x768.jpg new file mode 100644 index 000000000..7e3b5c237 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg new file mode 100644 index 000000000..3cbc9d021 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x800.jpg new file mode 100644 index 000000000..66d8724a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1440x900.jpg new file mode 100644 index 000000000..1553e7ede Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg new file mode 100644 index 000000000..05707f46b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg new file mode 100644 index 000000000..0eeb356d1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg new file mode 100644 index 000000000..53dfbe91b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg new file mode 100644 index 000000000..9ae3f39bd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg new file mode 100644 index 000000000..4bb9e4776 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg new file mode 100644 index 000000000..2f625a0d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg new file mode 100644 index 000000000..b38ee6b2a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg new file mode 100644 index 000000000..480dfacfc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg new file mode 100644 index 000000000..651c1dfc5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg new file mode 100644 index 000000000..2815769b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg new file mode 100644 index 000000000..dd11781b1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg new file mode 100644 index 000000000..f2d724ef7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg new file mode 100644 index 000000000..4e67b2a90 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg new file mode 100644 index 000000000..07337d9d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg new file mode 100644 index 000000000..699fc1e92 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg new file mode 100644 index 000000000..0f82327b5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg new file mode 100644 index 000000000..7300ba787 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg new file mode 100644 index 000000000..b3227967a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg new file mode 100644 index 000000000..46d47ff57 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg new file mode 100644 index 000000000..08c0d35ce Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg new file mode 100644 index 000000000..e8834b503 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg new file mode 100644 index 000000000..99b6d84d7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg new file mode 100644 index 000000000..bcfeb457c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg new file mode 100644 index 000000000..cd3b16311 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg new file mode 100644 index 000000000..e3bc89bd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg new file mode 100644 index 000000000..81cac6f6d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg new file mode 100644 index 000000000..12ecd19df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg new file mode 100644 index 000000000..1bf5576c1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg new file mode 100644 index 000000000..d4a8a695a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg new file mode 100644 index 000000000..af08bfd29 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg new file mode 100644 index 000000000..7cbaf7f39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg new file mode 100644 index 000000000..30234263f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg new file mode 100644 index 000000000..631b5297b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg new file mode 100644 index 000000000..a0e458ce3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg new file mode 100644 index 000000000..25c677bbd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg new file mode 100644 index 000000000..a1fa8d5bb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg new file mode 100644 index 000000000..701db348c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg new file mode 100644 index 000000000..dd8319f19 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg new file mode 100644 index 000000000..00fe97041 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg new file mode 100644 index 000000000..9fc47822e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg new file mode 100644 index 000000000..e3d0db71e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg new file mode 100644 index 000000000..bb4e1fa6a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg new file mode 100644 index 000000000..e2dbb6eb9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg new file mode 100644 index 000000000..516440ff0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg new file mode 100644 index 000000000..c80e146fc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg new file mode 100644 index 000000000..2d770f592 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg new file mode 100644 index 000000000..59c3fc3ab Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg new file mode 100644 index 000000000..c10cddd17 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg new file mode 100644 index 000000000..c1dda4800 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg new file mode 100644 index 000000000..6d1986090 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg new file mode 100644 index 000000000..454750639 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg new file mode 100644 index 000000000..75bf53846 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg new file mode 100644 index 000000000..47ead04aa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg new file mode 100644 index 000000000..bb1253f3f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg new file mode 100644 index 000000000..aea4f9fc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg new file mode 100644 index 000000000..404004c19 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg new file mode 100644 index 000000000..0f7d98144 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg new file mode 100644 index 000000000..37d0f2015 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg new file mode 100644 index 000000000..a8a1ec58f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg new file mode 100644 index 000000000..7b1673249 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg new file mode 100644 index 000000000..eeafc3e93 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg new file mode 100644 index 000000000..dc835d4d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg new file mode 100644 index 000000000..1f46d48b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg new file mode 100644 index 000000000..d2322d955 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg new file mode 100644 index 000000000..b08244f2d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg new file mode 100644 index 000000000..7cec0df71 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg new file mode 100644 index 000000000..bf2d55534 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg new file mode 100644 index 000000000..f4e905f77 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg new file mode 100644 index 000000000..a6cc84cd2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg new file mode 100644 index 000000000..8bb7904c6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg new file mode 100644 index 000000000..6b92df4c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg new file mode 100644 index 000000000..295544140 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg new file mode 100644 index 000000000..6296ebb49 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg new file mode 100644 index 000000000..cfd571d31 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/index.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/index.desktop new file mode 100755 index 000000000..4159027ea --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/index.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Theme +Name=Oxygen Theme +Comment="Oxygen" by Nuno Pinheiro +Encoding=UTF-8 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_admin.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_admin.png new file mode 100644 index 000000000..89120c90f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_admin.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_away.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_away.png new file mode 100644 index 000000000..897801f62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_away.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_halfop.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_halfop.png new file mode 100644 index 000000000..c6189edf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_halfop.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_normal.png new file mode 100644 index 000000000..813f8d70e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_op.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_op.png new file mode 100644 index 000000000..1667de67e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_op.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_owner.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_owner.png new file mode 100644 index 000000000..7df96f8c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_owner.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_voice.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_voice.png new file mode 100644 index 000000000..e4f9f41a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/konversation/irc_voice.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Dialog.png new file mode 100644 index 000000000..84a8c8a13 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Preview.png new file mode 100644 index 000000000..09655c689 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/ReadMe.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/ReadMe.txt new file mode 100644 index 000000000..3c7d9763d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/ReadMe.txt @@ -0,0 +1,58 @@ +This theme is released under the GNU General Public License +*********************************************************** +Name = Kubuntu Ultra Splash (Moodin) +Description = Sleek & Professional KSplash Theme for Kubuntu +Version = 1.5.1 +Author = Jim Bustos +URL = http://www.kde-look.org/usermanager/search.php?username=jbus + +This theme also has a matching KDM theme located @ +http://kdelook.org/content/show.php?content=29331 + +This theme requires Moodwrod's Moodin Engine. +The moodin engine is/will be included in Dapper and is also available for Breezy in backports. + +This theme includes the official Kubuntu Breezy Wallpaper. All credit for this wallpaper goes to the author. + +This theme works with most common screen resolutions. In addition, it has backgrounds included for wide-screen and high-resolution monitors. + + +Changelog: +********** +1.5.1 +Tweaked logo + +1.5 +Changed License to GPL +Optimized Theme for latest version of Moodin Engine and for a more consistent look. +Added the Moodin Engine's Translate option for translation of 'Welcome' to different languages. +Changed greeting to 'Welcome ' instead of 'Welcome '. +Changed background to official Kubuntu Breezy wallpaper. +Updated icon choices, font size, and colors for a cleaner look. +***Included 1600x1200 backgrounds as well as 1900x1200, 1440x900 & 1280x800 backgrounds for widescreen users. +Updated installation instructions. + + +Installation: +************* +Use the Splash Screen Theme Manager in 'System Settings'->'Desktop'->'Splash Screen' to install this theme. +Be sure that your Login manager background is set to use the official Kubuntu wallpaper for consistency. This can be set in 'System Settings'->'Login Manager'->'Background'. + +Using your own background: +************************** +1.Extract kubuntuUltraSplash.tar.gz +2.Open up your wallpaper in the Gimp and open the Dialog.png file included the "Source Images" folder as a new layer. +3.Export the resulting image back to the KubuntuUltraSplash folder and be sure to name it Background.jpg. +4.Compress the folder as KubuntuUltraSplash.tar.gz and install it as normal. +5.Also be sure to change the 'System Settings'->'Login Manager'->'Background' to the same background for consistency. + + +***Users of 1900x1200, 1600x1200 & 1440x900. +******************************************** +If you have problems with your background being the wrong size, scaling incorrectly or fonts being too small or too big, do the following: + +1.Extract the KubuntuUltraSplash.tar.gz +2.Rename your resolution specific background(i.e Background-1600x1200.jpg) to Background.jpg +3.In Theme.rc change 'BaseResolution =' to your monitors resolution. (This will prevent auto-scaling of background and fonts) +4.Compress the folder as KubuntuUltraSplash.tar.gz and re-install it. +5.Test the theme. If Label and Status Font sizes still need to be adjusted, extract and open Theme.rc, make changes to font sizes, compress folder & re-install. \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Theme.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Theme.rc new file mode 100644 index 000000000..d0bd905c5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/Theme.rc @@ -0,0 +1,41 @@ +[KSplash Theme: kubuntu] +Name = Kubuntu O2 +Description = Kubuntu Edgy Splash +Version = 1 +Author = Ken Wimer +Homepage = http://bootsplash.org/ +Engine = Moodin +KubuntuStyle = true + +BeginOpacity = 0.1 +Translate = true +Background = Background.jpg +ShowStatusText = true +UseIconSet = true +IconSetSize = 32 +ImageSpacer = 16 +LineUpImages = false +BaseResolution = 1920,1200 +AppendX = true +Labels = 2 +LabelShadow = false + +Image1 = kcmmemory +Image2 = kcmsystem +Image3 = printer1 +Image7 = kmenuedit +Image8 = kmenu + +#ignored for kubuntu theme, coords are centred in the moodin code +ImageCoords1 = 474,511 +ImageCoords2 = 524,511 +ImageCoords3 = 574,511 +ImageCoords4 = 624,511 +ImageCoords5 = 674,511 +ImageCoords6 = 724,511 +ImageCoords7 = 774,511 +ImageCoords8 = 624,651 + +StatusFont = Sans Serif,9,-1,5,50,0 +StatusCoords = -1,580 +StatusColor = #000000 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/ksplash/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-hardy-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-hardy-wallpaper.jpg new file mode 100644 index 000000000..a42ebde69 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-hardy-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-intrepid-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-intrepid-wallpaper.jpg new file mode 100644 index 000000000..052defc97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-intrepid-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-jaunty-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-jaunty-wallpaper.jpg new file mode 100644 index 000000000..be7e79b60 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-jaunty-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side-tile.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side-tile.png new file mode 100644 index 000000000..220310005 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side-tile.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side.png new file mode 100644 index 000000000..84cc1343e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-kmenu-side.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background-classic.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background-classic.png new file mode 100644 index 000000000..f11dfa17b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background-classic.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background.png new file mode 100644 index 000000000..5be2c9e2a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-konqueror-background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-login.ogg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-login.ogg new file mode 100644 index 000000000..349c13f15 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-login.ogg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-lucid-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-lucid-wallpaper.jpg new file mode 100644 index 000000000..c24aead02 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-lucid-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-panel.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-panel.png new file mode 100644 index 000000000..8f01995da Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-panel.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper-alternate.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper-alternate.jpg new file mode 100644 index 000000000..e62d362e3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper-alternate.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png new file mode 100644 index 000000000..5edd07e8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png.desktop new file mode 100644 index 000000000..3f755fe75 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kubuntu-wallpaper.png.desktop @@ -0,0 +1,5 @@ +[Wallpaper] +Encoding=UTF-8 +File=kubuntu-wallpaper.jpg +Name=Kubuntu Wallpaper +ImageType=pixmap diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/default.css b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/default.css new file mode 100644 index 000000000..c8da33422 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/default.css @@ -0,0 +1,79 @@ +body { + background-color: #618DCC; + background-image: url(background.png); + background-repeat: no-repeat; + background-position: bottom right; + + font-family: sans-serif; + font-size: 13px; + color: #333333; +} + +.frame { + background-image: url(head.png); + background-repeat: no-repeat; + background-position: left bottom; + margin-bottom: 10px; + position: relative; + +} + +li { + list-style-type: none; + overflow: hidden; +} + +li ul { + margin: 0px; + padding: 0px; + height: 20px; + white-space: nowrap; +} + +a { + display: block; + padding-top: 2px; +padding-bottom: 2px; + padding-left: 24px; + background-position: 4px 2px; + background-repeat: no-repeat; + + text-decoration: none; + color: #000000; + +} + +a:hover { + text-decoration: underline; +} + +.head { + background-image: url(head.png); + background-repeat: repeat-y; + background-position: left top; + +} + +a.title { + font-weight: bold; +font-size: 14px; + cursor: pointer; + height: 16px; + background-repeat: none; +} + +a.infotitle { + font-weight: bold; + + padding-left: 5px; + cursor: pointer; +} + +.preview { + padding: 5px; + text-align: center; +} + +ul.info { + padding-left: 5px; +} diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/head.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/head.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/layout.html b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/layout.html new file mode 100644 index 000000000..92669de64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/metabar/layout.html @@ -0,0 +1,51 @@ + + + + + + + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/Dialog.png new file mode 100644 index 000000000..801c4882a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop new file mode 100644 index 000000000..d1507f55f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Kubuntu O2 - No Userlist +Description=A sleek and professional looking KDM theme for Kubuntu +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/kubuntu.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/kubuntu.xml new file mode 100644 index 000000000..03b3a5e29 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/kubuntu.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme-no-userlist/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/Dialog.png new file mode 100644 index 000000000..4ad6c8ab4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/GdmGreeterTheme.desktop new file mode 100644 index 000000000..dcbca7a27 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Kubuntu O2 +Description=A sleek and professional looking KDM theme for Kubuntu +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/kubuntu.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/kubuntu.xml new file mode 100644 index 000000000..00caadbbb --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/kubuntu.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/tdm-theme/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kde.png new file mode 100755 index 000000000..5f4f1a9fb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0001.png new file mode 100755 index 000000000..2511fe958 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0002.png new file mode 100755 index 000000000..437dbb652 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0003.png new file mode 100755 index 000000000..757a84acd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0004.png new file mode 100755 index 000000000..f50f9fb9c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0005.png new file mode 100755 index 000000000..5b2838708 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0006.png new file mode 100755 index 000000000..f9f09e15f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0007.png new file mode 100755 index 000000000..71a89d7b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0008.png new file mode 100755 index 000000000..2ada75115 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0009.png new file mode 100755 index 000000000..57dabb733 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0010.png new file mode 100755 index 000000000..1f9e457d9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0011.png new file mode 100755 index 000000000..a184e2a81 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0012.png new file mode 100755 index 000000000..7bebbe7b1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0013.png new file mode 100755 index 000000000..7062df661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0014.png new file mode 100755 index 000000000..8ff603dcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0015.png new file mode 100755 index 000000000..84cd48dd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0016.png new file mode 100755 index 000000000..0e07dfcff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0017.png new file mode 100755 index 000000000..ef20e4107 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0018.png new file mode 100755 index 000000000..10ac1f14f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0019.png new file mode 100755 index 000000000..3dbca061e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0020.png new file mode 100755 index 000000000..d5bcca606 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0021.png new file mode 100755 index 000000000..fe8dfe828 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0022.png new file mode 100755 index 000000000..309d39506 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0023.png new file mode 100755 index 000000000..45f493385 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0024.png new file mode 100755 index 000000000..3b1f4b62b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0025.png new file mode 100755 index 000000000..2a7569bb9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0026.png new file mode 100755 index 000000000..60a2d9a4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0027.png new file mode 100755 index 000000000..57d8ddf90 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0028.png new file mode 100755 index 000000000..07f6f6442 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0029.png new file mode 100755 index 000000000..1a7f87398 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0030.png new file mode 100755 index 000000000..db3700633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0031.png new file mode 100755 index 000000000..5bc157309 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0032.png new file mode 100755 index 000000000..5ba70fe7e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0033.png new file mode 100755 index 000000000..a97437d41 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0034.png new file mode 100755 index 000000000..363bb34bc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0035.png new file mode 100755 index 000000000..971bf0547 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0036.png new file mode 100755 index 000000000..f3c0b17d4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0037.png new file mode 100755 index 000000000..c305d3548 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0038.png new file mode 100755 index 000000000..ea578703e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0039.png new file mode 100755 index 000000000..4c9888fc1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0040.png new file mode 100755 index 000000000..0b753ff8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0041.png new file mode 100755 index 000000000..706f08d66 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0042.png new file mode 100755 index 000000000..776ef28ce Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0043.png new file mode 100755 index 000000000..381e49bbf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0044.png new file mode 100755 index 000000000..6e7eeb9e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0045.png new file mode 100755 index 000000000..4ba9a2d8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0046.png new file mode 100755 index 000000000..d1e7fc959 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0047.png new file mode 100755 index 000000000..ceffb05ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0048.png new file mode 100755 index 000000000..bf0dd17e9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0049.png new file mode 100755 index 000000000..1eed36bcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0050.png new file mode 100755 index 000000000..6537b166c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0051.png new file mode 100755 index 000000000..95e75617b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0052.png new file mode 100755 index 000000000..5fbb023b6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0053.png new file mode 100755 index 000000000..187639e22 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0054.png new file mode 100755 index 000000000..f4fde2f12 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0055.png new file mode 100755 index 000000000..8b1d48c4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0056.png new file mode 100755 index 000000000..bfe7141fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0057.png new file mode 100755 index 000000000..c16c862d6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0058.png new file mode 100755 index 000000000..00755b7f8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0059.png new file mode 100755 index 000000000..58d49bf28 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0060.png new file mode 100755 index 000000000..6f29bb960 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0061.png new file mode 100755 index 000000000..399da3623 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0062.png new file mode 100755 index 000000000..3901d3fa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0063.png new file mode 100755 index 000000000..146f4d92a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0064.png new file mode 100755 index 000000000..f624dfad7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0065.png new file mode 100755 index 000000000..80d9750a8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0066.png new file mode 100755 index 000000000..6862242fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0067.png new file mode 100755 index 000000000..21969eadd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0068.png new file mode 100755 index 000000000..93450476f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0069.png new file mode 100755 index 000000000..8d82bd420 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0070.png new file mode 100755 index 000000000..9c952753f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0071.png new file mode 100755 index 000000000..afe03e426 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0072.png new file mode 100755 index 000000000..c5898d2f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/16x16/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kde.png new file mode 100755 index 000000000..e6f1e0bf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0001.png new file mode 100755 index 000000000..4cc0e63d7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0002.png new file mode 100755 index 000000000..47ffe7f5c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0003.png new file mode 100755 index 000000000..9c430f17c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0004.png new file mode 100755 index 000000000..ce1b601d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0005.png new file mode 100755 index 000000000..0f2733484 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0006.png new file mode 100755 index 000000000..3a43431e6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0007.png new file mode 100755 index 000000000..0def9ab08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0008.png new file mode 100755 index 000000000..8cdafa67d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0009.png new file mode 100755 index 000000000..fec427b1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0010.png new file mode 100755 index 000000000..c6ee79918 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0011.png new file mode 100755 index 000000000..32ae2c278 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0012.png new file mode 100755 index 000000000..149a2d531 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0013.png new file mode 100755 index 000000000..11653ec2d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0014.png new file mode 100755 index 000000000..62273288d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0015.png new file mode 100755 index 000000000..ef7e67a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0016.png new file mode 100755 index 000000000..4d1be5429 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0017.png new file mode 100755 index 000000000..ace88c61e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0018.png new file mode 100755 index 000000000..d0ef10a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0019.png new file mode 100755 index 000000000..6fcef2451 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0020.png new file mode 100755 index 000000000..b8989d91f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0021.png new file mode 100755 index 000000000..bdc715c2c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0022.png new file mode 100755 index 000000000..03175be99 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0023.png new file mode 100755 index 000000000..d83ca0abe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0024.png new file mode 100755 index 000000000..27b5a1919 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0025.png new file mode 100755 index 000000000..e09ed2d62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0026.png new file mode 100755 index 000000000..cd5b5159c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0027.png new file mode 100755 index 000000000..58f206dc4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0028.png new file mode 100755 index 000000000..b6bf8b6c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0029.png new file mode 100755 index 000000000..9be1150d0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0030.png new file mode 100755 index 000000000..053725cd7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0031.png new file mode 100755 index 000000000..de901a6d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0032.png new file mode 100755 index 000000000..1a6cd96ee Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0033.png new file mode 100755 index 000000000..7b9c8d9b3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0034.png new file mode 100755 index 000000000..aaa6ab85d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0035.png new file mode 100755 index 000000000..f3623b582 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0036.png new file mode 100755 index 000000000..f90598e2f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0037.png new file mode 100755 index 000000000..813998686 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0038.png new file mode 100755 index 000000000..7dd4c0bdf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0039.png new file mode 100755 index 000000000..a3d7cc1a2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0040.png new file mode 100755 index 000000000..d8013a42e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0041.png new file mode 100755 index 000000000..fe86252a3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0042.png new file mode 100755 index 000000000..97bec2302 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0043.png new file mode 100755 index 000000000..dbbbeae55 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0044.png new file mode 100755 index 000000000..517f8f7db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0045.png new file mode 100755 index 000000000..186b984af Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0046.png new file mode 100755 index 000000000..fef65e0fe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0047.png new file mode 100755 index 000000000..783531512 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0048.png new file mode 100755 index 000000000..5e0f7470c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0049.png new file mode 100755 index 000000000..cabbbafa4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0050.png new file mode 100755 index 000000000..41c85aad5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0051.png new file mode 100755 index 000000000..0522f3ed1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0052.png new file mode 100755 index 000000000..580a9d7ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0053.png new file mode 100755 index 000000000..3b112d78e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0054.png new file mode 100755 index 000000000..ea91b2120 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0055.png new file mode 100755 index 000000000..150138714 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0056.png new file mode 100755 index 000000000..e266ce471 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0057.png new file mode 100755 index 000000000..5efd497e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0058.png new file mode 100755 index 000000000..05d4151b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0059.png new file mode 100755 index 000000000..4945b91e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0060.png new file mode 100755 index 000000000..dcd393d6c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0061.png new file mode 100755 index 000000000..8448d8c4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0062.png new file mode 100755 index 000000000..d7d32db65 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0063.png new file mode 100755 index 000000000..d7eb095d1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0064.png new file mode 100755 index 000000000..c4fd083b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0065.png new file mode 100755 index 000000000..c918f5bb1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0066.png new file mode 100755 index 000000000..4452eca6e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0067.png new file mode 100755 index 000000000..c86c6ec94 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0068.png new file mode 100755 index 000000000..185c03099 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0069.png new file mode 100755 index 000000000..13c600e53 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0070.png new file mode 100755 index 000000000..065932f4a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0071.png new file mode 100755 index 000000000..052fe4de9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0072.png new file mode 100755 index 000000000..7d4075c84 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/22x22/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kde.png new file mode 100755 index 000000000..f763d6bbb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0001.png new file mode 100755 index 000000000..62a4cca7d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0002.png new file mode 100755 index 000000000..6b5f4f67b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0003.png new file mode 100755 index 000000000..16fd732f9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0004.png new file mode 100755 index 000000000..c881ab039 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0005.png new file mode 100755 index 000000000..dc0d437f3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0006.png new file mode 100755 index 000000000..6fef145a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0007.png new file mode 100755 index 000000000..3d5325ceb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0008.png new file mode 100755 index 000000000..22d3b4568 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0009.png new file mode 100755 index 000000000..6c2a1571d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0010.png new file mode 100755 index 000000000..522e3c267 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0011.png new file mode 100755 index 000000000..291ab93a4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0012.png new file mode 100755 index 000000000..71076c54a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0013.png new file mode 100755 index 000000000..840996a4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0014.png new file mode 100755 index 000000000..a9e144b0c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0015.png new file mode 100755 index 000000000..018ca12c7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0016.png new file mode 100755 index 000000000..1de98bb5e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0017.png new file mode 100755 index 000000000..dce51b588 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0018.png new file mode 100755 index 000000000..71a0674c1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0019.png new file mode 100755 index 000000000..5ac269ce0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0020.png new file mode 100755 index 000000000..e38bf64e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0021.png new file mode 100755 index 000000000..d1e1bb29d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0022.png new file mode 100755 index 000000000..e25f1aafe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0023.png new file mode 100755 index 000000000..95fde4cbc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0024.png new file mode 100755 index 000000000..1b4e4285f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0025.png new file mode 100755 index 000000000..bd87a4fb5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0026.png new file mode 100755 index 000000000..da1b9733e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0027.png new file mode 100755 index 000000000..0d0e6b800 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0028.png new file mode 100755 index 000000000..6af6790cb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0029.png new file mode 100755 index 000000000..debbd8374 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0030.png new file mode 100755 index 000000000..4462f08ab Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0031.png new file mode 100755 index 000000000..f07043df9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0032.png new file mode 100755 index 000000000..edc1e5163 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0033.png new file mode 100755 index 000000000..1965bc810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0034.png new file mode 100755 index 000000000..d3923cb0b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0035.png new file mode 100755 index 000000000..411f18c59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0036.png new file mode 100755 index 000000000..b3584e637 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0037.png new file mode 100755 index 000000000..b8064f240 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0038.png new file mode 100755 index 000000000..9a27f2cfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0039.png new file mode 100755 index 000000000..76156e80a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0040.png new file mode 100755 index 000000000..33ac207b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0041.png new file mode 100755 index 000000000..b9fb63587 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0042.png new file mode 100755 index 000000000..b1afd00b2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0043.png new file mode 100755 index 000000000..8f5eee381 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0044.png new file mode 100755 index 000000000..c967c52fc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0045.png new file mode 100755 index 000000000..90f6a2123 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0046.png new file mode 100755 index 000000000..a9718594e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0047.png new file mode 100755 index 000000000..74f707c16 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0048.png new file mode 100755 index 000000000..40dfda7fd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0049.png new file mode 100755 index 000000000..d7943ae51 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0050.png new file mode 100755 index 000000000..3e4f2d407 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0051.png new file mode 100755 index 000000000..b1474f149 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0052.png new file mode 100755 index 000000000..adc09885e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0053.png new file mode 100755 index 000000000..b24872ab5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0054.png new file mode 100755 index 000000000..4ef2ce2bd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0055.png new file mode 100755 index 000000000..bf90f6c1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0056.png new file mode 100755 index 000000000..298db1bb3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0057.png new file mode 100755 index 000000000..0a52acd26 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0058.png new file mode 100755 index 000000000..1283a40f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0059.png new file mode 100755 index 000000000..b7eae6a3c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0060.png new file mode 100755 index 000000000..562ebba8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0061.png new file mode 100755 index 000000000..2b194a75f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0062.png new file mode 100755 index 000000000..5981d8cf0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0063.png new file mode 100755 index 000000000..f7949af01 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0064.png new file mode 100755 index 000000000..387aeb997 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0065.png new file mode 100755 index 000000000..ef3eb775f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0066.png new file mode 100755 index 000000000..3b77d62df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0067.png new file mode 100755 index 000000000..ac7f7c554 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0068.png new file mode 100755 index 000000000..71ee0aaef Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0069.png new file mode 100755 index 000000000..e1670bfaf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0070.png new file mode 100755 index 000000000..353c7a26a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0071.png new file mode 100755 index 000000000..c9ec5e948 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0072.png new file mode 100755 index 000000000..673327566 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/32x32/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kde.png new file mode 100755 index 000000000..d441f58bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0001.png new file mode 100755 index 000000000..535e3683b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0002.png new file mode 100755 index 000000000..5718ddd08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0003.png new file mode 100755 index 000000000..1dd5c43e2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0004.png new file mode 100755 index 000000000..d56f02661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0005.png new file mode 100755 index 000000000..1a1c4fddc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0006.png new file mode 100755 index 000000000..64c25672b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0007.png new file mode 100755 index 000000000..8dcfef3ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0008.png new file mode 100755 index 000000000..b287d1fd6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0009.png new file mode 100755 index 000000000..2e383c914 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0010.png new file mode 100755 index 000000000..eb57c0498 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0011.png new file mode 100755 index 000000000..b2dcdba70 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0012.png new file mode 100755 index 000000000..bdbbff184 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0013.png new file mode 100755 index 000000000..c8124b4a6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0014.png new file mode 100755 index 000000000..30d7fda76 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0015.png new file mode 100755 index 000000000..c8d77e26c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0016.png new file mode 100755 index 000000000..0128c6093 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0017.png new file mode 100755 index 000000000..15da969b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0018.png new file mode 100755 index 000000000..4daea4d9b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0019.png new file mode 100755 index 000000000..4f9eb58a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0020.png new file mode 100755 index 000000000..a3698cdb2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0021.png new file mode 100755 index 000000000..ccf07a2a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0022.png new file mode 100755 index 000000000..169d10cd4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0023.png new file mode 100755 index 000000000..13ff2bbd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0024.png new file mode 100755 index 000000000..7614f8b74 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0025.png new file mode 100755 index 000000000..0793999e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0026.png new file mode 100755 index 000000000..9cafd0fe8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0027.png new file mode 100755 index 000000000..7ec236984 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0028.png new file mode 100755 index 000000000..c20b8b620 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0029.png new file mode 100755 index 000000000..ec5eca3df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0030.png new file mode 100755 index 000000000..95dc468f1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0031.png new file mode 100755 index 000000000..f4631212f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0032.png new file mode 100755 index 000000000..1ddfce5ba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0033.png new file mode 100755 index 000000000..6a97caa09 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0034.png new file mode 100755 index 000000000..df68a52be Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0035.png new file mode 100755 index 000000000..716cb1c85 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0036.png new file mode 100755 index 000000000..2e679d43f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0037.png new file mode 100755 index 000000000..29aed6605 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0038.png new file mode 100755 index 000000000..b51a1e3bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0039.png new file mode 100755 index 000000000..1023f80ea Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0040.png new file mode 100755 index 000000000..12d462b6b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0041.png new file mode 100755 index 000000000..94a808810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0042.png new file mode 100755 index 000000000..b9a9d7096 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0043.png new file mode 100755 index 000000000..1b3211aff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0044.png new file mode 100755 index 000000000..674d18aa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0045.png new file mode 100755 index 000000000..154382476 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0046.png new file mode 100755 index 000000000..198173cca Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0047.png new file mode 100755 index 000000000..1a90e73dd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0048.png new file mode 100755 index 000000000..6001404d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0049.png new file mode 100755 index 000000000..9beab2366 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0050.png new file mode 100755 index 000000000..2c813649c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0051.png new file mode 100755 index 000000000..5883cd03e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0052.png new file mode 100755 index 000000000..d748ecf79 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0053.png new file mode 100755 index 000000000..26b83365f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0054.png new file mode 100755 index 000000000..157d528ed Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0055.png new file mode 100755 index 000000000..bc7b53c0f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0056.png new file mode 100755 index 000000000..769b688df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0057.png new file mode 100755 index 000000000..d3bd110f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0058.png new file mode 100755 index 000000000..c1bb44cc6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0059.png new file mode 100755 index 000000000..3b8058324 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0060.png new file mode 100755 index 000000000..93c59648c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0061.png new file mode 100755 index 000000000..1d6b0539c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0062.png new file mode 100755 index 000000000..4b1cf77a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0063.png new file mode 100755 index 000000000..b92d6f697 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0064.png new file mode 100755 index 000000000..7541ebca2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0065.png new file mode 100755 index 000000000..09f6dc073 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0066.png new file mode 100755 index 000000000..370774a34 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0067.png new file mode 100755 index 000000000..5dbb0fb59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0068.png new file mode 100755 index 000000000..770d476db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0069.png new file mode 100755 index 000000000..5b3c17be8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0070.png new file mode 100755 index 000000000..84d589923 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0071.png new file mode 100755 index 000000000..4dbc7ad29 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0072.png new file mode 100755 index 000000000..b12a83c91 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/48x48/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/gear.3ds b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/gear.3ds new file mode 100755 index 000000000..a9eab0fba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/throbber/gear.3ds differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient-inactive.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient-inactive.png new file mode 100644 index 000000000..68d188519 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient-inactive.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient.png new file mode 100644 index 000000000..a92934329 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/window-decoration-gradient.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/backgroundrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/backgroundrc new file mode 100644 index 000000000..e52cd6221 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/backgroundrc @@ -0,0 +1,21 @@ +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=0,0,0 +Color2=192,192,192 +CurrentWallpaperName= +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +Pattern= +Program= +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/enterprise-desktop.png +WallpaperList= +WallpaperMode=Scaled + +[X-*-Greeter] +Compositor=kompmgr diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/colour-schemes/kubuntuColours.kcsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/colour-schemes/kubuntuColours.kcsrc new file mode 100644 index 000000000..e4ed11dd7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/colour-schemes/kubuntuColours.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Kubuntu Colours +activeBackground=82,139,239 +activeBlend=238,239,242 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=220,228,249 +background=238,239,242 +buttonBackground=238,238,238 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=238,239,242 +inactiveBlend=238,239,242 +inactiveForeground=67,67,67 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +linkColor=0,0,238 +selectBackground=68,115,196 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/00008160000006810000408080010102 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/00008160000006810000408080010102 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/00008160000006810000408080010102 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/X_cursor b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/X_cursor new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/X_cursor differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_down b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_up b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/base_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_down b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_up b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/based_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bd_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bd_double_arrow new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_left_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_left_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_right_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_right_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_side b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/bottom_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/center_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/center_ptr new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/center_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/circle b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/circle new file mode 100755 index 000000000..40ce3ce06 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/circle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/copy b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/copy new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/copy differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross_reverse b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross_reverse new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/cross_reverse differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crossed_circle b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crossed_circle new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crossed_circle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crosshair b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crosshair new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/crosshair differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dot b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dot new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dot differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dotbox b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dotbox new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/dotbox differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_large b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_large new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_large differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_small b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_small new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draft_small differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draped_box b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draped_box new file mode 100755 index 000000000..13b748e9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/draped_box differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fd_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fd_double_arrow new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fleur b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fleur new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/fleur differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/h_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand1 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand1 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand1 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand2 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand2 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/hand2 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr_watch b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr_watch new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_ptr_watch differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_side b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/left_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/link b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/link new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/link differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/ll_angle b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/ll_angle new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/ll_angle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/lr_angle b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/lr_angle new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/lr_angle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/move b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/move new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/move differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pencil b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pencil new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pencil differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pirate b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pirate new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/pirate differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/plus b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/plus new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/plus differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/question_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/question_arrow new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/question_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_ptr new file mode 100755 index 000000000..47742d40e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_side b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/right_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_down_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_down_arrow new file mode 100755 index 000000000..a3743a37e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_down_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_h_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_left_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_left_arrow new file mode 100755 index 000000000..b12f2f5c0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_right_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_right_arrow new file mode 100755 index 000000000..79fda1d7b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_right_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_up_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_up_arrow new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_up_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_v_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/sb_v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/tcross b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/tcross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/tcross differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_right_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_right_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_side b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/top_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/v_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/watch b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/watch new file mode 100755 index 000000000..e05fc1230 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/watch differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm new file mode 100755 index 000000000..e9e878124 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm_extra_large b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm_extra_large new file mode 100644 index 000000000..45c947824 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/contrastlarge/cursors/xterm_extra_large differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/index.theme b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/index.theme new file mode 100755 index 000000000..b4ad00443 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/cursors/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Contrast Large +Comment=Large icon theme +Directories= diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/changelog b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/changelog new file mode 100644 index 000000000..7e7d95cd6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/changelog @@ -0,0 +1,12 @@ +redmond-default-settings-ii-trinity (10.10-12~lucid) lucid; urgency=low + + * R14 release + + -- Timothy Pearson Mon, 23 Apr 2012 17:22:00 -0600 + +redmond-default-settings-ii-trinity (10.10-8~lucid) lucid; urgency=low + + * 3.5.13 release + + -- Timothy Pearson Sun, 14 Aug 2011 23:37:00 -0600 + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/compat b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/control b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/control new file mode 100644 index 000000000..4125a2689 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/control @@ -0,0 +1,15 @@ +Source: redmond-default-settings-ii-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5.0), cdbs +Standards-Version: 3.8.4 + +Package: redmond-default-settings-ii-trinity +Architecture: all +Depends: crystalcursors, tde-style-lipstik-trinity, kcalc-trinity, gtk-qt-engine-trinity, acpi, acpi-support, acpid, alsa-base, alsa-utils, anacron, ark-trinity, arts-trinity, avahi-daemon, bc, ca-certificates, cups, cups-bsd, cups-client, cups-driver-gutenprint, dbus, dc, foomatic-db, foomatic-db-engine,foomatic-filters, genisoimage, ghostscript-x, hal, kcontrol-trinity, kcron-trinity, tde-style-qtcurve-trinity, tde-systemsettings-trinity, tdeadmin-kfile-plugins-trinity, tdebase-kio-plugins-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdemultimedia-kio-plugins-trinity, tdenetwork-filesharing-trinity, tdenetwork-kfile-plugins-trinity, kdepasswd-trinity, tdeprint-trinity, kdesktop-trinity, kdm-trinity, kdnssd-trinity, kghostview-trinity, khelpcenter-trinity, kicker-trinity, kio-locate-trinity, kmenuedit-trinity, kmix-trinity, knetworkconf-trinity, konq-plugins-trinity, konsole-trinity, kpdf-trinity, ksmserver-trinity, ksnapshot-trinity, ksvg-trinity, ksystemlog-trinity, twin-trinity, twin-style-crystal-trinity, lftp, libarts1-akode-trinity, libgl1-mesa-glx,libglut3 | freeglut3, libtqt-perl, libsasl2-modules, libxp6, openprinting-ppds, pnm2ppa, powermanagement-interface, tqca-tls, readahead, screen, smbclient, ttf-bitstream-vera, ttf-dejavu-core, ttf-freefont, unzip, vorbis-tools, x-ttcidfont-conf, xdg-user-dirs, xkb-data, xorg, zip, sudo-trinity, kdbusnotification-trinity +Recommends: firefox, thunderbird, synaptic, kio-apt-trinity, tde-guidance-trinity, adept-trinity, akregator-trinity, amarok-trinity, avahi-autoipd, bluez-cups, bluez-utils, bogofilter, brltty, cdparanoia, cdrdao, cups-pdf, desktop-effects-tde-trinity, digikamdesktop-effects-tde-trinity, dmz-cursor-theme, dvd+rw-tools, foo2zjs, foomatic-db-gutenprint, fortune-mod, gcc, gdebi-tde-trinity, gwenview-trinity, hpijs-ppds, hplip, ijsgutenprint, jockey-gtk, k3b-trinity, kaddressbook-trinity, kaffeine-trinity, kamera-trinity, karm-trinity, katapult-trinity, kate-trinity, kbstate-trinity, tde-guidance-powermanager-trinity, tdepim-kio-plugins-trinity, tdepim-wizards-trinity, tdesudo-trinity, keep-trinity, kfind-trinity, kio-umountwrapper-trinity, kipi-plugins-trinity, klipper-trinity, kmag-trinity, kmail-trinity, kmailcvt-trinity, kmilo-trinity, kmousetool-trinity, kmplayer-konq-plugins-trinity, knotes-trinity, konqueror-trinity, konqueror-nsplugins-trinity, kontact-trinity, konversation-trinity, kooka-trinity, kopete-trinity, korganizer-trinity, kpf-trinity, kppp-trinity, krdc-trinity, krfb-trinity, kscreensaver-trinity, ksysguard-trinity, ktorrent-trinity, kubuntu-default-settings-trinity, kubuntu-docs-trinity, kubuntu-konqueror-shortcuts-trinity, kvkbd-trinity, kwalletmanager-trinity, landscape-client, laptop-detect, libgl1-mesa-dri, libnss-mdns, linux-headers-generic, make, min12xxw, networkstatus, libreoffice-calc, libreoffice-impress, libreoffice-trinity, libreoffice-writer, pinentry-qt, powernowd, pxljr, rdesktop, scim-bridge-agent, scim-bridge-client-qt,scim-qtimm, skim, speedcrunch, splix, strigi-daemon, system-config-printer-tde-trinity, ttf-arabeyes, ttf-arphic-ukai, ttf-arphic-uming, ttf-indic-fonts-core, ttf-kochi-gothic,ttf-kochi-mincho, ttf-lao, ttf-malayalam-fonts, ttf-thai-tlwg, ttf-unfonts-core, wodim, wvdial, xcursor-themes, xdg-utils, msttfcorefonts, kdmtheme-trinity, kubuntu-kdm-themes, plymouth-theme-kubuntu-logo-trinity +Suggests: apport-gtk, hplip-gui +Conflicts: kubuntu-default-settings-trinity, kubuntu-default-settings +Description: Redmond II default settings and artwork for the Kubuntu Trinity desktop + This package includes artwork and Kubuntu branding. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/copyright b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/copyright new file mode 100644 index 000000000..0fdfbf2aa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/copyright @@ -0,0 +1,289 @@ +KDE 4 desktop theme, 2008 Ivan Cukic < ivan@fomentgroup.org> http://kde-look.org/content/show.php?content=74329 +Wallpaper, copyright 2008 Vlad Gerasimov http://www.vladstudio.com +Kubuntu Login sound, copyright 2002 Christian Mueller +Contast Cursor mouse theme, copyright 2005 Stefan Maundrakke +Everything else, author: Jonathan Riddell , Copyright 2005-2008 Canonical Ltd. + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, 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. + +On Kubuntu systems, a copy of the GNU General Public License +may be found in the file /usr/share/common-licenses/GPL. + +--- + +Items which include the Kubuntu logo: + +Kubuntu Konqueror Throbber, copyright 2005 Matea Tzilkov +KDM theme and KSplash theme, copyright 2006 Ken Wimer +Metabar and Amarok sidebar themes, copyright 2006 Ken Wimer + +License: Creative Commons Legal Code Attribution-ShareAlike 2.5 + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE +LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN +ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS +INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES +REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR +DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS +CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS +PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE +WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW +IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND +AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU +THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH +TERMS AND CONDITIONS. + +1. Definitions + + 1. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are + assembled into a collective whole. A work that constitutes a + Collective Work will not be considered a Derivative Work + (as defined below) for the purposes of this License. + 2. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture + version, sound recording, art reproduction, abridgment, + condensation, or any other form in which the Work may be recast, + transformed, or adapted, except that a work that constitutes a + Collective Work will not be considered a Derivative Work for the + purpose of this License. For the avoidance of doubt, where the Work + is a musical composition or sound recording, the synchronization of + the Work in timed-relation with a moving image ("synching") will be + considered a Derivative Work for the purpose of this License. + 3. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + 4. "Original Author" means the individual or entity who created the + Work. + 5. "Work" means the copyrightable work of authorship offered under + the terms of this License. + 6. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + 7. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of + this License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, +limit, or restrict any rights arising from fair use, first sale or +other limitations on the exclusive rights of the copyright owner under +copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + 1. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + 2. to create and reproduce Derivative Works; + 3. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission the Work including as incorporated in Collective Works; + 4. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission Derivative Works. + 5. + + For the avoidance of doubt, where the work is a musical + composition: + 1. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually + or via a performance rights society (e.g. ASCAP, BMI, SESAC), + royalties for the public performance or public digital + performance (e.g. webcast) of the Work. + 2. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a + music rights society or designated agent (e.g. Harry Fox + Agency), royalties for any phonorecord You create from the + Work ("cover version") and distribute, subject to the + compulsory license created by 17 USC Section 115 of the US + Copyright Act (or the equivalent in other jurisdictions). + 6. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to + the compulsory license created by 17 USC Section 114 of the US + Copyright Act (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by +Licensor are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly +made subject to and limited by the following restrictions: + + 1. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the + Work You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License + and to the disclaimer of warranties. You may not distribute, + publicly display, publicly perform, or publicly digitally perform + the Work with any technological measures that control access or use + of the Work in a manner inconsistent with the terms of this License + Agreement. The above applies to the Work as incorporated in a + Collective Work, but this does not require the Collective Work apart + from the Work itself to be made subject to the terms of this + License. If You create a Collective Work, upon notice from any + Licensor You must, to the extent practicable, remove from the + Collective Work any credit as required by clause 4(c), as requested. + If You create a Derivative Work, upon notice from any Licensor You + must, to the extent practicable, remove from the Derivative Work + any credit as required by clause 4(c), as requested. + 2. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms + of this License, a later version of this License with the same + License Elements as this License, or a Creative Commons iCommons + license that contains the same License Elements as this License + (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, + or the Uniform Resource Identifier for, this License or other + license specified in the previous sentence with every copy or + phonorecord of each Derivative Work You distribute, publicly + display, publicly perform, or publicly digitally perform. You may + not offer or impose any terms on the Derivative Works that alter or + restrict the terms of this License or the recipients' exercise of + the rights granted hereunder, and You must keep intact all notices + that refer to this License and to the disclaimer of warranties. + You may not distribute, publicly display, publicly perform, or + publicly digitally perform the Derivative Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. + The above applies to the Derivative Work as incorporated in a + Collective Work, but this does not require the Collective Work + apart from the Derivative Work itself to be made subject to the + terms of this License. + 3. If you distribute, publicly display, publicly perform, or + publicly digitally perform the Work or any Derivative Works or + Collective Works, You must keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are + utilizing: (i) the name of the Original Author (or pseudonym, if + applicable) if supplied, and/or (ii) if the Original Author and/or + Licensor designate another party or parties (e.g. a sponsor + institute, publishing entity, journal) for attribution in Licensor's + copyright notice, terms of service or by other reasonable means, the + name of such party or parties; the title of the Work if supplied; to + the extent reasonably practicable, the Uniform Resource Identifier, + if any, that Licensor specifies to be associated with the Work, + unless such URI does not refer to the copyright notice or licensing + information for the Work; and in the case of a Derivative Work, a + credit identifying the use of the Work in the Derivative Work (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). Such credit may be + implemented in any reasonable manner; provided, however, that in the + case of a Derivative Work or Collective Work, at a minimum such + credit will appear where any other comparable authorship credit + appears and in a manner at least as prominent as such other + comparable authorship credit. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF +ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW +THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY +TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or + Collective Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities + remain in full compliance with those licenses. Sections 1, 2, 5, 6, + 7, and 8 will survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in + the Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + +8. Miscellaneous + + 1. Each time You distribute or publicly digitally perform the Work + or a Collective Work, the Licensor offers to the recipient a license + to the Work on the same terms and conditions as the license granted + to You under this License. + 2. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license + granted to You under this License. + 3. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 4. No term or provision of this License shall be deemed waived and + no breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + 5. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + +Creative Commons is not a party to this License, and makes no warranty +whatsoever in connection with the Work. Creative Commons will not be +liable to You or any party on any legal theory for any damages +whatsoever, including without limitation any general, special, +incidental or consequential damages arising in connection to this +license. Notwithstanding the foregoing two (2) sentences, if Creative +Commons has expressly identified itself as the Licensor hereunder, +it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the +Work is licensed under the CCPL, neither party will use the trademark +"Creative Commons" or any related trademark or logo of Creative Commons +without the prior written consent of Creative Commons. Any permitted +use will be in compliance with Creative Commons' then-current trademark +usage guidelines, as may be published on its website or otherwise made +available upon request from time to time. + +Creative Commons may be contacted at http://creativecommons.org/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/dirs b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/dirs new file mode 100644 index 000000000..a26044f48 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/dirs @@ -0,0 +1 @@ +usr/X11R6/lib/X11/icons/default diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postinst b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postinst new file mode 100644 index 000000000..fc0689446 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postinst @@ -0,0 +1,47 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + configure) + # Set default cursor theme + update-alternatives --set x-cursor-theme /etc/X11/cursors/crystalwhite.theme || true + + # clean the driver database for kdeprint + if [ -x /usr/sbin/foomatic-cleanupdrivers ]; then + foomatic-cleanupdrivers + fi + + # Clean this file, as it seems to be removal resistant... + rm -rf /etc/default/kdm-trinity.d/20_kubuntu_default_settings + + # create links for .hidden files, don't bail out if s.th. goes wrong. + if [ -d /media ]; then + if [ ! -e /media/.hidden ]; then + ln -s /etc/redmond-default-settings-trinity/hidden-media /media/.hidden || \ + echo "Could not create symlink /media/.hidden, skipping." + fi + if [ ! -e /media/.directory ]; then + ln -s /etc/redmond-default-settings-trinity/directory-media /media/.directory || \ + echo "Could not create symlink /media/.directory, skipping." + fi + fi + if [ -d /home ]; then + if [ ! -e /home/.directory ]; then + ln -s /etc/redmond-default-settings-trinity/directory-home /home/.directory || \ + echo "Could not create symlink /home/.directory, skipping." + fi + fi + + if [ -f /usr/share/redmond-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi ]; then + if [ -d /usr/share/hal/fdi/policy/10osvendor ]; then + ln -sf /usr/share/redmond-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi \ + /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi || \ + echo "Could not create symlink /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi, skipping." + fi + fi + ;; +esac + +exit 0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postrm b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postrm new file mode 100644 index 000000000..3727a65c1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/redmond-default-settings-trinity.postrm @@ -0,0 +1,39 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + remove|deconfigure|failed-upgrade) + echo Unsetting kubuntu as default mouse cursor theme ... + # update-alternatives may fail, e.g. if the auto-configured file has gone + # This is not a problem for us though (LP: #194101) + update-alternatives --auto x-cursor-theme || true + + ;; + + purge) + # remove symbolic links on purge again (careful, only if these *are* symlinks, + # also don't bail out if s.th. goes wrong (e.g. /media mounted r.o.) + if [ -h /.hidden ]; then + rm /.hidden || \ + echo "Could not remove symlink /.hidden, skipping." + fi + if [ -h /media/.hidden ]; then + rm /media/.hidden || \ + echo "Could not remove symlink /media/.hidden, skipping." + fi + if [ -h /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi ]; then + rm /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi || \ + echo "Could not remove symlink /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi, skipping." + fi + ;; + + upgrade) + ;; + + *) + echo "Unknown argument ($1) for $0" + ;; + +esac diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/rules b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/rules new file mode 100755 index 000000000..f8c89d5db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +CFLAGS=-g -Wall -fPIC + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" +DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/default-icon-positions/IconPositions b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/default-icon-positions/IconPositions new file mode 100644 index 000000000..2f8e237b1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/default-icon-positions/IconPositions @@ -0,0 +1,27 @@ +[IconPosition::Web_Browser] +Xabs=16 +Yabs=268 + +[IconPosition::My_Computer] +Xabs=13 +Yabs=98 + +[IconPosition::My_Documents] +Xabs=9 +Yabs=13 + +[IconPosition::My_Network_Places] +Xabs=7 +Yabs=183 + +[IconPosition::Printers] +Xabs=19 +Yabs=438 + +[IconPosition::Trash] +Xabs=25 +Yabs=353 + +[IconPosition::ubiquity-gtkui.desktop] +Xabs=8 +Yabs=508 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh new file mode 100755 index 000000000..b477f5ce2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Make sure our customised gtkrc file is loaded. +export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk_qt_engine_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk_qt_engine_rc new file mode 100755 index 000000000..aae3f8a04 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtk_qt_engine_rc @@ -0,0 +1,570 @@ +# kde_windowsxp, lipstik, 1 + +# This file was generated by the Gtk Qt Theme Engine +# It will be recreated when you change your KDE icon theme or widget style + +style "gtk-qt-dynamic-61" { GtkScrollbar::has-backward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-61" +style "gtk-qt-dynamic-62" { GtkScrollbar::has-forward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-62" +style "gtk-qt-dynamic-63" { GtkScrollbar::has-secondary-forward-stepper = 0 } widget_class "*" style "gtk-qt-dynamic-63" +style "gtk-qt-dynamic-64" { GtkScrollbar::has-secondary-backward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-64" +style "gtk-qt-dynamic-65" { GtkScrollbar::stepper-size = 15 } widget_class "*" style "gtk-qt-dynamic-65" +style "gtk-qt-dynamic-66" { GtkScrollbar::min-slider-length = 26 } widget_class "*" style "gtk-qt-dynamic-66" +style "gtk-qt-dynamic-67" { GtkScrollbar::slider-width = 14 } widget_class "*" style "gtk-qt-dynamic-67" +style "gtk-qt-dynamic-68" { GtkButton::child-displacement-x = 1 } widget_class "*" style "gtk-qt-dynamic-68" +style "gtk-qt-dynamic-69" { GtkButton::child-displacement-y = 1 } widget_class "*" style "gtk-qt-dynamic-69" +style "gtk-qt-dynamic-70" { GtkScale::slider-length = 20 } widget_class "*" style "gtk-qt-dynamic-70" +style "gtk-qt-dynamic-71" { GtkButton::default-border = { 0, 0, 0, 0 } } widget_class "*" style "gtk-qt-dynamic-71" +style "gtk-qt-dynamic-72" { xthickness = 2 } widget_class "*.GtkMenu" style "gtk-qt-dynamic-72" +style "gtk-qt-dynamic-73" { ythickness = 2 } widget_class "*.GtkMenu" style "gtk-qt-dynamic-73" +style "gtk-qt-dynamic-74" { xthickness = 5 } widget_class "*.GtkMenu.Gtk*MenuItem" style "gtk-qt-dynamic-74" +style "gtk-qt-dynamic-75" { xthickness = 3 } widget_class "*.GtkNotebook" style "gtk-qt-dynamic-75" +style "gtk-qt-dynamic-76" { ythickness = 3 } widget_class "*.GtkNotebook" style "gtk-qt-dynamic-76" +style "gtk-qt-dynamic-77" { ythickness = 1 } widget_class "*.GtkButton" style "gtk-qt-dynamic-77" +style "gtk-qt-dynamic-78" { fg[NORMAL] = {0, 0, 0} } widget "gtk-tooltips.GtkLabel" style "gtk-qt-dynamic-78" + +pixmap_path "/usr/share/icons/kde_windowsxp/:/usr/share/icons/crystalsvg/:/usr/share/icons/hicolor/" + +style "KDE-icons" { +stock["gtk-bold"]={ + { "22x22/actions/text_bold.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_bold.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_bold.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_bold.png", *, *, "gtk-button" }, + { "16x16/actions/text_bold.png", *, *, "gtk-menu" }, + { "16x16/actions/text_bold.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_bold.png" } +} +stock["gtk-cancel"]={ + { "22x22/actions/button_cancel.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/button_cancel.png", *, *, "gtk-dnd" }, + { "32x32/actions/button_cancel.png", *, *, "gtk-dialog" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-button" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-menu" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/button_cancel.png" } +} +stock["gtk-cdrom"]={ + { "32x32/devices/cdrom_unmount.png", *, *, "gtk-dnd" }, + { "32x32/devices/cdrom_unmount.png", *, *, "gtk-dialog" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-button" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-menu" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-small-toolbar" }, + { "32x32/devices/cdrom_unmount.png" } +} +stock["gtk-clear"]={ + { "22x22/actions/editclear.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editclear.png", *, *, "gtk-dnd" }, + { "32x32/actions/editclear.png", *, *, "gtk-dialog" }, + { "16x16/actions/editclear.png", *, *, "gtk-button" }, + { "16x16/actions/editclear.png", *, *, "gtk-menu" }, + { "16x16/actions/editclear.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editclear.png" } +} +stock["gtk-close"]={ + { "22x22/actions/fileclose.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileclose.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileclose.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileclose.png", *, *, "gtk-button" }, + { "16x16/actions/fileclose.png", *, *, "gtk-menu" }, + { "16x16/actions/fileclose.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileclose.png" } +} +stock["gtk-color-picker"]={ + { "22x22/actions/colorpicker.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/colorpicker.png", *, *, "gtk-dnd" }, + { "32x32/actions/colorpicker.png", *, *, "gtk-dialog" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-button" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-menu" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/colorpicker.png" } +} +stock["gtk-copy"]={ + { "22x22/actions/editcopy.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editcopy.png", *, *, "gtk-dnd" }, + { "32x32/actions/editcopy.png", *, *, "gtk-dialog" }, + { "16x16/actions/editcopy.png", *, *, "gtk-button" }, + { "16x16/actions/editcopy.png", *, *, "gtk-menu" }, + { "16x16/actions/editcopy.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editcopy.png" } +} +stock["gtk-cut"]={ + { "22x22/actions/editcut.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editcut.png", *, *, "gtk-dnd" }, + { "32x32/actions/editcut.png", *, *, "gtk-dialog" }, + { "16x16/actions/editcut.png", *, *, "gtk-button" }, + { "16x16/actions/editcut.png", *, *, "gtk-menu" }, + { "16x16/actions/editcut.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editcut.png" } +} +stock["gtk-delete"]={ + { "22x22/actions/editdelete.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editdelete.png", *, *, "gtk-dnd" }, + { "32x32/actions/editdelete.png", *, *, "gtk-dialog" }, + { "16x16/actions/editdelete.png", *, *, "gtk-button" }, + { "16x16/actions/editdelete.png", *, *, "gtk-menu" }, + { "16x16/actions/editdelete.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editdelete.png" } +} +stock["gtk-dialog-error"]={ + { "32x32/actions/messagebox_critical.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_critical.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_critical.png" } +} +stock["gtk-dialog-info"]={ + { "32x32/actions/messagebox_info.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_info.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_info.png" } +} +stock["gtk-dialog-question"]={ + { "22x22/actions/help.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/help.png", *, *, "gtk-dnd" }, + { "32x32/actions/help.png", *, *, "gtk-dialog" }, + { "16x16/actions/help.png", *, *, "gtk-button" }, + { "16x16/actions/help.png", *, *, "gtk-menu" }, + { "16x16/actions/help.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/help.png" } +} +stock["gtk-dialog-warning"]={ + { "32x32/actions/messagebox_warning.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_warning.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_warning.png" } +} +stock["gtk-dnd"]={ + { "22x22/mimetypes/empty.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/empty.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/empty.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-button" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/empty.png" } +} +stock["gtk-dnd-multiple"]={ + { "22x22/mimetypes/kmultiple.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/kmultiple.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/kmultiple.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-button" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/kmultiple.png" } +} +stock["gtk-execute"]={ + { "22x22/actions/exec.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/exec.png", *, *, "gtk-dnd" }, + { "32x32/actions/exec.png", *, *, "gtk-dialog" }, + { "16x16/actions/exec.png", *, *, "gtk-button" }, + { "16x16/actions/exec.png", *, *, "gtk-menu" }, + { "16x16/actions/exec.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/exec.png" } +} +stock["gtk-find"]={ + { "22x22/actions/find.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/find.png", *, *, "gtk-dnd" }, + { "32x32/actions/find.png", *, *, "gtk-dialog" }, + { "16x16/actions/find.png", *, *, "gtk-button" }, + { "16x16/actions/find.png", *, *, "gtk-menu" }, + { "16x16/actions/find.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/find.png" } +} +stock["gtk-floppy"]={ + { "22x22/devices/3floppy_unmount.png", *, *, "gtk-large-toolbar" }, + { "32x32/devices/3floppy_unmount.png", *, *, "gtk-dnd" }, + { "32x32/devices/3floppy_unmount.png", *, *, "gtk-dialog" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-button" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-menu" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-small-toolbar" }, + { "22x22/devices/3floppy_unmount.png" } +} +stock["gtk-goto-bottom"]={ + { "22x22/actions/bottom.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/bottom.png", *, *, "gtk-dnd" }, + { "32x32/actions/bottom.png", *, *, "gtk-dialog" }, + { "16x16/actions/bottom.png", *, *, "gtk-button" }, + { "16x16/actions/bottom.png", *, *, "gtk-menu" }, + { "16x16/actions/bottom.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/bottom.png" } +} +stock["gtk-goto-first"]={ + { "22x22/actions/start.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/start.png", *, *, "gtk-dnd" }, + { "32x32/actions/start.png", *, *, "gtk-dialog" }, + { "16x16/actions/start.png", *, *, "gtk-button" }, + { "16x16/actions/start.png", *, *, "gtk-menu" }, + { "16x16/actions/start.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/start.png" } +} +stock["gtk-goto-last"]={ + { "22x22/actions/finish.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/finish.png", *, *, "gtk-dnd" }, + { "32x32/actions/finish.png", *, *, "gtk-dialog" }, + { "16x16/actions/finish.png", *, *, "gtk-button" }, + { "16x16/actions/finish.png", *, *, "gtk-menu" }, + { "16x16/actions/finish.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/finish.png" } +} +stock["gtk-goto-top"]={ + { "22x22/actions/top.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/top.png", *, *, "gtk-dnd" }, + { "32x32/actions/top.png", *, *, "gtk-dialog" }, + { "16x16/actions/top.png", *, *, "gtk-button" }, + { "16x16/actions/top.png", *, *, "gtk-menu" }, + { "16x16/actions/top.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/top.png" } +} +stock["gtk-go-back"]={ + { "22x22/actions/back.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/back.png", *, *, "gtk-dnd" }, + { "32x32/actions/back.png", *, *, "gtk-dialog" }, + { "16x16/actions/back.png", *, *, "gtk-button" }, + { "16x16/actions/back.png", *, *, "gtk-menu" }, + { "16x16/actions/back.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/back.png" } +} +stock["gtk-go-down"]={ + { "22x22/actions/down.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/down.png", *, *, "gtk-dnd" }, + { "32x32/actions/down.png", *, *, "gtk-dialog" }, + { "16x16/actions/down.png", *, *, "gtk-button" }, + { "16x16/actions/down.png", *, *, "gtk-menu" }, + { "16x16/actions/down.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/down.png" } +} +stock["gtk-go-forward"]={ + { "22x22/actions/forward.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/forward.png", *, *, "gtk-dnd" }, + { "32x32/actions/forward.png", *, *, "gtk-dialog" }, + { "16x16/actions/forward.png", *, *, "gtk-button" }, + { "16x16/actions/forward.png", *, *, "gtk-menu" }, + { "16x16/actions/forward.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/forward.png" } +} +stock["gtk-go-up"]={ + { "22x22/actions/up.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/up.png", *, *, "gtk-dnd" }, + { "32x32/actions/up.png", *, *, "gtk-dialog" }, + { "16x16/actions/up.png", *, *, "gtk-button" }, + { "16x16/actions/up.png", *, *, "gtk-menu" }, + { "16x16/actions/up.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/up.png" } +} +stock["gtk-help"]={ + { "22x22/apps/khelpcenter.png", *, *, "gtk-large-toolbar" }, + { "32x32/apps/khelpcenter.png", *, *, "gtk-dnd" }, + { "32x32/apps/khelpcenter.png", *, *, "gtk-dialog" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-button" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-menu" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-small-toolbar" }, + { "22x22/apps/khelpcenter.png" } +} +stock["gtk-home"]={ + { "22x22/filesystems/folder_home.png", *, *, "gtk-large-toolbar" }, + { "32x32/filesystems/folder_home.png", *, *, "gtk-dnd" }, + { "32x32/filesystems/folder_home.png", *, *, "gtk-dialog" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-button" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-menu" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-small-toolbar" }, + { "22x22/filesystems/folder_home.png" } +} +stock["gtk-index"]={ + { "22x22/actions/contents.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/contents.png", *, *, "gtk-dnd" }, + { "32x32/actions/contents.png", *, *, "gtk-dialog" }, + { "16x16/actions/contents.png", *, *, "gtk-button" }, + { "16x16/actions/contents.png", *, *, "gtk-menu" }, + { "16x16/actions/contents.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/contents.png" } +} +stock["gtk-italic"]={ + { "22x22/actions/text_italic.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_italic.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_italic.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_italic.png", *, *, "gtk-button" }, + { "16x16/actions/text_italic.png", *, *, "gtk-menu" }, + { "16x16/actions/text_italic.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_italic.png" } +} +stock["gtk-jump-to"]={ + { "22x22/actions/goto.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/goto.png", *, *, "gtk-dnd" }, + { "32x32/actions/goto.png", *, *, "gtk-dialog" }, + { "16x16/actions/goto.png", *, *, "gtk-button" }, + { "16x16/actions/goto.png", *, *, "gtk-menu" }, + { "16x16/actions/goto.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/goto.png" } +} +stock["gtk-justify-center"]={ + { "22x22/actions/text_center.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_center.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_center.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_center.png", *, *, "gtk-button" }, + { "16x16/actions/text_center.png", *, *, "gtk-menu" }, + { "16x16/actions/text_center.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_center.png" } +} +stock["gtk-justify-fill"]={ + { "22x22/actions/text_block.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_block.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_block.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_block.png", *, *, "gtk-button" }, + { "16x16/actions/text_block.png", *, *, "gtk-menu" }, + { "16x16/actions/text_block.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_block.png" } +} +stock["gtk-justify-left"]={ + { "22x22/actions/text_left.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_left.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_left.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_left.png", *, *, "gtk-button" }, + { "16x16/actions/text_left.png", *, *, "gtk-menu" }, + { "16x16/actions/text_left.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_left.png" } +} +stock["gtk-justify-right"]={ + { "22x22/actions/text_right.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_right.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_right.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_right.png", *, *, "gtk-button" }, + { "16x16/actions/text_right.png", *, *, "gtk-menu" }, + { "16x16/actions/text_right.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_right.png" } +} +stock["gtk-missing-image"]={ + { "22x22/mimetypes/unknown.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/unknown.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/unknown.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-button" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/unknown.png" } +} +stock["gtk-new"]={ + { "22x22/actions/filenew.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filenew.png", *, *, "gtk-dnd" }, + { "32x32/actions/filenew.png", *, *, "gtk-dialog" }, + { "16x16/actions/filenew.png", *, *, "gtk-button" }, + { "16x16/actions/filenew.png", *, *, "gtk-menu" }, + { "16x16/actions/filenew.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filenew.png" } +} +stock["gtk-ok"]={ + { "22x22/actions/button_ok.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/button_ok.png", *, *, "gtk-dnd" }, + { "32x32/actions/button_ok.png", *, *, "gtk-dialog" }, + { "22x22/actions/button_ok.png" } +} +stock["gtk-open"]={ + { "22x22/actions/fileopen.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileopen.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileopen.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileopen.png", *, *, "gtk-button" }, + { "16x16/actions/fileopen.png", *, *, "gtk-menu" }, + { "16x16/actions/fileopen.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileopen.png" } +} +stock["gtk-paste"]={ + { "22x22/actions/editpaste.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editpaste.png", *, *, "gtk-dnd" }, + { "32x32/actions/editpaste.png", *, *, "gtk-dialog" }, + { "16x16/actions/editpaste.png", *, *, "gtk-button" }, + { "16x16/actions/editpaste.png", *, *, "gtk-menu" }, + { "16x16/actions/editpaste.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editpaste.png" } +} +stock["gtk-preferences"]={ + { "22x22/actions/configure.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/configure.png", *, *, "gtk-dnd" }, + { "32x32/actions/configure.png", *, *, "gtk-dialog" }, + { "16x16/actions/configure.png", *, *, "gtk-button" }, + { "16x16/actions/configure.png", *, *, "gtk-menu" }, + { "16x16/actions/configure.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/configure.png" } +} +stock["gtk-print"]={ + { "22x22/actions/fileprint.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileprint.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileprint.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileprint.png", *, *, "gtk-button" }, + { "16x16/actions/fileprint.png", *, *, "gtk-menu" }, + { "16x16/actions/fileprint.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileprint.png" } +} +stock["gtk-print-preview"]={ + { "22x22/actions/filequickprint.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filequickprint.png", *, *, "gtk-dnd" }, + { "32x32/actions/filequickprint.png", *, *, "gtk-dialog" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-button" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-menu" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filequickprint.png" } +} +stock["gtk-properties"]={ + { "22x22/actions/configure.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/configure.png", *, *, "gtk-dnd" }, + { "32x32/actions/configure.png", *, *, "gtk-dialog" }, + { "16x16/actions/configure.png", *, *, "gtk-button" }, + { "16x16/actions/configure.png", *, *, "gtk-menu" }, + { "16x16/actions/configure.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/configure.png" } +} +stock["gtk-quit"]={ + { "22x22/actions/exit.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/exit.png", *, *, "gtk-dnd" }, + { "32x32/actions/exit.png", *, *, "gtk-dialog" }, + { "16x16/actions/exit.png", *, *, "gtk-button" }, + { "16x16/actions/exit.png", *, *, "gtk-menu" }, + { "16x16/actions/exit.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/exit.png" } +} +stock["gtk-redo"]={ + { "22x22/actions/redo.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/redo.png", *, *, "gtk-dnd" }, + { "32x32/actions/redo.png", *, *, "gtk-dialog" }, + { "16x16/actions/redo.png", *, *, "gtk-button" }, + { "16x16/actions/redo.png", *, *, "gtk-menu" }, + { "16x16/actions/redo.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/redo.png" } +} +stock["gtk-refresh"]={ + { "22x22/actions/reload.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/reload.png", *, *, "gtk-dnd" }, + { "32x32/actions/reload.png", *, *, "gtk-dialog" }, + { "16x16/actions/reload.png", *, *, "gtk-button" }, + { "16x16/actions/reload.png", *, *, "gtk-menu" }, + { "16x16/actions/reload.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/reload.png" } +} +stock["gtk-revert-to-saved"]={ + { "22x22/actions/revert.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/revert.png", *, *, "gtk-dnd" }, + { "32x32/actions/revert.png", *, *, "gtk-dialog" }, + { "16x16/actions/revert.png", *, *, "gtk-button" }, + { "16x16/actions/revert.png", *, *, "gtk-menu" }, + { "16x16/actions/revert.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/revert.png" } +} +stock["gtk-save"]={ + { "22x22/actions/filesave.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filesave.png", *, *, "gtk-dnd" }, + { "32x32/actions/filesave.png", *, *, "gtk-dialog" }, + { "16x16/actions/filesave.png", *, *, "gtk-button" }, + { "16x16/actions/filesave.png", *, *, "gtk-menu" }, + { "16x16/actions/filesave.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filesave.png" } +} +stock["gtk-save-as"]={ + { "22x22/actions/filesaveas.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filesaveas.png", *, *, "gtk-dnd" }, + { "32x32/actions/filesaveas.png", *, *, "gtk-dialog" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-button" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-menu" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filesaveas.png" } +} +stock["gtk-select-color"]={ + { "22x22/actions/colorize.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/colorize.png", *, *, "gtk-dnd" }, + { "32x32/actions/colorize.png", *, *, "gtk-dialog" }, + { "16x16/actions/colorize.png", *, *, "gtk-button" }, + { "16x16/actions/colorize.png", *, *, "gtk-menu" }, + { "16x16/actions/colorize.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/colorize.png" } +} +stock["gtk-select-font"]={ + { "22x22/mimetypes/font.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/font.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/font.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/font.png", *, *, "gtk-button" }, + { "16x16/mimetypes/font.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/font.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/font.png" } +} +stock["gtk-spell-check"]={ + { "22x22/actions/spellcheck.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/spellcheck.png", *, *, "gtk-dnd" }, + { "32x32/actions/spellcheck.png", *, *, "gtk-dialog" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-button" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-menu" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/spellcheck.png" } +} +stock["gtk-stop"]={ + { "22x22/actions/stop.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/stop.png", *, *, "gtk-dnd" }, + { "32x32/actions/stop.png", *, *, "gtk-dialog" }, + { "16x16/actions/stop.png", *, *, "gtk-button" }, + { "16x16/actions/stop.png", *, *, "gtk-menu" }, + { "16x16/actions/stop.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/stop.png" } +} +stock["gtk-strikethrough"]={ + { "22x22/actions/text_strike.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_strike.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_strike.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_strike.png", *, *, "gtk-button" }, + { "16x16/actions/text_strike.png", *, *, "gtk-menu" }, + { "16x16/actions/text_strike.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_strike.png" } +} +stock["gtk-underline"]={ + { "22x22/actions/text_under.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_under.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_under.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_under.png", *, *, "gtk-button" }, + { "16x16/actions/text_under.png", *, *, "gtk-menu" }, + { "16x16/actions/text_under.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_under.png" } +} +stock["gtk-undo"]={ + { "22x22/actions/undo.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/undo.png", *, *, "gtk-dnd" }, + { "32x32/actions/undo.png", *, *, "gtk-dialog" }, + { "16x16/actions/undo.png", *, *, "gtk-button" }, + { "16x16/actions/undo.png", *, *, "gtk-menu" }, + { "16x16/actions/undo.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/undo.png" } +} +stock["gtk-zoom-100"]={ + { "22x22/actions/viewmag1.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag1.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag1.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag1.png" } +} +stock["gtk-zoom-fit"]={ + { "22x22/actions/viewmagfit.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmagfit.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmagfit.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-button" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmagfit.png" } +} +stock["gtk-zoom-in"]={ + { "22x22/actions/viewmag+.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag+.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag+.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag+.png" } +} +stock["gtk-zoom-out"]={ + { "22x22/actions/viewmag-.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag-.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag-.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag-.png" } +} +} class "*" style "KDE-icons" \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 new file mode 100755 index 000000000..874f83934 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 @@ -0,0 +1,13 @@ +# This file was written by KDE +# You can edit it in the KDE control center, under "GTK Styles and Fonts" + +include "/usr/share/themes/Qt/gtk-2.0/gtkrc" + +style "user-font" +{ + font_name="Tahoma 10" +} +widget_class "*" style "user-font" + +gtk-theme-name="Qt" +gtk-font-name="Tahoma 10" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal-policy-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/20-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/20-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/20-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/hal-policy-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/hal/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen.svg new file mode 100755 index 000000000..1c35cfed6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen128.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen128.png new file mode 100755 index 000000000..7b3588497 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen128.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen64.png b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen64.png new file mode 100755 index 000000000..068a38680 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/fileopen64.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/wizard_stamp_v0.7.1 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kaffeine/wizard_stamp_v0.7.1 new file mode 100755 index 000000000..e69de29bb diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-home new file mode 100644 index 000000000..519a93d87 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=folder_home diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-media new file mode 100644 index 000000000..3fba6cec6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=system diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde-user-profile b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde-user-profile new file mode 100755 index 000000000..647a34e46 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde-user-profile @@ -0,0 +1,2 @@ +[General] +groups= diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde4rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde4rc new file mode 100755 index 000000000..454fa83f3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kde4rc @@ -0,0 +1,2 @@ +[Directories-default] +prefixes=/usr/share/redmond-default-settings/kde4-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kderc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kderc new file mode 100755 index 000000000..df5ec9dc6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-profile/kderc @@ -0,0 +1,5 @@ +[Directories] +userProfileMapFile=/etc/kde-user-profile + +[Directories-default] +prefixes=/usr/share/redmond-default-settings-trinity/kde-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_managerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_managerrc new file mode 100644 index 000000000..3e7f7533d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_managerrc @@ -0,0 +1,2 @@ +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_notifierrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_notifierrc new file mode 100644 index 000000000..86c6056ec --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/adept_notifierrc @@ -0,0 +1,2 @@ +[General] +Apport=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/amarokrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/amarokrc new file mode 100644 index 000000000..b02ab8b29 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/amarokrc @@ -0,0 +1,21 @@ +[General] +First Run=false + +[General Options] +Show Splashscreen=false +ContextBrowser StyleSheet=kubuntu + +[Shortcuts] +next=Win+B;XF86AudioNext +play=Win+X;XF86AudioPlay +play_pause=XF86AudioPause;Alt+Ctrl+P +prev=Win+Z;XF86AudioPrev +stop=Win+V;XF86AudioStop + +[Gst-Engine] +Sound Output=alsasink + +[OSD] +Osd Font=Sans Serif,16,-1,5,75,0,0,0,0,0 +Osd Alignment=Left +Osd Y Offset=15 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/arkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/arkrc new file mode 100644 index 000000000..1b3188cb8 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/arkrc @@ -0,0 +1,2 @@ +[ark] +UseIntegratedViewer=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/clock_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/clock_panelapplet_kubuntu_rc new file mode 100644 index 000000000..60167c5dd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/clock_panelapplet_kubuntu_rc @@ -0,0 +1,5 @@ +[General] +Initial_TZ=0 +RemoteZones= +Type=Plain + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..cae93fc63 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/cryptodefaults @@ -0,0 +1,12 @@ +[SSLv2] +Enabled=true +cipher_DES-CBC-MD5=false +cipher_DES-CBC3-MD5=false +cipher_EXP-RC2-CBC-MD5=false +cipher_EXP-RC4-MD5=false +cipher_RC2-CBC-MD5=false +cipher_RC4-64-MD5=false +cipher_RC4-MD5=false + +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/d3lphinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/d3lphinrc new file mode 100644 index 000000000..93e4bc082 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/d3lphinrc @@ -0,0 +1,28 @@ +[D3lphin Toolbar style] +IconText=IconTextBottom + +[General] +Default View Mode=2 + +[Icons Mode] +Grid Height=72 +Grid Spacing=20 +Grid Width=120 +Icon Size=48 +Number of Textlines=2 +Preview Size=48 + +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom + +[Previews Mode] +Grid Height=96 +Grid Width=96 +Icon Size=64 +Preview Size=64 +Number of Textlines=2 +Preview Size=64 + +[rightSidebar] +Selected Page=Information +Visible=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc new file mode 100644 index 000000000..3995909f1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc @@ -0,0 +1,55 @@ +# created by KDE, Thu Oct 30 14:13:47 2008 +# +# If you do not want KDE to override your GTK settings, select +# Appearance & Themes -> Colors in the Control Center and disable the checkbox +# "Apply colors to non-KDE applications" +# +# +style "default" +{ + bg[NORMAL] = { 0.933, 0.933, 0.902 } + bg[SELECTED] = { 0.290, 0.475, 0.804 } + bg[INSENSITIVE] = { 0.933, 0.933, 0.902 } + bg[ACTIVE] = { 0.776, 0.776, 0.749 } + bg[PRELIGHT] = { 0.933, 0.933, 0.902 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.290, 0.475, 0.804 } + base[INSENSITIVE] = { 0.933, 0.933, 0.902 } + base[ACTIVE] = { 0.290, 0.475, 0.804 } + base[PRELIGHT] = { 0.290, 0.475, 0.804 } + + text[NORMAL] = { 0.000, 0.000, 0.000 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.776, 0.776, 0.749 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.000, 0.000, 0.000 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.776, 0.776, 0.749 } + fg[ACTIVE] = { 0.000, 0.000, 0.000 } + fg[PRELIGHT] = { 0.000, 0.000, 0.000 } +} + +class "*" style "default" + +style "ToolTip" +{ + bg[NORMAL] = { 1.000, 1.000, 0.863 } + base[NORMAL] = { 1.000, 1.000, 0.863 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.290, 0.475, 0.804 } + fg[PRELIGHT] = { 1.000, 1.000, 1.000 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc-2.0 b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc-2.0 new file mode 100644 index 000000000..7259a697e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc-2.0 @@ -0,0 +1,57 @@ +# created by KDE, Thu Oct 30 14:13:47 2008 +# +# If you do not want KDE to override your GTK settings, select +# Appearance & Themes -> Colors in the Control Center and disable the checkbox +# "Apply colors to non-KDE applications" +# +# +style "default" +{ + bg[NORMAL] = { 0.933, 0.933, 0.902 } + bg[SELECTED] = { 0.290, 0.475, 0.804 } + bg[INSENSITIVE] = { 0.933, 0.933, 0.902 } + bg[ACTIVE] = { 0.776, 0.776, 0.749 } + bg[PRELIGHT] = { 0.933, 0.933, 0.902 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.290, 0.475, 0.804 } + base[INSENSITIVE] = { 0.933, 0.933, 0.902 } + base[ACTIVE] = { 0.290, 0.475, 0.804 } + base[PRELIGHT] = { 0.290, 0.475, 0.804 } + + text[NORMAL] = { 0.000, 0.000, 0.000 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.776, 0.776, 0.749 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.000, 0.000, 0.000 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.776, 0.776, 0.749 } + fg[ACTIVE] = { 0.000, 0.000, 0.000 } + fg[PRELIGHT] = { 0.000, 0.000, 0.000 } +} + +class "*" style "default" + +gtk-alternative-button-order = 1 + +style "ToolTip" +{ + bg[NORMAL] = { 1.000, 1.000, 0.863 } + base[NORMAL] = { 1.000, 1.000, 0.863 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.290, 0.475, 0.804 } + fg[PRELIGHT] = { 1.000, 1.000, 1.000 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3b.eventsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3b.eventsrc new file mode 100644 index 000000000..3eb68c158 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3b.eventsrc @@ -0,0 +1,17 @@ +[FinishedWithError] +commandline= +logfile= +presentation=0 +soundfile=k3b_error1.wav + +[SuccessfullyFinished] +commandline= +logfile= +presentation=0 +soundfile=k3b_success1.wav + +[WaitingForMedium] +commandline= +logfile= +presentation=0 +soundfile=k3b_wait_media1.wav diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3brc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3brc new file mode 100644 index 000000000..177e2c957 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/k3brc @@ -0,0 +1,8 @@ +[General Options] +Allow overburning=true +No cd eject=true +Show splash=false +auto rewritable erasing=true + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kaffeinerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kaffeinerc new file mode 100644 index 000000000..01a8e675c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kaffeinerc @@ -0,0 +1,2 @@ +[General Options] +Embed in System Tray=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katapultrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katapultrc new file mode 100644 index 000000000..d0a51f357 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katapultrc @@ -0,0 +1,3 @@ +SystrayIcon=false +HideSessionNotification=2 +Display=o2 Display diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katerc new file mode 100644 index 000000000..10fd37bab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/katerc @@ -0,0 +1,9 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new + +[Kate Document Defaults] +KTextEditor Plugin ktexteditor_isearch=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kbookmarkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kbookmarkrc new file mode 100644 index 000000000..d70bd649f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kbookmarkrc @@ -0,0 +1,2 @@ +[Bookmarks] +AdvancedAddBookmarkDialog=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcminputrc new file mode 100644 index 000000000..e007097a0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcminputrc @@ -0,0 +1,6 @@ +[Mouse] +Acceleration=2 +MouseButtonMapping=RightHanded +ReverseScrollPolarity=false +Threshold=2 +cursorTheme=DMZ-White diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmlaptoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmlaptoprc new file mode 100644 index 000000000..b1c36c638 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmlaptoprc @@ -0,0 +1,32 @@ +[AcpiDefault] +EnableHibernate=true +EnablePerformance=true +EnableStandby=false +EnableSuspend=true +EnableThrottle=false + +[BatteryCritical] +Brightness=false +BrightnessValue=255 +CriticalValPercent=3 +CriticalValTime=2 +Hibernate=true +Logout=false +LowVal=5 +Notify=true +Performance=false +PerformanceValue= +PlaySound=false +PlaySoundPath= +RunCommand=false +RunCommandPath= +Shutdown=false +Standby=false +Suspend=false +SystemBeep=true +Throttle=false +ThrottleValue= +TimeBasedAction=true + +[SoftwareSuspendDefault] +EnableHibernate=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..54d5dc921 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcmnspluginrc @@ -0,0 +1,4 @@ +[Misc] +startkdeScan=true +useArtsdsp=true +PluginsListFile=/usr/share/redmond-default-settings/kde-profile/default/share/apps/konqueror/konq_plugins.xml \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdeglobals new file mode 100644 index 000000000..c1f30b63f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdeglobals @@ -0,0 +1,324 @@ +[DesktopIcons] +ActiveColor=invalid +ActiveColor2=invalid +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=32 + +[FMSettings] +StandardFont=Tahoma,8,-1,5,50,0,0,0,0,0 + +[General] +BrowserApplication=!firefox +XftSubPixel=rgb +alternateBackground=240,240,240 +background=212,208,200 +buttonBackground=212,208,200 +fixed=Monospace,8,-1,5,50,0,0,0,0,0 +font=Tahoma,8,-1,5,50,0,0,0,0,0 +linkColor=0,0,192 +menuFont=Tahoma,8,-1,5,50,0,0,0,0,0 +selectBackground=10,36,106 +selectForeground=255,255,255 +taskbarFont=Tahoma,8,-1,5,50,0,0,0,0,0 +toolBarFont=Tahoma,8,-1,5,50,0,0,0,0,0 +visitedLinkColor=128,0,128 +widgetStyle=asteroid + +[Global Shortcuts] +Activate Window Demanding Attention=default(Alt+Ctrl+A) +Block Global Shortcuts=none +Defaults timestamp=Sep 16 200821:15:57 +Desktop Screenshot=default(Ctrl+Print) +Enable/Disable Clipboard Actions=default(Alt+Ctrl+X) +Halt without Confirmation=none +Kill Window=default(Alt+Ctrl+Escape) +Lock Session=default(Alt+Ctrl+L) +Log Out=default(Alt+Ctrl+Delete) +Log Out Without Confirmation=default(Alt+Ctrl+Shift+Delete) +Manually Invoke Action on Current Clipboard=default(Alt+Ctrl+R) +Mouse Emulation=default(Alt+F12) +Next Taskbar Entry=none +Popup Launch Menu=default(Alt+F1);Menu +Previous Taskbar Entry=none +Reboot without Confirmation=none +Run Command=default(Alt+F2) +Setup Window Shortcut=none +Show Klipper Popup-Menu=default(Alt+Ctrl+V) +Show Taskmanager=default(Ctrl+Escape) +Show Window List=default(Alt+F5) +Switch One Desktop Down=none +Switch One Desktop Up=none +Switch One Desktop to the Left=none +Switch One Desktop to the Right=none +Switch User=default(Alt+Ctrl+Insert) +Switch to Desktop 1=default(Ctrl+F1) +Switch to Desktop 10=default(Ctrl+F10) +Switch to Desktop 11=default(Ctrl+F11) +Switch to Desktop 12=default(Ctrl+F12) +Switch to Desktop 13=default(Ctrl+Shift+F1) +Switch to Desktop 14=default(Ctrl+Shift+F2) +Switch to Desktop 15=default(Ctrl+Shift+F3) +Switch to Desktop 16=default(Ctrl+Shift+F4) +Switch to Desktop 17=default(Ctrl+Shift+F5) +Switch to Desktop 18=default(Ctrl+Shift+F6) +Switch to Desktop 19=default(Ctrl+Shift+F7) +Switch to Desktop 2=default(Ctrl+F2) +Switch to Desktop 20=default(Ctrl+Shift+F8) +Switch to Desktop 3=default(Ctrl+F3) +Switch to Desktop 4=default(Ctrl+F4) +Switch to Desktop 5=default(Ctrl+F5) +Switch to Desktop 6=default(Ctrl+F6) +Switch to Desktop 7=default(Ctrl+F7) +Switch to Desktop 8=default(Ctrl+F8) +Switch to Desktop 9=default(Ctrl+F9) +Switch to Next Desktop=none +Switch to Next Keyboard Layout=default(Alt+Ctrl+K) +Switch to Next Screen=none +Switch to Previous Desktop=none +Switch to Screen 0=none +Switch to Screen 1=none +Switch to Screen 2=none +Switch to Screen 3=none +Switch to Screen 4=none +Switch to Screen 5=none +Switch to Screen 6=none +Switch to Screen 7=none +Toggle Showing Desktop=default(Alt+Ctrl+D) +Toggle Window Raise/Lower=none +Walk Through Desktop List=Ctrl+Tab +Walk Through Desktop List (Reverse)=Ctrl+Shift+Tab +Walk Through Desktops=none +Walk Through Desktops (Reverse)=none +Walk Through Windows=default(Alt+Tab) +Walk Through Windows (Reverse)=default(Alt+Shift+Tab) +Window Above Other Windows=none +Window Below Other Windows=none +Window Close=default(Alt+F4) +Window Fullscreen=none +Window Grow Horizontal=none +Window Grow Vertical=none +Window Lower=none +Window Maximize=none +Window Maximize Horizontal=none +Window Maximize Vertical=none +Window Minimize=none +Window Move=none +Window No Border=none +Window On All Desktops=none +Window One Desktop Down=none +Window One Desktop Up=none +Window One Desktop to the Left=none +Window One Desktop to the Right=none +Window Operations Menu=default(Alt+F3) +Window Pack Down=none +Window Pack Left=none +Window Pack Right=none +Window Pack Up=none +Window Raise=none +Window Resize=none +Window Screenshot=default(Alt+Print) +Window Shade=none +Window Shrink Horizontal=none +Window Shrink Vertical=none +Window to Desktop 1=none +Window to Desktop 10=none +Window to Desktop 11=none +Window to Desktop 12=none +Window to Desktop 13=none +Window to Desktop 14=none +Window to Desktop 15=none +Window to Desktop 16=none +Window to Desktop 17=none +Window to Desktop 18=none +Window to Desktop 19=none +Window to Desktop 2=none +Window to Desktop 20=none +Window to Desktop 3=none +Window to Desktop 4=none +Window to Desktop 5=none +Window to Desktop 6=none +Window to Desktop 7=none +Window to Desktop 8=none +Window to Desktop 9=none +Window to Next Desktop=none +Window to Next Screen=none +Window to Previous Desktop=none +Window to Screen 0=none +Window to Screen 1=none +Window to Screen 2=none +Window to Screen 3=none +Window to Screen 4=none +Window to Screen 5=none +Window to Screen 6=none +Window to Screen 7=none + +[Icons] +Theme=kde_windowsxp + +[KDE] +AutoSelectDelay=-1 +DoubleClickInterval=400 +EffectAnimateMenu=false +EffectAnimateTooltip=false +EffectFadeMenu=false +EffectFadeTooltip=true +EffectNoTooltip=false +IconUseRoundedRect=false +InsertTearOffHandle=0 +ShowIconsOnPushButtons=true +ShowKonqIconActivationEffect=false +SingleClick=false +StartDragDist=4 +StartDragTime=500 +VisualActivate=1 +WheelScrollLines=3 +colorScheme=Windows2000.kcsrc +macStyle=false + +[KFileDialog Settings] +Automatically select filename extension=true +Height 1024=216 +Height 800=738 +Height 900=212 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Recent URLs[$e]= +Separate Directories=false +Show Bookmarks=false +Show Preview=false +Show Speedbar=true +Show hidden files=false +Sort by=Name +Sort case insensitively=true +Sort directories first=true +Sort reversed=false +View Style=Simple + +[Keyboard] +Gestures=false + +[Locale] +Country=us +Language=en_US + +[MainToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=22 + +[Notification Messages] +:confirmNewSession=false + +[PanelIcons] +ActiveColor=invalid +ActiveColor2=invalid +ActiveEffect=togamma +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=32 + +[Paths] +Trash=$HOME/Desktop/Trash/ + +[Shortcuts] +Back=Backspace;Backspace + +[SmallIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=16 + +[Toolbar style] +Highlighting=true +IconText=IconOnly +TransparentMoving=true + +[ToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=22 + +[WM] +activeBackground=10,36,106 +activeBlend=166,202,240 +activeFont=Tahoma,8,-1,5,75,0,0,0,0,0 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +frame=212,208,200 +handle=212,208,200 +inactiveBackground=128,128,128 +inactiveBlend=192,192,192 +inactiveForeground=212,208,200 +inactiveFrame=212,208,200 +inactiveHandle=212,208,200 +inactiveTitleBtnBg=220,220,220 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdesktoprc new file mode 100644 index 000000000..d93674804 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kdesktoprc @@ -0,0 +1,39 @@ +[Desktop Icons] +Preview= +ShowHidden=false + +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=58,110,165 +Color2=58,110,165 +CurrentWallpaper=0 +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/enterprise-desktop.png +WallpaperMode=Scaled + +[FMSettings] +ItemTextBackground=invalid +NormalTextColor=255,255,255 +ShadowEnabled=false +ShowFileTips=true +StandardFont=Tahoma,8,-1,5,50,0,0,0,0,0 +TextHeight=2 +TextWidth=0 + +[General] +AutoLineUpIcons=true + +[Media] +enabled=true +exclude=media/hdd_mounted,media/nfs_mounted,media/floppy5_unmounted,media/cdrom_unmounted,media/floppy_unmounted,media/hdd_unmounted,media/nfs_unmounted + +[MiniCli] +MiniCLIFilesystemAutoComplete=true +MiniCLIHistoryAndFilesystemAutoComplete=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kgpgrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kgpgrc new file mode 100644 index 000000000..9aae01a60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kgpgrc @@ -0,0 +1,10 @@ +[General Options] +First run=false + +[GPG Settings] +Groups= +gpg_config_path=$HOME/.gnupg/options + +[Servers] +Server_List=hkp://keyserver.ubuntu.com (Default),hkp://wwwkeys.eu.pgp.net,hkp://search.keyserver.net,hkp://wweys.pgp.net,hkp://pgp.dtype.org,hkp://wwwkeys.us.pgp.net + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khelpcenterrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khelpcenterrc new file mode 100644 index 000000000..c4d1f4dac --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khelpcenterrc @@ -0,0 +1,2 @@ +[Notification Messages] +indexcreation=no diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kickerrc new file mode 100644 index 000000000..feae0a9f7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kickerrc @@ -0,0 +1,90 @@ +[AddAppletDialog Settings] +Height 800=738 +Height 900=205 +Width 1280=1272 +Width 1440=487 + +[Applet_1] +ConfigFile=minipager_panelapplet_kubuntu_rc +DesktopFile=minipagerapplet.desktop +WidthForHeightHint=204 +FreeSpace2=0 + +[Applet_2] +ConfigFile=systemtray_panelappletrc +DesktopFile=systemtrayapplet.desktop +WidthForHeightHint=240 +FreeSpace2=1 + +[Applet_3] +ConfigFile=taskbar_panelapplet_kubuntu_rc +DesktopFile=taskbarapplet.desktop +WidthForHeightHint=209 +FreeSpace2=0 + +[Applet_4] +ConfigFile=launcher_panelapplet_kubuntu_rc +DesktopFile=quicklauncher.desktop +FreeSpace2=0 +WidthForHeightHint=171 + +[General] +Alignment=0 +Applets2=KMenuButton_1,Applet_4,Applet_1,Applet_3,Applet_2 +AutoHideDelay=3 +AutoHidePanel=false +AutoHideSwitch=false +BackgroundHide=false +CustomSize=24 +ExpandSize=true +FadeOutAppletHandles=false +HideAppletHandles=false +HideAnimation=true +HideAnimationSpeed=40 +IExist=true +Position=3 +ShowDeepButtons=true +ShowIconActivationEffect=false +ShowRightHideButton=false +Size=4 +SizePercentage=100 +TintColor=188,183,171 +Transparent=false +UnhideLocation=0 +UntrustedApplets= +UntrustedExtensions= +UseBackgroundTheme=false +UseResizeHandle=true + +[KFileDialog Settings] +Automatic Preview=true +Autoplay sounds=true + +[KMenu] +UseSidePixmap=true +CustomIcon=kmenu +ShowText=true +Text=Start + +[KMenuButton_1] +FreeSpace2=0 + +[button_tiles] +EnableBrowserTiles=false +EnableDesktopButtonTiles=false +EnableKMenuTiles=false +EnableURLTiles=false +EnableWindowListTiles=false + +[buttons] +EnableIconZoom=true +EnableTileBackground=false +Font=Tahoma,8,-1,5,75,0,0,0,0,0 + +[menus] +Extensions=find.desktop,remotemenu.desktop,printmenu.desktop,recentdocs.desktop,prefmenu.desktop,systemmenu.desktop,konsolemenu.desktop +MenuEntryHeight=16 +NumVisibleEntries=4 +RecentAppsStat=20000 1225867511 /usr/share/applications/synaptic-kde.desktop,21000 1226223271 /opt/trinity/share/applications/kde/konsole.desktop +UseBookmarks=true +MenuEntryFormat=NameAndDescription diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klaunchrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klaunchrc new file mode 100644 index 000000000..1ca985896 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klaunchrc @@ -0,0 +1,11 @@ +[BusyCursorSettings] +Blinking=false +Bouncing=false +Timeout=30 + +[FeedbackStyle] +BusyCursor=false +TaskbarButton=false + +[TaskbarButtonSettings] +Timeout=30 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klipperrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klipperrc new file mode 100644 index 000000000..2819a62cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/klipperrc @@ -0,0 +1,2 @@ +[Action_0/Command_0] +Commandline=gwenview %s diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmailrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmailrc new file mode 100644 index 000000000..07151b6a9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmailrc @@ -0,0 +1,5 @@ +[Geometry] +ColumnOrder=0 +ColumnWidths=246 +TotalColumn=-1 +UnreadColumn=-1 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmixrc new file mode 100644 index 000000000..d0021119b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmixrc @@ -0,0 +1 @@ +Visible=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmplayerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmplayerrc new file mode 100644 index 000000000..aac3c5721 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kmplayerrc @@ -0,0 +1,2 @@ +[MPlayer] +Auto Adjust Volume=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knemorc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knemorc new file mode 100644 index 000000000..bce3ab226 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knemorc @@ -0,0 +1,107 @@ +[General] +Backend=Sys +FirstStart=false +Interfaces=eth0,eth1,wlan0,eth2,wlan1,ra0,ra1 +ToolTipContent=528435 +StatusHeight=258 +StatusWidth=331 +StatusX=494 +StatusY=207 + +[Interface_ath0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ath1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_eth0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth2] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_ppp0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ppp1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ra0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ra1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[PlotterSettings] +AutomaticDetection=true +ColorBackground=49,48,49 +ColorHLines=4,251,29 +ColorIncoming=24,137,255 +ColorOutgoing=255,127,8 +ColorVLines=4,251,29 +Count=5 +Distance=30 +FontSize=8 +HorizontalLines=true +Labels=true +MaximumValue=1 +MinimumValue=0 +Pixel=1 +ShowIncoming=true +ShowOutgoing=true +TopBar=false +VerticalLines=true +VerticalLinesScroll=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotesrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotesrc new file mode 100644 index 000000000..befc44ca5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotesrc @@ -0,0 +1,5 @@ +[Display] +bgcolor=255,255,189 + +[Style] +Style=Plain diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotify.eventsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotify.eventsrc new file mode 100644 index 000000000..e8f5cac9c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/knotify.eventsrc @@ -0,0 +1,7 @@ +[messageCritical] +presentation=65 +soundfile=/usr/share/sounds/KDE_Error_1.ogg + +[startkde] +presentation=1 +soundfile=/usr/share/sounds/kubuntu-login.ogg diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konqiconviewrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konqiconviewrc new file mode 100644 index 000000000..5510f2ce4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konqiconviewrc @@ -0,0 +1,2 @@ +[Settings] +IconSize=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konquerorrc new file mode 100644 index 000000000..25dc7ab4e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konquerorrc @@ -0,0 +1,43 @@ +[KonqMainWindow Toolbar contextToolBar] +IconText=IconOnly +NewLine=true + +[KonqMainWindow Toolbar bookmarkToolBar] +Hidden=true + +[KParts Plugins] +searchbarEnabled=true + +[FMSettings] +NewTabsInFront=false +OpenAfterCurrentPage=false +KonquerorTabforExternalURL=false +MMBOpensTab=true +PopupsWithinTabs=false +TextHeight=6 +AlwaysTabbedMode=true + +[Notification Messages] +askEmbedOrSaveapplication/pdf=no +askEmbedOrSavetext/plain=no +askSavetext/plain=no + +[Reusing] +AlwaysHavePreloaded=true +MaxPreloadCount=2 +PreloadOnStartup=true +SafeParts=SAFE + +[Settings] +BgImage=kubuntu-konqueror-background.png + +[HistorySettings] +Maximum of History entries=1000 + +[HTML Settings] +Fonts=Sans Serif,Monospace,Serif,Sans Serif,,,0 +MediumFontSize=10 +MinimumFontSize=8 + +[SearchBar] +GoogleSuggestMode=1 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konsolerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konsolerc new file mode 100644 index 000000000..9a30085cc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konsolerc @@ -0,0 +1,10 @@ +[Desktop Entry] +AutoResizeTabs=true +bellmode=1 +schema=Transparent_darkbg.schema +tabbar=2 +wordseps=:@-./_~?&=%+# + +[Shortcuts] +next_session=Shift+Right;Ctrl+PageDown +previous_session=Shift+Left;Ctrl+PageUp diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kontactrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kontactrc new file mode 100644 index 000000000..a783507e2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kontactrc @@ -0,0 +1,6 @@ +[Plugins] +kontact_knodepluginEnabled=true +kontact_multisynkEnabled=false + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konversationrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konversationrc new file mode 100644 index 000000000..821eb3d25 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/konversationrc @@ -0,0 +1,25 @@ +[Channel 0] +Name=#kubuntu + +[General Options] +ShowTrayIcon=true +TrayNotify=true +TrayNotifyOnlyOwnNick=true + +[Path Settings] +LogfilePath=$HOME/.trinity/share/apps/konversation/logs + +[Server 0] +Server=irc.ubuntu.com +Port=8001 + +[ServerGroup 0] +AutoJoinChannels=Channel 0 +ServerList=Server 0 +Name=Ubuntu IRC + +[Sort Nicknames] +SortByStatus=true + +[Themes] +IconTheme=oxygen diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kopeterc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kopeterc new file mode 100644 index 000000000..6efe0ad0d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kopeterc @@ -0,0 +1,15 @@ +[Appearance] +Chatwindow Policy=2 +Font Face=Sans Serif,9,-1,5,50,0,0,0,0,0 +Stylesheet=Kopete +StylePath=/usr/share/apps/kopete/styles/Clear +StyleVariant=Variants/No_avatars.css + +[ChatWindowSettings] +Tab Placement=1 +AlwaysShowTabs=false +ForceNewStuff=true + +[ContactList] +IconMode=IconPic +ThemeURL=/usr/share/apps/kopete/images/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/korgacrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/korgacrc new file mode 100644 index 000000000..f948d8c13 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/korgacrc @@ -0,0 +1,2 @@ +[General] +Autostart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kscdrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kscdrc new file mode 100644 index 000000000..f552f8381 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kscdrc @@ -0,0 +1,3 @@ +[GENERAL] +AudioSystem=arts +DigitalPlayback=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksmserverrc new file mode 100644 index 000000000..48215e415 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksmserverrc @@ -0,0 +1,16 @@ +[General] +screenCount=1 + +[LegacySession: saved at previous logout] +count=0 + +[Session: saved at previous logout] +clientId1=10d8cecf96000111065458100000063760027 +clientId2=10d9d39668000112680660600000081280032 +count=2 +program1=kmix +program2=katapult +restartCommand1=kmix,-session,10d8cecf96000111065458100000063760027_1110891555_426100 +restartCommand2=katapult,-session,10d9d39668000112680660600000081280032_1169282257_747766 +restartStyleHint1=0 +restartStyleHint2=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksplashrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksplashrc new file mode 100644 index 000000000..80b4ea864 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ksplashrc @@ -0,0 +1,2 @@ +[KSplash] +Theme=Unified diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktaskbarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktaskbarrc new file mode 100755 index 000000000..cc6c1d8bf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktaskbarrc @@ -0,0 +1,7 @@ +[General] +GroupTasks=GroupNever +ShowAllWindows=false +ShowCurrentScreenOnly=true + +[Appearance] +DrawButtons=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuriikwsfilterrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuriikwsfilterrc new file mode 100644 index 000000000..5609ef964 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuriikwsfilterrc @@ -0,0 +1,2 @@ +[General] +DefaultSearchEngine=strigi diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/launcher_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/launcher_panelapplet_kubuntu_rc new file mode 100644 index 000000000..45e8ef43f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/launcher_panelapplet_kubuntu_rc @@ -0,0 +1,9 @@ +[General] +AutoAdjustMinItems=0 +Buttons=SPECIAL_BUTTON__SHOW_DESKTOP,kde-konqbrowser.desktop,kde-Kontact.desktop,kde-amarok.desktop,kde-kopete.desktop +ConserveSpace=false + +[PopularityData] +ServiceHistories=0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0 +ServiceInspos=4,1,3,2,5 +ServiceNames=kde-Help.desktop,kde-Home.desktop,kde-KControl.desktop,kde-konsole.desktop,kde-kwrite.desktop diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/metabarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/metabarrc new file mode 100644 index 000000000..6ade29f07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/metabarrc @@ -0,0 +1,2 @@ +[General] +Theme=kubuntu diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/minipager_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/minipager_panelapplet_kubuntu_rc new file mode 100644 index 000000000..4a507a9f7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/minipager_panelapplet_kubuntu_rc @@ -0,0 +1,2 @@ +[General] +BackgroundType=BgTransparent diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/profilerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/profilerc new file mode 100644 index 000000000..0cba16e75 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/profilerc @@ -0,0 +1,391 @@ +[application/x-deb - 1] +AllowAsDefault=true +Application=kde-kpackage.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 2] +AllowAsDefault=true +Application=kde-kdpkg.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 3] +AllowAsDefault=true +Application=kde-ark.desktop +GenericServiceType=Application +Preference=1 +ServiceType=application/x-deb + +[video/avi - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/avi + +[video/avi - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/avi + +[video/avi - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/avi + +[video/mp4 - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mp4 + +[video/mp4 - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mp4 + +[video/mp4 - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mp4 + +[video/mpeg - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mpeg + +[video/mpeg - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mpeg + +[video/mpeg - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mpeg + +[video/quicktime - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/quicktime + +[video/quicktime - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/quicktime + +[video/quicktime - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/quicktime + +[video/vnd.rn-realvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/x-flic - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-flic + +[video/x-flic - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-flic + +[video/x-flic - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-flic + +[video/x-matroska - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-matroska + +[video/x-matroska - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-matroska + +[video/x-matroska - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-matroska + +[video/x-ms-asf - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-wmp - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmv - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-msvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-msvideo + +[video/x-msvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-msvideo + +[video/x-msvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-msvideo + +[video/x-ogm - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ogm + +[video/x-ogm - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ogm + +[video/x-ogm - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ogm + +[video/x-theora - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-theora + +[video/x-theora - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-theora + +[video/x-theora - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-theora + +[inode/directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/directory + +[inode/directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/directory + +[inode/system_directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/system_directory + +[inode/system_directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/system_directory + +[inode/directory - 10] +AllowAsDefault=true +Application=konsolepart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=3 +ServiceType=inode/directory + +[inode/directory - 11] +AllowAsDefault=true +Application=fsview_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=inode/directory + +[inode/directory - 12] +AllowAsDefault=true +Application=konq_sidebartng.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=inode/directory + +[inode/directory - 3] +AllowAsDefault=true +Application=konq_iconview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=10 +ServiceType=inode/directory + +[inode/directory - 4] +AllowAsDefault=true +Application=konq_multicolumnview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=9 +ServiceType=inode/directory + +[inode/directory - 5] +AllowAsDefault=true +Application=konq_treeview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=8 +ServiceType=inode/directory + +[inode/directory - 6] +AllowAsDefault=true +Application=konq_infolistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=7 +ServiceType=inode/directory + +[inode/directory - 7] +AllowAsDefault=true +Application=konq_detailedlistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=6 +ServiceType=inode/directory + +[inode/directory - 8] +AllowAsDefault=true +Application=konq_textview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=5 +ServiceType=inode/directory + +[inode/directory - 9] +AllowAsDefault=true +Application=gvdirpart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=4 +ServiceType=inode/directory diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/skimrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/skimrc new file mode 100644 index 000000000..63381ac76 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/skimrc @@ -0,0 +1,2 @@ +[KDESystemTray] +/Panel/KDE/KDESystemTray/ShowQuit=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/startupconfig b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/startupconfig new file mode 100755 index 000000000..abd9ea20e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/startupconfig @@ -0,0 +1,17 @@ +#! /bin/sh +# kcminputrc Mouse cursorTheme '' +kcminputrc_mouse_cursortheme="crystalwhite" +# kcminputrc Mouse cursorSize '' +kcminputrc_mouse_cursorsize="" +# kpersonalizerrc General FirstLogin true +kpersonalizerrc_general_firstlogin="false" +# ksplashrc KSplash Theme Default +ksplashrc_ksplash_theme="Default" +# kcmrandrrc Display ApplyOnStartup false +kcmrandrrc_display_applyonstartup="false" +# kcmrandrrc [Screen0] +# kcmrandrrc [Screen1] +# kcmrandrrc [Screen2] +# kcmrandrrc [Screen3] +# kcmfonts General forceFontDPI 0 +kcmfonts_general_forcefontdpi="0" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/systemtray_panelappletrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/systemtray_panelappletrc new file mode 100644 index 000000000..ccf383453 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/systemtray_panelappletrc @@ -0,0 +1,6 @@ +[Plain] +Font=Tahoma,8,-1,5,50,0,0,0,0,0 + +[System Tray] +ShowClockInTray=true +systrayIconWidth=16 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/taskbar_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/taskbar_panelapplet_kubuntu_rc new file mode 100644 index 000000000..8d1c8b69c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/taskbar_panelapplet_kubuntu_rc @@ -0,0 +1 @@ + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twincrystalrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twincrystalrc new file mode 100644 index 000000000..3368a104a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twincrystalrc @@ -0,0 +1,48 @@ +[General] +ActiveBlur=0 +ActiveFrame=true +ActiveInline=true +ActiveMode=0 +ActiveShade=100 +ActiveUserdefined=false +AnimateHover=true +Borderwidth=3 +ButtonColor=255,255,255 +ButtonColor2=255,255,255 +ButtonColor3=255,255,255 +ButtonTheme=7 +CaptionTooltip=true +CloseColor=255,255,255 +CloseColor2=255,255,255 +CloseColor3=255,255,255 +FrameColor1=117,121,186 +FrameColor2=139,145,168 +HoverEffect=true +InactiveBlur=20 +InactiveFrame=true +InactiveInline=false +InactiveMode=0 +InactiveShade=80 +InactiveUserdefined=false +InactiveUserdefinedPicture= +InlineColor1=68,70,117 +InlineColor2=141,146,169 +LogoActive=true +LogoAlignment=1 +LogoDistance=0 +LogoFile= +LogoStretch=0 +OverlayFileActive=/usr/share/redmond-default-settings/kde-profile/default/share/apps/kwin/window-decoration-gradient.png +OverlayFileInactive=/usr/share/redmond-default-settings/kde-profile/default/share/apps/kwin/window-decoration-gradient-inactive.png +OverlayModeActive=2 +OverlayModeInactive=2 +RepaintMode=3 +RepaintTime=200 +RoundCorners=3 +TextShadow=true +TintButtons=false +TitleAlignment=AlignHCenter +Titlebarheight=24 +TrackDesktop=false +WheelTask=true +EnableTransparency=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twinrc new file mode 100644 index 000000000..f9ff5de02 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/twinrc @@ -0,0 +1,93 @@ +[Desktops] +Name_1= +Name_2= +Name_3= +Name_4= +Number=4 + +[MouseBindings] +CommandActiveTitlebar1=Raise +CommandActiveTitlebar2=Lower +CommandActiveTitlebar3=Operations menu +CommandAll1=Move +CommandAll2=Toggle raise and lower +CommandAll3=Resize +CommandAllKey=Alt +CommandAllWheel=Nothing +CommandInactiveTitlebar1=Activate and raise +CommandInactiveTitlebar2=Activate and lower +CommandInactiveTitlebar3=Operations menu +CommandTitlebarWheel=Nothing +CommandWindow1=Activate, raise and pass click +CommandWindow2=Activate and pass click +CommandWindow3=Activate and pass click + +[PopupInfo] +ShowPopup=false + +[Style] +BorderSize=1 +ButtonsOnLeft=MS +ButtonsOnRight=HIAX +CustomButtonPositions=false +PluginLib=twin3_redmond +ShowToolTips=true + +[TabBox] +TraverseAll=false + +[Notification Messages] +UseTranslucency=true + +[Translucency] +ActiveWindowOpacity=100 +ActiveWindowShadowSize=150 +DockOpacity=80 +DockShadowSize=50 +InactiveWindowOpacity=75 +InactiveWindowShadowSize=50 +MenuShadowSize=50 +MovingWindowOpacity=25 +OnlyDecoTranslucent=false +RemoveShadowsOnMove=false +RemoveShadowsOnResize=false +ResetKompmgr=false +TranslucentActiveWindows=false +TranslucentDocks=false +TranslucentInactiveWindows=false +TranslucentMovingWindows=false +TreatKeepAboveAsActive=true + +[Windows] +ActiveMouseScreen=false +AltTabStyle=KDE +AnimateMinimize=true +AnimateMinimizeSpeed=5 +AnimateShade=true +AutoRaise=off +AutoRaiseInterval=750 +BorderSnapZone=10 +ClickRaise=on +DelayFocus=off +DelayFocusInterval=750 +ElectricBorderDelay=150 +ElectricBorders=0 +FocusPolicy=ClickToFocus +FocusStealingPreventionLevel=1 +GeometryTip=false +HideUtilityWindowsForInactive=true +IgnoreFocusStealingClasses=kio_uiserver +MaximizeButtonLeftClickCommand=Maximize +MaximizeButtonMiddleClickCommand=Maximize (vertical only) +MaximizeButtonRightClickCommand=Maximize (horizontal only) +MoveMode=Opaque +MoveResizeMaximizedWindows=false +Placement=Smart +ResizeMode=Opaque +RollOverDesktops=true +SeparateScreenFocus=false +ShadeHover=on +ShadeHoverInterval=250 +SnapOnlyWhenOverlapping=false +TitlebarDoubleClickCommand=Maximize +WindowSnapZone=10 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/uiserver b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/uiserver new file mode 100644 index 000000000..932d73471 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/uiserver @@ -0,0 +1,2 @@ +[UIServer] +ShowList=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/yakuakerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/yakuakerc new file mode 100644 index 000000000..14d4a035f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde-rc-files/yakuakerc @@ -0,0 +1,9 @@ +[Options] +background=false +focus=false +height=70 +location=50 +screen=1 +steps=20 +tabs=true +width=80 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/CHANGELOG b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/CHANGELOG new file mode 100644 index 000000000..028c9fc89 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/CHANGELOG @@ -0,0 +1,9 @@ +0.1: Initial release + - widget background + - clock + - notes applet theme + +0.2: + - Plasma dialog background + - Opaque plasma dialog background + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/INSTALL b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/INSTALL new file mode 100644 index 000000000..ea8a37692 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/INSTALL @@ -0,0 +1,17 @@ +INSTALL + +System-wide install: +Extract this archive to $KDE4ROOT/share/apps/desktoptheme directory, +where $KDE4ROOT is the location where your KDE4.0 is installed. + +User-only install: (kudos to boardercoach for reminding me of this) +Extract this archive to ~/.kde4/share/apps/desktoptheme directory + +HOW TO ACTIVATE + +Open your plasmarc file (~/.kde4/share/config/plasmarc) and in the +[Theme] section replace name=Default with name=slim-glow + +When you restart plasma, the new theme will be loaded. +(you can log out, and log back in) + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/LICENSE b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/LICENSE new file mode 100644 index 000000000..d64d3ac80 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/LICENSE @@ -0,0 +1,5 @@ +The theme was created from the default Plasma theme. + +For images created by me (Ivan Cukic), GPL 2 or 3 or later applies. + +For images that are retained from the default Plasma theme see copyright notice of that theme. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/colors b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/colors new file mode 100644 index 000000000..ac65ca342 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/colors @@ -0,0 +1,81 @@ +[Colors:Button] +BackgroundAlternate=218,221,215 +BackgroundNormal=218,221,215 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,154,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Selection] +BackgroundAlternate=60,131,208 +BackgroundNormal=60,131,208 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=177,202,232 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,248,209 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Tooltip] +BackgroundAlternate=255,248,209 +BackgroundNormal=255,248,209 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=232,185,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:View] +BackgroundAlternate=241,241,239 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Window] +BackgroundAlternate=40,40,40 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[General] +shadeSortColumn=true + +[KDE] +contrast=7 + +[WM] +activeBackground=65,142,220 +activeForeground=255,255,255 +inactiveBackground=157,170,186 +inactiveForeground=65,142,220 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/background.svg new file mode 100644 index 000000000..5d8290a23 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg new file mode 100644 index 000000000..c5f9a5034 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg @@ -0,0 +1,148 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/elementbgnormal.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/elementbgnormal.svg new file mode 100644 index 000000000..3eea0423a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/elementbgnormal.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/raptorslide.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/raptorslide.svg new file mode 100644 index 000000000..6a2fefb14 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/menu/raptorslide.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/down.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/down.svg new file mode 100644 index 000000000..16f1f4199 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/down.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/up.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/up.svg new file mode 100644 index 000000000..7162e9353 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/news/up.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/opaque/dialogs/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/opaque/dialogs/background.svg new file mode 100644 index 000000000..d68a79acd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/opaque/dialogs/background.svg @@ -0,0 +1,205 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Opaque Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg new file mode 100644 index 000000000..412b3d684 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg new file mode 100644 index 000000000..3b947f614 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/theme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/theme.desktop new file mode 100644 index 000000000..334a3db9a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/theme.desktop @@ -0,0 +1,5 @@ +[Plasma Theme] +Name=Slim Glow +Comment=Slick theme for dark wallpapers +Author=Ivan Čukić (ivan) +License=GPL2+ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/akonadi.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/akonadi.svg new file mode 100644 index 000000000..a3c18d3e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/akonadi.svg @@ -0,0 +1,362 @@ + + + + + + + image/svg+xml + + Akonadi Plasmoid + + + Thomas Moenicke + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EMAIL + AKONADI + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/analog_meter.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/analog_meter.svg new file mode 100644 index 000000000..8e9fa9a35 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/analog_meter.svg @@ -0,0 +1,945 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/background.svg new file mode 100644 index 000000000..dabb94e48 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Widget Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg new file mode 100644 index 000000000..d83b884a2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg @@ -0,0 +1,220 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg new file mode 100644 index 000000000..ec5abce8b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg @@ -0,0 +1,219 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg new file mode 100644 index 000000000..967f4ed74 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg @@ -0,0 +1,992 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery.svg new file mode 100644 index 000000000..a8ab672f5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/battery.svg @@ -0,0 +1,682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/clock.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/clock.svg new file mode 100644 index 000000000..fc9b79f56 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/clock.svg @@ -0,0 +1,432 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/connection-established.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/connection-established.svg new file mode 100644 index 000000000..92e8fee60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/connection-established.svg @@ -0,0 +1,1717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Oxygen team + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/greenarrow.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/greenarrow.svg new file mode 100644 index 000000000..ac63dd7c3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/greenarrow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/iconbutton.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/iconbutton.svg new file mode 100644 index 000000000..c0bc6aa0c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/iconbutton.svg @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/kget.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/kget.svg new file mode 100644 index 000000000..2afb85ea0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/kget.svg @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/luna.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/luna.svg new file mode 100644 index 000000000..44b5a068d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/luna.svg @@ -0,0 +1,2431 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/network_traffic.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/network_traffic.svg new file mode 100644 index 000000000..8adb0a1cf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/network_traffic.svg @@ -0,0 +1,11958 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/notes.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/notes.svg new file mode 100644 index 000000000..5279d6a4f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/notes.svg @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/panel-background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/panel-background.svg new file mode 100644 index 000000000..33c56b2bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/panel-background.svg @@ -0,0 +1,345 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg new file mode 100644 index 000000000..201ac63e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg @@ -0,0 +1,2007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Konqui - enjoy the experience + + + Pedro Carbajal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/plot-background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/plot-background.svg new file mode 100644 index 000000000..de8d36599 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/plot-background.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/tiger.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/tiger.svg new file mode 100644 index 000000000..983e57026 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/tiger.svg @@ -0,0 +1,730 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/toolbox-button.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/toolbox-button.svg new file mode 100644 index 000000000..c3158d60d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/toolbox-button.svg @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/train-clock.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/train-clock.svg new file mode 100644 index 000000000..6765b03de --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/artwork/desktoptheme/widgets/train-clock.svg @@ -0,0 +1,1518 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + in pannel + out off pannel + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-home new file mode 100644 index 000000000..2e7cb00ab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=user-home diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-media new file mode 100644 index 000000000..303a02046 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=drive-harddisk diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/TODO-plasma-appletsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/TODO-plasma-appletsrc new file mode 100644 index 000000000..dde841be5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/TODO-plasma-appletsrc @@ -0,0 +1,2 @@ +[Containments][1] +wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.jpg diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..837e3aa07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/cryptodefaults @@ -0,0 +1,2 @@ +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/dolphinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/dolphinrc new file mode 100644 index 000000000..684474d37 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/dolphinrc @@ -0,0 +1,3 @@ +[MainWindow] +#This is to add the information panel. goodness knows what the rest does. +State=AAAA/wAAAAD9AAAAAwAAAAAAAABpAAABpfwCAAAAAvsAAAAYAHQAcgBlAGUAVgBpAGUAdwBEAG8AYwBrAAAAAAD/////AAAAGQD////7AAAAFABwAGwAYQBjAGUAcwBEAG8AYwBrAQAAAE8AAAGlAAAATwD///8AAAABAAAAkgAAAaX8AgAAAAH7AAAAEABpAG4AZgBvAEQAbwBjAGsBAAAATwAAAaUAAAFhAP///wAAAAMAAAK8////+vwBAAAAAfsAAAAYAHQAZQByAG0AaQBuAGEAbABEAG8AYwBrAAAAAAD/////AAAARwD///8AAAG1AAABpQAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAABAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAAAAArwAAAAAAAAAAA== diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/katerc new file mode 100644 index 000000000..be120de43 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/katerc @@ -0,0 +1,6 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcminputrc new file mode 100644 index 000000000..b2fee2a64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=oxy-white diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..897bed37a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcmnspluginrc @@ -0,0 +1,3 @@ +[Misc] +startkdeScan=true +PluginsListFile=/usr/share/redmond-default-settings/kde-profile/default/share/apps/konqueror/konq_plugins.xml diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kdeglobals new file mode 100644 index 000000000..e02c15643 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kdeglobals @@ -0,0 +1,13 @@ +[General] +XftAntialias=true +XftHintStyle=hintfull +XftSubPixel=none +desktopFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +menuFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +smallestReadableFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 +taskbarFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 + +[PreviewSettings] +UseFileThumbnails=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kmixrc new file mode 100644 index 000000000..8c6888651 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kmixrc @@ -0,0 +1,2 @@ +[Global] +Visible=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwinrc new file mode 100644 index 000000000..8f06aef78 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kde4/kde-rc-files/kwinrc @@ -0,0 +1,5 @@ +[Desktops] +Number=2 + +[Windows] +TitlebarDoubleClickCommand=Maximize diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/keyboard-rc-files/win-key.sh b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/keyboard-rc-files/win-key.sh new file mode 100644 index 000000000..d28fa8be7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/keyboard-rc-files/win-key.sh @@ -0,0 +1,2 @@ +xmodmap -e 'keycode 133=Menu' +xmodmap -e 'keycode 134=Menu' diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kickerrc new file mode 100644 index 000000000..2bf2fd34b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kickerrc @@ -0,0 +1,10 @@ +[KMenu] +CustomIcon=kmenu +ShowText=true +Text=Start + +[buttons] +Font=Tahoma,9,-1,5,75,0,0,0,0,0 + +[General] +ShowIconActivationEffect=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc new file mode 100644 index 000000000..9d201d296 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc @@ -0,0 +1,12 @@ +[xcompmgr] +Compmode= +DisableARGB=false +FadeInStep=0.07 +FadeMenuWindows=true +FadeOutStep=0.07 +FadeTrans=false +FadeWindows=false +ShadowColor=0x000000 +ShadowOffsetX=-122 +ShadowOffsetY=-80 +ShadowRadius=6 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/email.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/email.desktop new file mode 100644 index 000000000..4cb6de28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/email.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Actions=Email +Encoding=UTF-8 +ServiceTypes=allfiles + +[Desktop Action Email] +Name=Email File +Name[de]=Versenden als E-Mail +Name[fr]=Envoyer par courriel +Name[pl]=Wyślij plik w załączniku +Exec=kmail --attach %F +Icon=kmail diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/konq_plugins.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/konq_plugins.xml new file mode 100644 index 000000000..1df24cc92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/konqueror-profile/konq_plugins.xml @@ -0,0 +1,12 @@ + + + + + Macromedia Flash Player 9.0 + http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz + http://www.adobe.com/shockwave/download/license/desktop/ssi/eula_ssi.html + this field appear if licenceurl doesn't exist + install_flash_player_9_linux/libflashplayer.so + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-plugins/dirfilterplugin.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-plugins/dirfilterplugin.rc new file mode 100755 index 000000000..cb7bb0081 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-plugins/dirfilterplugin.rc @@ -0,0 +1,19 @@ + + + + + &Tools + + + + + Extra Toolbar + + + + Filter Toolbar + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part.rc new file mode 100755 index 000000000..da8f97f73 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part.rc @@ -0,0 +1,57 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part_readonly.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part_readonly.rc new file mode 100755 index 000000000..888d12e8d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ark_part_readonly.rc @@ -0,0 +1,42 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/gvimagepart.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/gvimagepart.rc new file mode 100755 index 000000000..5e0cdf11a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/gvimagepart.rc @@ -0,0 +1,39 @@ + + + + &File + + + + + + &View + + + &Colors + + + + + + + + + + + + + + + + +Context Toolbar + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/khtml_browser.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/khtml_browser.rc new file mode 100755 index 000000000..2eab2a321 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/khtml_browser.rc @@ -0,0 +1,43 @@ + + + + &File + + + + + + + &Edit + + + + + + + + + &View + + + + + + + + + + +Main Toolbar + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ksvgplugin.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ksvgplugin.rc new file mode 100755 index 000000000..abf3537d7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/ksvgplugin.rc @@ -0,0 +1,35 @@ + + + + &Settings + + + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/part.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/part.rc new file mode 100644 index 000000000..e7ecb2f3d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kpart-rc-files/part.rc @@ -0,0 +1,63 @@ + + + + &File + + + + + + &Edit + + + + &View + + + + + + + + + + + + &Go + + + + + + + + + + + + &Tools + + + + + &Settings + + + + +Context Toolbar + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kwallet-default-wallet/kdewallet.kwl b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kwallet-default-wallet/kdewallet.kwl new file mode 100755 index 000000000..485b2e683 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kwallet-default-wallet/kdewallet.kwl differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-7z.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-7z.desktop new file mode 100644 index 000000000..b8a1f6a57 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-7z.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive 7-Zip +Hidden=false +Patterns=*.7z;*.7Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-ace.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-ace.desktop new file mode 100644 index 000000000..55a07116b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-ace.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ACE +Hidden=false +Patterns=*.ace;*.ACE +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arc.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arc.desktop new file mode 100644 index 000000000..2a65951e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arc.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARC +Hidden=false +Patterns=*.arc;*.ARC +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-archive.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-archive.desktop new file mode 100644 index 000000000..4fe4ad21d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-archive.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive AR +Hidden=false +Patterns=*.a +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arj.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arj.desktop new file mode 100644 index 000000000..9833cee92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-arj.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARJ +Hidden=false +Patterns=*.arj;*.ARJ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip.desktop new file mode 100644 index 000000000..a9d55c0c5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip File +Hidden=false +Patterns=*.bz;*.BZ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip2.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip2.desktop new file mode 100644 index 000000000..76ff0d62a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-bzip2.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2 File +Hidden=false +Patterns=*.bz2;*.BZ2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-compress.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-compress.desktop new file mode 100644 index 000000000..e9ab5c907 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-compress.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=UNIX Compressed File +Hidden=false +Patterns=*.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-cpio.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-cpio.desktop new file mode 100644 index 000000000..6947dfad6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-cpio.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive CPIO +Hidden=false +Patterns=*.cpio +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-gzip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-gzip.desktop new file mode 100644 index 000000000..c3ca52731 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-gzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzip File +Hidden=false +Patterns=*.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lha.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lha.desktop new file mode 100644 index 000000000..bfdfd8830 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lha.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive LHA +Hidden=false +Patterns=*.lha;*.lzh;*.LHA;*.LZH +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lzop.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lzop.desktop new file mode 100644 index 000000000..9865b07b9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-lzop.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Comment=Lzopped File +Hidden=false +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-pak.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-pak.desktop new file mode 100644 index 000000000..fc22d2bb5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-pak.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Fichier archive PAK +Hidden=false +Patterns=*.pak;*.PAK +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-rar.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-rar.desktop new file mode 100644 index 000000000..35f9d7388 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-rar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Rar +Hidden=false +Patterns=*.rar;*.RAR +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tar.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tar.desktop new file mode 100644 index 000000000..9ced52953 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Tar +Hidden=false +Patterns=*.tar +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tarz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tarz.desktop new file mode 100644 index 000000000..8e1c1856d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tarz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Compressed Tar Archive +Hidden=false +Patterns=*.tar.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tbz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tbz.desktop new file mode 100644 index 000000000..8889183bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tbz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2-ed Tar Archive +Hidden=false +Patterns=*.tar.bz;*.tbz;*.tar.bz2;*.tbz2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tgz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tgz.desktop new file mode 100644 index 000000000..ef34b8220 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tgz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzipped Tar Archive +Hidden=false +Patterns=*.tar.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tzo.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tzo.desktop new file mode 100644 index 000000000..37d355b52 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-tzo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Lzopped Tar Archive +Hidden=false +Patterns=*.tar.lzo;*.tzo +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zip.desktop new file mode 100644 index 000000000..e6e3ecf95 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zip +Hidden=false +Patterns=*.zip;*.ZIP +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zoo.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zoo.desktop new file mode 100644 index 000000000..bffb80bde --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/mimelnk/x-zoo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zoo +Hidden=false +Patterns=*.zoo;*.ZOO +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/kstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/kstylerc new file mode 100644 index 000000000..4d1d76779 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/kstylerc @@ -0,0 +1,4 @@ +[Settings] +SemiTransparentRubberband=true +MenuDropShadow=true +ScrollablePopupMenus=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/lipstikstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/lipstikstylerc new file mode 100644 index 000000000..c1c892daa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/lipstikstylerc @@ -0,0 +1,34 @@ +[Settings] +alterMenuGradients=false +animateProgressBar=true +checkMarkColor=#7a82b9 +coloredMenuBar=false +comboboxColored=false +compressedMenus=false +customCheckMarkColor=true +customFocusHighlightColor=false +customMenuStripeColor=true +customOverHighlightColor=false +drawFocusRect=true +drawStatusBarFrame=true +drawTabHighlight=true +drawToolBarHandle=true +drawToolBarItemSeparator=true +drawToolBarSeparator=false +drawTriangularExpander=true +flatHeaders=true +flatStripe=false +focusHighlightColor=#2050ff +inputFocusHighlight=true +kickerHighlight=true +menuLeftSideBar=true +menuStripeColor=#e6e6e6 +overHighlightColor=#3e51ff +paintGroove=true +reverseGradients=true +scrollBarStyle=ThreeButtonScrollBar +scrollBarWidth=Normal +sharperMenuGradient=true +sliderStyle=sliderLipstikStyle +tickCheckMark=true + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/polyesterstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/polyesterstylerc new file mode 100644 index 000000000..8526d4fa6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/qt-rc-files/polyesterstylerc @@ -0,0 +1,36 @@ +[Settings] +animateButton=true +animateButtonToDark=false +animateProgressBar=true +buttonMenuItem=true +buttonStyle=glass +centeredTabBar=false +checkMarkColor=#000000 +coloredScrollBar=true +colorizeSortedHeader=true +customCheckMarkColor=false +customFocusHighlightColor=false +customMenuBarEmphasisColor=false +customOverHighlightColor=false +drawToolBarItemSeparator=false +drawToolBarSeparator=false +drawTriangularExpander=false +focusHighlightColor=#000000 +highLightTab=true +inputFocusHighlight=true +lightBorder=true +menuBarEmphasis=false +menuBarEmphasisBorder=false +menuBarEmphasisColor=#000000 +menuItemSpacing=8 +menuStripe=false +overHighlightColor=#000000 +scrollBarLines=false +scrollBarSize=16 +scrollBarStyle=ThreeButtonScrollBar +shadowedButtonsText=false +shadowedMenuBarText=false +shadowedText=true +statusBarFrame=true +useLowerCaseText=false + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc new file mode 100644 index 000000000..d8578e154 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc @@ -0,0 +1,582 @@ +# KDM master configuration file +# +# Please note: Settings in this file are sometimes ignored (overridden). +# The default KDM startup script /etc/init.d/kdm looks in /etc/default/kdm.d +# for theme-related settings which, if found, take precedence. The possibly +# overridden settings are: UseBackground, BackgroundCfg, UseTheme, Theme. +# See /usr/share/doc/kdm/README.Debian for details +# +# Definition: the greeter is the login dialog, i.e., the part of KDM +# which the user sees. +# +# You can configure every X-display individually. +# Every display has a display name, which consists of a host name +# (which is empty for local displays specified in {Static|Reserve}Servers), +# a colon, and a display number. Additionally, a display belongs to a +# display class (which can be ignored in most cases; the control center +# does not support this feature at all). +# Sections with display-specific settings have the formal syntax +# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" +# You can use the "*" wildcard for host, number, and class. You may omit +# trailing components; they are assumed to be "*" then. +# The host part may be a domain specification like ".inf.tu-dresden.de". +# It may also be "+", which means non-empty, i.e. remote displays only. +# From which section a setting is actually taken is determined by these +# rules: +# - an exact match takes precedence over a partial match (for the host part), +# which in turn takes precedence over a wildcard ("+" taking precedence +# over "*") +# - precedence decreases from left to right for equally exact matches +# Example: display name "myhost:0", class "dpy". +# [X-myhost:0_dpy] precedes +# [X-myhost:0_*] (same as [X-myhost:0]) precedes +# [X-myhost:*_dpy] precedes +# [X-myhost:*_*] (same as [X-myhost]) precedes +# [X-+:0_dpy] precedes +# [X-*:0_dpy] precedes +# [X-*:0_*] (same as [X-*:0]) precedes +# [X-*:*_*] (same as [X-*]) +# These sections do NOT match this display: +# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] +# If a setting is not found in any matching section, the default is used. +# +# Every comment applies to the following section or key. Note that all +# comments will be lost if you change this file with the kcontrol frontend. +# The defaults refer to KDM's built-in values, not anything set in this file. +# +# Special characters need to be backslash-escaped (leading and trailing +# spaces (\s), tab (\t), linefeed (\n), carriage return (\r) and the +# backslash itself (\\)). +# In lists, fields are separated with commas without whitespace in between. +# Some command strings are subject to simplified sh-style word splitting: +# single quotes (') and double quotes (") have the usual meaning; the backslash +# quotes everything (not only special characters). Note that the backslashes +# need to be doubled because of the two levels of quoting. + +[General] +# This option exists solely for the purpose of a clean automatic upgrade. +# Do not even think about changing it! +ConfigVersion=2.3 +# List of permanent displays. Displays with a hostname are foreign. A display +# class may be specified separated by an underscore. +# Default is ":0" +StaticServers=:0 +# List of on-demand displays. See StaticServers for syntax. +# Default is "" +ReserveServers=:1,:2,:3 +# VTs to allocate to X-servers. A negative number means that the VT will be +# used only if it is free. If all VTs in this list are used up, the next free +# one greater than the last one in this list will be allocated. +# Default is "" +ServerVTs=-7 +# TTYs (without /dev/) to monitor for activity while in console mode. +# Default is "" +ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 +# Where KDM should store its PID (do not store if empty). +# Default is "" +PidFile=/var/run/kdm.pid +# Whether KDM should lock the PID file to prevent having multiple KDM +# instances running at once. Do not change unless you are brave. +# Default is true +#LockPidFile=false +# Where to store authorization files. +# Default is "/var/run/xauth" +#AuthDir=/tmp +# Whether KDM should automatically re-read configuration files, if it +# finds them having changed. +# Default is true +#AutoRescan=false +# Additional environment variables KDM should pass on to all programs it runs. +# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; +# otherwise, it should not be necessary very often. +# Default is "" +#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR +# A character device KDM should read entropy from. +# Empty means use the system's preferred entropy device. +# Default is "" +#RandomDevice=/dev/altrandom +# Where the command FiFos should be created; make it empty to disable +# them. +# Default is "/var/run/xdmctl" +#FifoDir=/tmp +# The group to which the global command FiFo should belong; +# can be either a name or a numerical ID. +# Default is 0 +#FifoGroup=xdmctl +# The directory in which KDM should store persistent working data. +# Default is "/var/lib/kdm" +#DataDir= +# The directory in which KDM should store users' .dmrc files. This is only +# needed if the home directories are not readable before actually logging in +# (like with AFS). +# Default is "" +#DmrcDir=/nfs-shared/var/dmrcs + +[Xdmcp] +# Whether KDM should listen to incoming XDMCP requests. +# Default is true +Enable=false +# The UDP port on which KDM should listen for XDMCP requests. Do not change. +# Default is 177 +#Port=177 +# File with the private keys of X-terminals. Required for XDM authentication. +# Default is "" +#KeyFile=/etc/trinity/kdm/kdmkeys +# XDMCP access control file in the usual XDM-Xaccess format. +# Default is "/etc/trinity/kdm/Xaccess" +#Xaccess= +# Number of seconds to wait for display to respond after the user has +# selected a host from the chooser. +# Default is 15 +#ChoiceTimeout=10 +# Strip domain name from remote display names if it is equal to the local +# domain. +# Default is true +#RemoveDomainname=false +# Use the numeric IP address of the incoming connection on multihomed hosts +# instead of the host name. +# Default is false +#SourceAddress=true +# The program which is invoked to dynamically generate replies to XDMCP +# DirectQuery or BroadcastQuery requests. +# If empty, no program is invoked and "Willing to manage" is sent. +# Default is "" +Willing=/etc/trinity/kdm/Xwilling + +[Shutdown] +# The command (subject to word splitting) to run to halt the system. +# Default is "/sbin/poweroff" +#HaltCmd= +# The command (subject to word splitting) to run to reboot the system. +# Default is "/sbin/reboot" +#RebootCmd= +# Whether it is allowed to shut down the system via the global command FiFo. +# Default is false +#AllowFifo=true +# Whether it is allowed to abort active sessions when shutting down the +# system via the global command FiFo. +# Default is true +#AllowFifoNow=false +# The boot manager KDM should use for offering boot options in the +# shutdown dialog. +# "None" - no boot manager +# "Grub" - Grub boot manager +# "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only) +# Default is None +#BootManager=Grub + +# Rough estimations about how many seconds KDM will spend at most on +# - opening a connection to the X-server (OpenTime) if the attempt +# - times out: OpenTimeout +# - is refused: OpenRepeat * OpenDelay +# - starting a local X-server (ServerTime): +# ServerAttempts * (ServerTimeout + OpenDelay) +# - starting a display: +# - local display: ServerTime + OpenTime +# - foreign display: StartAttempts * OpenTime +# - XDMCP display: OpenTime (repeated indefinitely by client) + +# Core config for all displays +[X-*-Core] +# How long to wait before retrying to connect a display. +# Default is 15 +#OpenDelay=15 +# How long to wait before timing out a display connection attempt. +# Default is 120 +#OpenTimeout=120 +# How many connection attempts to make during a start attempt. Note that +# a timeout aborts the entire start attempt. +# Default is 5 +#OpenRepeat=5 +# Try at most that many times to start a display. If this fails, the display +# is disabled. +# Default is 4 +#StartAttempts=4 +# Ping remote display every that many minutes. +# Default is 5 +#PingInterval=5 +# Wait for a Pong that many minutes. +# Default is 5 +#PingTimeout=5 +# The name of this X-server's Xauth file. +# If empty, a random name in the AuthDir directory will be used. +# Default is "" +#AuthFile= +# Specify a file with X-resources for the greeter, chooser and background. +# The KDE frontend does not use this file, so you do not need it unless you +# use another background generator than krootimage. +# Default is "" +#Resources= +# The xrdb program to use to read the above specified recources. +# Subject to word splitting. +# Default is "/usr/bin/xrdb" +#Xrdb= +# A program to run before the greeter is shown. Can be used to start an +# xconsole or an alternative background generator. Subject to word splitting. +# Default is "" +Setup=/etc/trinity/kdm/Xsetup +# A program to run before a user session starts. Subject to word splitting. +# Default is "" +Startup=/etc/trinity/kdm/Xstartup +# A program to run after a user session exits. Subject to word splitting. +# Default is "" +Reset=/etc/trinity/kdm/Xreset +# The program which is run as the user which logs in. It is supposed to +# interpret the session argument (see SessionsDirs) and start an appropriate +# session according to it. Subject to word splitting. +# Default is "/usr/bin/xterm -ls -T" +Session=/etc/trinity/kdm/Xsession +# The program to run if Session fails. +# Default is "/usr/bin/xterm" +#FailsafeClient= +# The PATH for the Session program. +# Default is "/usr/local/bin:/opt/trinity/bin:/usr/bin:/bin:/opt/trinity/games:/usr/games" +#UserPath= +# The PATH for Setup, Startup and Reset, etc. +# Default is "/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin" +#SystemPath= +# The default system shell. +# Default is "/bin/sh" +#SystemShell=/bin/bash +# Where to put the user's X-server authorization file if ~/.Xauthority +# cannot be created. +# Default is "/tmp" +#UserAuthDir= +# Whether to automatically restart sessions after X-server crashes. +# Note that enabling this makes circumventing screen lockers other than +# KDE's built-in one possible! +# Default is false +#AutoReLogin=true +# Allow root logins? +# Default is true +AllowRootLogin=false +# Allow to log in, when user has set an empty password? +# Default is true +AllowNullPasswd=false +# Who is allowed to shut down the system. This applies both to the +# greeter and to the command FiFo. +# "None" - no "Shutdown..." menu entry is shown at all +# "Root" - the root password must be entered to shut down +# "All" - everybody can shut down the machine +# Default is All +AllowShutdown=Root +# Who is allowed to abort active sessions when shutting down. +# "None" - no forced shutdown is allowed at all +# "Root" - the root password must be entered to shut down forcibly +# "All" - everybody can shut down the machine forcibly +# Default is All +#AllowSdForceNow=Root +# The default choice for the shutdown condition/timing. +# "Schedule" - shut down after all active sessions exit (possibly at once) +# "TryNow" - shut down, if no active sessions are open; otherwise, do nothing +# "ForceNow" - shut down unconditionally +# Default is Schedule +#DefaultSdMode=ForceNow +# How to offer shutdown scheduling options: +# "Never" - not at all +# "Optional" - as a button in the simple shutdown dialogs +# "Always" - instead of the simple shutdown dialogs +# Default is Never +#ScheduledSd=Optional +# The directories containing session type definitions in .desktop format. +# Default is "/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions" +#SessionsDirs=/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions +# The file (relative to $HOME) to redirect the session output to. This is +# a printf format string; one %s will be replaced with the display name. +# Default is ".xsession-errors" +ClientLogFile=.xsession-errors-%s +# Whether KDM's built-in utmp/wtmp/lastlog registration should be used. +# Default is false +#UseSessReg=true + +# Greeter config for all displays +[X-*-Greeter] +# Widget style of the greeter. "" means the built-in default which currently +# is "Plastik". +# Default is "" +#GUIStyle=Windows +# Compositor binary name, if compositing is desired. "" means no compositing support. +# Default is "" +Compositor=kompmgr +# Window manager binary name, if window decorations are desired. "" means no window manager support. +# Default is "twin" +WindowManager=twin +# SAK +# Default is true +UseSAK=true +# Admin session +# Default is false +#UseAdminSession=true +# Widget color scheme of the greeter. "" means the built-in default which +# currently is yellowish grey with some light blue and yellow elements. +# Default is "" +#ColorScheme=Pumpkin +# What should be shown in the greeter's logo are: +# "None" - nothing +# "Logo" - the image specified by LogoPixmap +# "Clock" - a neat analog clock +# Default is Clock +LogoArea=Logo +# The image to show when LogoArea=Logo. +# Default is "" +LogoPixmap=/opt/trinity/share/apps/kdm/pics/kdelogo.png +# The relative coordinates (X,Y in percent) of the center of the greeter. +# Default is "50,50" +#GreeterPos=30,40 +# The screen the greeter should be displayed on in multi-headed and Xinerama +# setups. The numbering starts with 0. For Xinerama, it corresponds to the +# listing order in the active ServerLayout section of XF86Config; -1 means +# to use the upper-left screen, -2 means to use the upper-right screen. +# Default is 0 +#GreeterScreen=-1 +# The headline in the greeter. The following character pairs are replaced: +# - %d -> current display +# - %h -> host name, possibly with domain name +# - %n -> node name, most probably the host name without domain name +# - %s -> the operating system +# - %r -> the operating system's version +# - %m -> the machine (hardware) type +# - %% -> a single % +# Default is "Welcome to Trinity at %n" +#GreetString=Welcome to Trinity at %n +# Whether the fonts used in the greeter should be antialiased. +# Default is true +AntiAliasing=true +# The font for the greeter headline. +# Default is "Serif,20,bold" +#GreetFont=Sans Serif,22,5,0,50,0 +# The normal font used in the greeter. +# Default is "Sans Serif,10" +#StdFont=Sans Serif,10,5,0,50,0 +# The font used for the "Login Failed" message. +# Default is "Sans Serif,10,bold" +#FailFont=Sans Serif,10,5,0,75,0 +# What to do with the Num Lock modifier for the time the greeter is running: +# "Off" - turn off +# "On" - turn on +# "Keep" - do not change the state +# Default is Keep +#NumLock=Off +# Language and locale to use in the greeter, encoded like $LC_LANG. +# Default is "en_US" +#Language=de_DE +# Enable autocompletion in the username line edit. +# Default is false +#UserCompletion=true +# Enable user list (names along with images) in the greeter. +# Default is true +#UserList=false +# User selection for UserCompletion and UserList: +# "NotHidden" - all users except those listed in HiddenUsers +# "Selected" - only the users listed in SelectedUsers +# Default is NotHidden +#ShowUsers=Selected +# For ShowUsers=Selected. @ means all users in that group. +# Default is "" +#SelectedUsers=root,johndoe +# For ShowUsers=NotHidden. @ means all users in that group. +# Default is "" +#HiddenUsers=root +# Special case of HiddenUsers: users with a non-zero UID less than this number +# will not be shown as well. +# Default is 0 +MinShowUID=1000 +# Complement to MinShowUID: users with a UID greater than this number will +# not be shown as well. +# Default is 65535 +MaxShowUID=29999 +# If false, the users are listed in the order they appear in /etc/passwd. +# If true, they are sorted alphabetically. +# Default is true +#SortUsers=false +# Specify, where the users' pictures should be taken from. +# "AdminOnly" - from /$USER.face[.icon] +# "PreferAdmin" - prefer , fallback on $HOME +# "PreferUser" - ... and the other way round +# "UserOnly" - from the user's $HOME/.face[.icon] +# Default is AdminOnly +#FaceSource=PreferUser +# The directory containing the user images if FaceSource is not UserOnly. +# Default is "/opt/trinity/share/apps/kdm/faces" +#FaceDir=/usr/share/faces +# Specify, if/which user should be preselected for log in. +# "None" - do not preselect any user +# "Previous" - the user which successfully logged in last time +# "Default" - the user specified in the DefaultUser option +# Default is None +#PreselectUser=Previous +# If this is true, the password input line is focused automatically if +# a user is preselected. +# Default is false +#FocusPasswd=true +# The password input fields cloak the typed in text. Specify, how to do it: +# "OneStar" - * is shown for every typed letter +# "ThreeStars" - *** is shown for every typed letter +# "NoEcho" - nothing is shown at all, the cursor does not move +# Default is OneStar +#EchoMode=NoEcho +# If true, krootimage will be automatically started by KDM; otherwise, the +# Setup script should be used to setup the background. +# Default is true +#UseBackground=false +# The configuration file to be used by krootimage. +# Default is "/etc/trinity/kdm/backgroundrc" +#BackgroundCfg= +# Hold the X-server grabbed the whole time the greeter is visible. This +# may be more secure, but it will disable any background and other +# X-clients started from the Setup script. +# Default is false +#GrabServer=true +# How many seconds to wait for grab to succeed. +# Default is 3 +#GrabTimeout=3 +# Warn, if display has no X-authorization (local auth cannot be created, +# XDMCP display wants no auth, or display is foreign from StaticServers). +# Default is true +#AuthComplain=false +# Random seed for forging saved session types, etc. of unknown users. +# This value should be random but constant across the login domain. +# Default is 0 +#ForgingSeed=0 +# Specify conversation plugins for the login dialog. Each plugin can be +# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) +# or as a full pathname. +# Default is "classic" +#PluginsLogin=sign +# Same as PluginsLogin, but for the shutdown dialog. +# Default is "classic" +#PluginsShutdown=modern +# A list of options of the form Key=Value. The conversation plugins can query +# these settings; it is up to them what possible keys are. +# Default is "" +#PluginOptions=SomeKey=randomvalue,Foo=bar +# Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs +# is configured). +# Default is true +#AllowConsole=false +# A program to run while the greeter is visible. It is supposed to preload +# as much as possible of the session that is going to be started (most +# probably). +# Default is "" +Preloader=/opt/trinity/bin/preloadkde +# Whether the greeter should be themed. +# Default is true +UseTheme=false +# The theme to use for the greeter. Can point to either a directory or an XML +# file. +# Default is "/opt/trinity/share/apps/kdm/themes/o2_enterprise" +Theme=/opt/trinity/share/apps/kdm/themes/kubuntu-trinity + +# Core config for local displays +[X-:*-Core] +# How often to try to run the X-server. Running includes executing it and +# waiting for it to come up. +# Default is 1 +#ServerAttempts=1 +# How long to wait for a local X-server to come up. +# Default is 15 +#ServerTimeout=15 +# The command line to start the X-server, without display number and VT spec. +# This string is subject to word splitting. +# Default is "/usr/bin/X -br" +ServerCmd=/usr/bin/X -br +# Additional arguments for the X-servers for local sessions. +# This string is subject to word splitting. +# Default is "" +ServerArgsLocal=-nolisten tcp +# Additional arguments for the X-servers for remote sessions. +# This string is subject to word splitting. +# Default is "" +#ServerArgsRemote= +# Restart instead of resetting the local X-server after session exit. +# Use it if the server leaks memory etc. +# Default is false +#TerminateServer=true +# The signal needed to reset the local X-server. +# Default is 1 (SIGHUP) +#ResetSignal=1 +# The signal needed to terminate the local X-server. +# Default is 15 (SIGTERM) +#TermSignal=15 +# Create X-authorizations for local displays. +# Default is true +#Authorize=false +# Which X-authorization mechanisms should be used. +# Default is "MIT-MAGIC-COOKIE-1" +#AuthNames= +# Need to reset the X-server to make it read initial Xauth file. +# Default is false +#ResetForAuth=true +# See above +AllowNullPasswd=true +# See above +AllowShutdown=All +# Enable password-less logins on this display. USE WITH EXTREME CARE! +# Default is false +#NoPassEnable=true +# The users that do not need to provide a password to log in. NEVER list root! +# "*" means all non-root users. @ means all users in that group. +# Default is "" +#NoPassUsers=fred,ethel + +# Greeter config for local displays +[X-:*-Greeter] +# See above +PreselectUser=Previous +# See above +FocusPasswd=true +# Specify whether the greeter of local displays should start up in host chooser +# (remote) or login (local) mode and whether it is allowed to switch to the +# other mode. +# "LocalOnly" - only local login possible +# "DefaultLocal" - start up in local mode, but allow switching to remote mode +# "DefaultRemote" - ... and the other way round +# "RemoteOnly" - only choice of remote host possible +# Default is LocalOnly +LoginMode=DefaultLocal +# A list of hosts to be automatically added to the remote login menu. The +# special name "*" means broadcast. +# Default is "*" +#ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com +# Show the "Restart X Server"/"Close Connection" action in the greeter. +# Default is true +AllowClose=true + +# Core config for 1st local display +[X-:0-Core] +# The VT the X-server should run on; auto-assign if zero, don't assign if -1. +# Better leave it zero and use ServerVTs. +# Default is 0 +#ServerVT=7 +# Enable automatic login. USE WITH EXTREME CARE! +# Default is false +#AutoLoginEnable=true +# If true, auto-login after logout. If false, auto-login is performed only +# when a display session starts up. +# Default is false +#AutoLoginAgain=true +# The delay in seconds before automatic login kicks in. +# Default is 0 +#AutoLoginDelay=10 +# The user to log in automatically. NEVER specify root! +# Default is "" +#AutoLoginUser=fred +# The password for the user to log in automatically. This is NOT required +# unless the user is logged into a NIS or Kerberos domain. If you use this +# option, you should "chmod 600 kdmrc" for obvious reasons. +# Default is "" +#AutoLoginPass=secret! +# Immediately lock the automatically started session. This works only with +# KDE sessions. +# Default is false +#AutoLoginLocked=true +# See above +ClientLogFile=.xsession-errors + +# Greeter config for 1st local display +[X-:0-Greeter] +# See above +#PreselectUser=Default +# The user to preselect if PreselectUser=Default. +# Default is "" +#DefaultUser=johndoe diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/gwenviewui.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/gwenviewui.rc new file mode 100644 index 000000000..3a7b72ba4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/gwenviewui.rc @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + &View + + + + + + + + + + + + &Colors + + + + + + + + + + + + + + + + + &Go + + + + + + + + + + + + + + + + + + + + &Plugins + + Images + + + + Effects + + + + Tools + + + + Batch Processing + + + + Import + + + + Export + + + + Collections + + + + + &Window + + + + + + + Main Toolbar + + + + + + + + + + + + + + + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/konqueror.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/konqueror.rc new file mode 100644 index 000000000..cab74b6e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/konqueror.rc @@ -0,0 +1,126 @@ + + + + + + &Location + + + + + + + + + + + + + + + + &Edit + + + + + + + + + + + + + + + + + &View + + + + + &Split View + + + + + + + + + + + + + + &Tools + + + + + + &Settings + + + + + + + + + + + + + + &Help + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/kopetechatwindow.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/kopetechatwindow.rc new file mode 100644 index 000000000..56b534b10 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/ui-rc-files/kopetechatwindow.rc @@ -0,0 +1,67 @@ + + + + + + &Chat + + + + + + + + + + + + &Format + + + + &Tabs + + + + + + + + &Settings + + + &Chat Members List + + + + + + + + + + + + Main Toolbar + + + + + + + + Status + + + Format Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/Makefile b/ubuntu/maverick/defaultsettings/redmond-default-settings/Makefile new file mode 100644 index 000000000..54be145df --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/Makefile @@ -0,0 +1,341 @@ +FPACKAGE = redmond-default-settings-trinity +VERSION = 5.03 + +WALLPAPER_DIR = $(DESTDIR)/usr/share/wallpapers +SOUNDS_DIR = $(DESTDIR)/usr/share/sounds +KICKER_DIR = $(DESTDIR)/usr/share/apps/kicker +KONQ_TILES_DIR = $(DESTDIR)/usr/share/apps/konqueror/tiles +KDM_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-trinity +KDM_THEME_NO_USERLIST_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-no-userlist-trinity +KDM_OVERRIDE = $(DESTDIR)/etc/default/tdm-trinity.d/ +KDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/ +KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu +SETTINGS_DIR = $(DESTDIR)/usr/share/redmond-default-settings-trinity +CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge +DESKTOP_DIR = $(DESTDIR)/etc/skel/Desktop +KDESKEL_DIR = $(DESTDIR)/etc/skel/.trinity + +build: + +clean: + +install: + mkdir -p "$(KDM_SETTINGS_DIR)" + install -m644 backgroundrc "$(KDM_SETTINGS_DIR)" + install -m644 tdmdistrc "$(KDM_SETTINGS_DIR)" + + mkdir -p "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper.png.desktop "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-wallpaper-alternate.jpg "$(WALLPAPER_DIR)" + install -m644 artwork/kubuntu-hardy-wallpaper.jpg "$(WALLPAPER_DIR)" + install -m644 artwork/enterprise-desktop.png "$(WALLPAPER_DIR)" + + mkdir -p "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg "$(WALLPAPER_DIR)/Blue Curl" + install -m644 artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg "$(WALLPAPER_DIR)/Blue Curl" + + mkdir -p "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + install -m644 artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg "$(WALLPAPER_DIR)/Code Poets Dream" + + mkdir -p "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg "$(WALLPAPER_DIR)/Colorado Farm" + install -m644 artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg "$(WALLPAPER_DIR)/Colorado Farm" + + mkdir -p "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg "$(WALLPAPER_DIR)/Curls on Green" + install -m644 artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg "$(WALLPAPER_DIR)/Curls on Green" + + mkdir -p "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1024x768.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1280x1024.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1280x800.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1440x900.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1600x1200.jpg "$(WALLPAPER_DIR)/Emotion" + install -m644 artwork/intrepid_wallpapers/Emotion/1920x1200.jpg "$(WALLPAPER_DIR)/Emotion" + + mkdir -p "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1024x768.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1280x1024.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1280x800.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1440x900.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1600x1200.jpg "$(WALLPAPER_DIR)/EOS" + install -m644 artwork/intrepid_wallpapers/EOS/1920x1200.jpg "$(WALLPAPER_DIR)/EOS" + + mkdir -p "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg "$(WALLPAPER_DIR)/Fields of Peace" + install -m644 artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg "$(WALLPAPER_DIR)/Fields of Peace" + + mkdir -p "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + install -m644 artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg "$(WALLPAPER_DIR)/Finally Summer in Germany" + + mkdir -p "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg "$(WALLPAPER_DIR)/Flower drops" + install -m644 artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg "$(WALLPAPER_DIR)/Flower drops" + + mkdir -p "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg "$(WALLPAPER_DIR)/Fresh Morning" + install -m644 artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg "$(WALLPAPER_DIR)/Fresh Morning" + + mkdir -p "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg "$(WALLPAPER_DIR)/Golden Ripples" + install -m644 artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg "$(WALLPAPER_DIR)/Golden Ripples" + + mkdir -p "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg "$(WALLPAPER_DIR)/Green Concentration" + install -m644 artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg "$(WALLPAPER_DIR)/Green Concentration" + + mkdir -p "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg "$(WALLPAPER_DIR)/Ladybuggin" + install -m644 artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg "$(WALLPAPER_DIR)/Ladybuggin" + + mkdir -p "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + install -m644 artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg "$(WALLPAPER_DIR)/Leafs Labyrinth" + + mkdir -p "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg "$(WALLPAPER_DIR)/Red Leaf" + install -m644 artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg "$(WALLPAPER_DIR)/Red Leaf" + + mkdir -p "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + install -m644 artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg "$(WALLPAPER_DIR)/Skeeter Hawk" + + mkdir -p "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + install -m644 artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg "$(WALLPAPER_DIR)/There is Rain on the Table" + + mkdir -p "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg "$(WALLPAPER_DIR)/Vector Sunset" + install -m644 artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg "$(WALLPAPER_DIR)/Vector Sunset" + + mkdir -p "$(SOUNDS_DIR)" + install -m644 artwork/kubuntu-login.ogg "$(SOUNDS_DIR)" + + mkdir -p "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background.png "$(KONQ_TILES_DIR)" + install -m644 artwork/kubuntu-konqueror-background-classic.png "$(KONQ_TILES_DIR)" + + mkdir -p "$(KICKER_DIR)/pics" + install -m644 artwork/kubuntu-kmenu-side.png "$(KICKER_DIR)/pics/" + install -m644 artwork/kubuntu-kmenu-side-tile.png "$(KICKER_DIR)/pics/" + mkdir -p "$(KICKER_DIR)/wallpapers" + install -m644 artwork/kubuntu-panel.png "$(KICKER_DIR)/wallpapers/" + + mkdir -p "$(KDM_THEME_DIR)" + install -m644 artwork/tdm-theme/* "$(KDM_THEME_DIR)" + + mkdir -p "$(KDM_THEME_NO_USERLIST_DIR)" + install -m644 artwork/tdm-theme-no-userlist/* "$(KDM_THEME_NO_USERLIST_DIR)" + + mkdir -p "$(KSPLASH_THEME_DIR)" + install -m644 artwork/ksplash/* "$(KSPLASH_THEME_DIR)" + ln -s /usr/share/wallpapers/kubuntu-wallpaper.png "$(KSPLASH_THEME_DIR)/Background.jpg" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + install -m644 artwork/metabar/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + install -m644 artwork/amarok/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + install -m644 artwork/konversation/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen" + + mkdir -p "$(DESTDIR)/etc" + install -m644 kde-profile/kderc "$(DESTDIR)/etc" + install -m644 kde-profile/kde4rc "$(DESTDIR)/etc" + install -m644 kde-profile/kde-user-profile "$(DESTDIR)/etc" + + mkdir -p "$(DESTDIR)/etc/qt3" + install -m644 qt-rc-files/*rc "$(DESTDIR)/etc/qt3" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/*rc "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/uiserver "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/kdeglobals "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/startupconfig "$(SETTINGS_DIR)/kde-profile/default/share/config/" + install -m644 kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde-profile/default/share/config/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + install -m644 colour-schemes/*rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/" + + mkdir -p "$(CURSOR_DIR)/cursors" + install -m644 cursors/index.theme "$(CURSOR_DIR)/" + mkdir -p "$(CURSOR_DIR)cursors/" + install -m644 cursors/contrastlarge/cursors/* "$(CURSOR_DIR)/cursors/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + install -m644 ui-rc-files/konqueror.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" +# mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" +# install -m644 ui-rc-files/konversationui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + install -m644 ui-rc-files/kopetechatwindow.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + install -m644 ui-rc-files/gwenviewui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/" + install -m644 konqueror-profile/email.desktop "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/email.desktop" + mkdir -p "$(DESTDIR)/usr/bin" + install -m644 konqueror-profile/konq_plugins.xml "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + install -m644 artwork/throbber/16x16/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/" + install -m644 artwork/throbber/22x22/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/" + install -m644 artwork/throbber/32x32/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/" + install -m644 artwork/throbber/48x48/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/" + install -m644 kaffeine/fileopen64.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/" + install -m644 kaffeine/fileopen128.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/fileopen.png" + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/scalable/actions/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine/" + install -m644 kaffeine/wizard_stamp_v0.7.1 "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + install -m644 kpart-rc-files/part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + install -m644 kpart-rc-files/gvimagepart.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + install -m644 kpart-rc-files/ark_part_readonly.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + install -m644 kpart-rc-files/ksvgplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + install -m644 kpart-rc-files/khtml_browser.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tar.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tarz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tbz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-tgz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + install -m644 mimelnk/x-zip.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + install -m644 kpart-plugins/dirfilterplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + install -m644 kwallet-default-wallet/kdewallet.kwl "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + install -m644 artwork/window-decoration-gradient-inactive.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/" + + install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde4 "$(SETTINGS_DIR)/.gtkrc-2.0-kde4" + install -m644 gtk-qt-engine-rc-files/gtk_qt_engine_rc "$(SETTINGS_DIR)/.gtk_qt_engine_rc" + install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(SETTINGS_DIR)/gtk-qt-engine.rc.sh" + install -m644 hal/hal-policy-ntfs-config-write-policy.fdi "$(SETTINGS_DIR)/hal-policy-ntfs-config-write-policy.fdi" + + mkdir -p "$(DESTDIR)/etc/skel" + install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde4 "$(DESTDIR)/etc/skel/.gtkrc-2.0-kde4" + + mkdir -p "$(KDESKEL_DIR)/env" + install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(KDESKEL_DIR)/env/gtk-qt-engine.rc.sh" + + mkdir -p "$(KDESKEL_DIR)/share" + mkdir -p "$(KDESKEL_DIR)/share/apps" + mkdir -p "$(KDESKEL_DIR)/share/apps/kdesktop" + install -m644 default-icon-positions/IconPositions "$(KDESKEL_DIR)/share/apps/kdesktop/IconPositions" + + mkdir -p "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + cp -r accessibility/lesser-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + cp -r accessibility/moderate-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + cp -r accessibility/minor-motor-difficulties/* "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + cp -r accessibility/motor-difficulties-pointing-devices/* "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/" + mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/" + ln -s /usr/bin/kmousetool "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/kmousetool" + + mkdir -p "$(DESTDIR)/etc/redmond-default-settings" + install -m644 kde-hidden/hidden-media "$(DESTDIR)/etc/redmond-default-settings/" + install -m644 kde-hidden/directory-media "$(DESTDIR)/etc/redmond-default-settings/" + install -m644 kde-hidden/directory-home "$(DESTDIR)/etc/redmond-default-settings/" + + #mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow" + #cp -rf kde4/artwork/desktoptheme/* "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow/" + + mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/config" + install -m644 kde4/kde-rc-files/*rc "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + install -m644 kde4/kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde4-profile/default/share/config/" + + mkdir -p "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + install -m644 kde4/kde-rc-files/kdeglobals "$(DESTDIR)/usr/lib/kde4/etc/kde4/" + + mkdir -p "$(DESTDIR)/etc/trinity/" + install -m644 kickerrc "$(DESTDIR)/etc/trinity/" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdeglobals new file mode 100644 index 000000000..9c975c1cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdeglobals @@ -0,0 +1,140 @@ +[DesktopIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[FMSettings] +StandardFont= + +[General] +XftAntialias=true +XftHintStyle=hintmedium +XftSubPixel=none +alternateBackground=215,215,255 +background=255,255,255 +buttonBackground=255,255,255 +fixed=DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +linkColor=0,0,0 +menuFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +selectBackground=165,165,255 +selectForeground=0,0,0 +taskbarFont=DejaVu Sans,11,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0 +visitedLinkColor=0,0,0 +widgetStyle=highcontrast + +[Icons] +Theme=mono + +[KDE] +ColorScheme=thememgr.kcsrc + +[MainToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[PanelIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=32 + +[SmallIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=16 + +[ToolbarIcons] +ActiveColor=0,0,102 +ActiveColor2=255,255,102 +ActiveEffect=tomonochrome +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=0,0,0 +DefaultColor2=255,255,255 +DefaultEffect=tomonochrome +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=128,128,128 +DisabledColor2=204,204,204 +DisabledEffect=tomonochrome +DisabledSemiTransparent=false +DisabledValue=1 +DoublePixels=false +Size=22 + +[WM] +activeBackground=165,165,255 +activeBlend=165,165,255 +activeFont=DejaVu Sans,12,-1,5,75,0,0,0,0,0 +activeForeground=0,0,0 +activeTitleBtnBg=0,0,0 +frame=122,122,255 +handle=122,122,255 +inactiveBackground=225,225,225 +inactiveBlend=225,225,225 +inactiveForeground=128,128,128 +inactiveFrame=225,225,225 +inactiveHandle=225,225,225 +inactiveTitleBtnBg=85,85,85 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdesktoprc new file mode 100644 index 000000000..d169791dc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kdesktoprc @@ -0,0 +1,15 @@ +[Background Common] +CommonDesktop=true +DeskNum=0 + +[Desktop0] +BlendBalance=-50 +BlendMode=FlatBlending +Color1=255,255,204 +Color2=255,255,204 +Pattern= +Wallpaper=/usr/share/wallpapers/ +WallpaperMode=NoWallpaper + +[FMSettings] +StandardFont=DejaVu Sans,12,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/konquerorrc new file mode 100644 index 000000000..8a3b98da1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/konquerorrc @@ -0,0 +1,3 @@ +[Settings] +BgColor=255,255,255 +BgImage=/usr/share/apps/konqueror/tiles/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/ksmserverrc new file mode 100644 index 000000000..9f757e982 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmag +restartCommand3=kmag,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kwinrc new file mode 100644 index 000000000..3f17db0cc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/kwinrc @@ -0,0 +1,4 @@ +[Style] +BorderSize=2 +PluginLib=kwin3_plastik + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 new file mode 100644 index 000000000..f23049399 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/lesser-visual-impairment/session/kmag_deadbeef96000111065458100000063760027_1110891555_426100 @@ -0,0 +1,9 @@ +[Number] +NumberOfWindows=1 + +[WindowProperties1] +ClassName=KmagApp +Height 768=390 +ObjectName=kmag-mainwindow#1 +Width 1024=460 + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kaccessrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kaccessrc new file mode 100644 index 000000000..30b66b640 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kaccessrc @@ -0,0 +1,2 @@ +[Keyboard] +StickyKeys=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kcminputrc new file mode 100644 index 000000000..da0aed512 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=contrastlarge diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kickerrc new file mode 100644 index 000000000..30780e137 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kickerrc @@ -0,0 +1,7 @@ +[Applet_6] +DesktopFile=kbstateapplet.desktop +FreeSpace2=1 +WidthForHeightHint=125 + +[General] +Applets2=KMenuButton_1,ExtensionButton_1,ServiceButton_2,ServiceButton_3,Applet_2,Applet_6,Applet_1,Applet_3,Applet_4,Applet_5 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/ksmserverrc new file mode 100644 index 000000000..db7d79686 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kvkbd +restartCommand3=kvkbd,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kvkbdrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kvkbdrc new file mode 100644 index 000000000..e87700ebf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/minor-motor-difficulties/kvkbdrc @@ -0,0 +1,3 @@ +KvkbdFont=Sans Serif,13.1,-1,5,75,0,0,0,0,0 +autoresfont=true +showdock=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdeglobals new file mode 100644 index 000000000..d636dd0c4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdeglobals @@ -0,0 +1,69 @@ +[DesktopIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=56 + +[General] +alternateBackground=0,0,40 +background=0,0,0 +buttonBackground=0,0,0 +buttonForeground=255,255,255 +fixed=DejaVu Sans Mono,20,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +foreground=255,255,255 +linkColor=255,255,255 +menuFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +selectBackground=0,0,90 +selectForeground=255,255,255 +taskbarFont=DejaVu Sans,22,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0 +visitedLinkColor=255,255,255 +windowBackground=0,0,0 +windowForeground=255,255,255 + +[MainToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[PanelIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 + +[SmallIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +DoublePixels=true + +[ToolbarIcons] +ActiveColor=255,255,102 +ActiveColor2=0,0,102 +DefaultColor=255,255,255 +DefaultColor2=0,0,0 +DisabledColor2=51,51,51 +Size=44 + +[WM] +activeBackground=0,0,90 +activeBlend=0,0,90 +activeFont=DejaVu Sans,24,-1,5,75,0,0,0,0,0 +activeTitleBtnBg=255,255,255 +frame=0,0,133 +handle=0,0,133 +inactiveBackground=30,30,30 +inactiveBlend=30,30,30 +inactiveFrame=30,30,30 +inactiveHandle=30,30,30 +inactiveTitleBtnBg=170,170,170 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdesktoprc new file mode 100644 index 000000000..ac89fb28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kdesktoprc @@ -0,0 +1,7 @@ +[Desktop0] +Color1=0,0,51 +Color2=0,0,51 +Pattern=pavement + +[FMSettings] +StandardFont=DejaVu Sans,24,-1,5,25,0,0,0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kickerrc new file mode 100644 index 000000000..1fe1aebaa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kickerrc @@ -0,0 +1,2 @@ +[General] +UseBackgroundTheme=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/konquerorrc new file mode 100644 index 000000000..516543fbe --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/konquerorrc @@ -0,0 +1,2 @@ +[Settings] +BgColor=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kwinrc new file mode 100644 index 000000000..6a82a4eb1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/moderate-visual-impairment/kwinrc @@ -0,0 +1,2 @@ +[Style] +BorderSize=3 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc new file mode 100644 index 000000000..82767e58c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/kmousetoolrc @@ -0,0 +1,14 @@ +[ProgramOptions] +Version=1.12 + +[UserOptions] +AudibleClick=false +DragTime=3 +DwellTime=5 +IsMinimized=true +MouseToolIsRunning=true +Movement=5 +SmartDrag=false +strokesEnabled=false +x=4 +y=22 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc new file mode 100644 index 000000000..067e50c3f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/accessibility/motor-difficulties-pointing-devices/ksmserverrc @@ -0,0 +1,6 @@ +[Session: saved at previous logout] +clientId3=deadbeef96000111065458100000063760027 +count=3 +program3=kmousetool +restartCommand3=kmousetool,-session,deadbeef96000111065458100000063760027_1110891555_426100 +restartStyleHint3=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/head.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/head.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/stylesheet.css b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/stylesheet.css new file mode 100644 index 000000000..6bf2ded5c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/amarok/stylesheet.css @@ -0,0 +1,399 @@ + /* ---------------------------------------- + Blank Layout : A CSS context style for the amarok media player + + By Florent Verschelde (florent.verschelde@free.fr) + This is a starting file for anyone who wants to create an amaroK context browser style. This won't look good if used in amaroK as a context browser style, since the only aim of this file is to provide a blank but carefully organized structure. + + 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 of the License, 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 + + -------------END OF LICENSE ------------- + Colours changed by Ben Morris, to match KDE themes. + Blanklayout-systemcolours-1.1: Changed highlighting on album headers to only show on mouseover. + Blanklayout-systemcolours-1.2: Fonts match theme now. +*/ + + + +/* STRUCTURE OF THIS FILE : + +I GENERIC ATTRIBUTES + 1 body attributes + 2 link attributes + 3 buttons + 4 boxes + 5 score indicators + +II SPECIFIC ATTRIBUTES + A "Summary" Tab + 1 favorite songs box attributes + 2 attributes for the song lists + 3 recent songs box attributes + 4 least listened to songs box attributes + B "Current" Tab + 1 current box attributes + 2 file not in database box attributes + 3 suggested songs box attributes + 4 favorite songs by Artist box attributes + 5 albums by Artist box attributes + C "Lyrics" Tab + 1 lyrics box attributes + +END */ + + + + +/* --------GENERIC ATTRIBUTES-------- */ + +/* ---Body attributes--- */ +body{ +margin: 23px; +color: windowText; +background-color: #6569AE; +background-image: url(./background.png); +background-position: bottom right; +background-repeat: no-repeat; +background-attachment: fixed; +font-family: sans-serif; +font-size: 13px; +color: #222222; +} + +/* ---Link attributes--- */ +a{ +color: windowtext; +text-decoration: none; + +} + a:hover{ + color: #000000; /*highlightText;*/ + } + +/* ---Generic attributes for buttons--- */ +/* "class=button" elements (for the "lyrics" tab) */ +.button{ +border: solid 1px transparent; +padding: 5px; +background-color: ButtonFace; +} + a.button:hover{ + border: solid 1px #444444; + } +/* input elements (for the "not in database" box) */ +input{ +width: 100%; +background-color: menU; +} + +/* ---Generic attributes for boxes--- */ +.box{ +border: none; +margin-bottom: 10px; +background: none; +} + .box-header{ + padding: 5px; + background: url(./head.png) repeat-y; + width: 240px; + } + .box-header-title{ + font-weight: bold; + font-size: 14px; + cursor: pointer; + height: 16px; + } + .box-body{ + padding: 5px; + } + .box-row{ + } + .box-row-alt{ + } + .box a{ + } + +/* ---Generic attributes for the score indicators--- */ +.scoreBox{ +} + .sbinner{ + height: 10px; + background: menU; + } + .sbouter{ + width: 50px; + height: 10px; + border: 1px solid #444444; + } + + + +/* --------SPECIFIC ATTRIBUTES-------- */ + +/* ["Summary" tab] */ + +/* ---Attributes for the "Favorites" box--- */ +#favorites_box{ +} + /* "Favorites" box header */ + #favorites_box-header{ + + } + #favorites_box-header-title{ + } + + /* "Favorites" box body */ + #favorites_box-body{ + padding: 10px; + } + #favorites_box-body .song a{ + margin-right: 5px; + } + +/* ---Attributes for the song lists (in the "Summary" tab, not for the tracklisting in the "Album by Artist" box)--- */ +.song{ +} + .song a{ + display: block; + padding: 5px; + border: 1px solid transparent; + } + .song a:hover{ + background: #C7D0E8; + border: 1px solid #444444; + } + td.song-place{ + } + .song-artist{ + } + .song-separator{ + } + .song-title{ + } + .song-time{ + } + .song-album{ + } + .song-score{ + } + .song td.sbtext{ + } + .song td.sbtext+td{ + } + .song div.sbinner{ + } + .song div.sbouter{ + } + +/* ---Attributes for the "Newest songs" box--- */ +#newest_box{ +} + /* "Newest songs" box header */ + #newest_box-header{ + } + #newest_box-header-title{ + } + /* "Newest songs" box body */ + #newest_box-body{ + padding: 5px; + } + #newest_box-body a{ + padding: 5px; + } + #newest_box-body a:hover{ + } + #newest_box-body>div{ + } + +/* ---Attributes for the "Least" box--- */ +#least_box{ +} + /* "Least" box header */ + #least_box-header{ + } + #least_box-header-title{ + } + /* "Least" box body */ + #least_box-body{ + padding: 5px; + } + #least_box-body a{ + padding: 5px; + } + #least_box-body a:hover{ + } + + + +/* ["Current" tab] */ + +/* Attributes for the "Current song" box */ +#current_box{ +} + /* "Current song" box header */ + #current_box-header{ + } + #current_box-header-album{ + } + #current_box-header-artist{ + } + #current_box-header-separator{ + } + #current_box-header-songname{ + } + /* "Current song" box body */ + #current_box-table{ + } + + #current_box-largecover-td{ + } + #current_box-largecover-a{ + } + #current_box-largecover-image{ + padding: 5px; + } + #current_box-information-td{ + padding: 5px; + text-align: right; + } + #musicbrainz-div{ + } + #musicbrainz-a{ + } + #musicbrainz-image{ + } + +/* ---Attributes for the "File not in database" box--- */ +#notindb_box-body{ +padding: 5px; +} + +/* Attributes for the "Suggested songs" box */ +#suggested_box{ +} + /* "Suggested songs" box header */ + #suggested_box-header{ + } + #suggested_box-header-title{ + } + /* "Suggested songs" box table */ + #T_SS{ + margin: 5px; + } + #T_SS td{ + margin-top: 5px; + } + #T_SS .song a{ + } + +/* Attributes for the "Favorites songs by Artist" box */ +#favoritesby_box{ +} + /* "Favorites songs by Artist" box header */ + #favoritesby-header{ + } + #favoritesby_box-header-title{ + } + /* "Favorites songs by Artist" box table */ + #T_FT{ + margin: 5px; + } + #T_FT td{ + margin-top: 5px; + } + #T_FT td.song a{ + } + +/* ---Attributes for the "Albums by Artist" box--- */ +#albums_box{ +} + /* "Albums" box header */ + #albums_box-header{ + } + #albums_box-header-title{ + } + /* "Albums" box body */ + #albums_box-body{ + } + /* album header (title area) */ + .album-header{ + background: none; + color: windowtext; + } + .album-header:hover{ + cursor: pointer; + background: #C7D0E8; + } + .album-header:hover a{ + background: #C7D0E8; + color: black; + } + .album-image{ + margin: 5px; + } + .album-title{ + } + .album-year{ + } + .album-info{ + float: right; + } + /* album body (tracklisting) */ + .album-body{ + padding: 10px; + } + .album-song{ + } + .album-song a{ + } + .album-song a:hover{ + background: #C7D0E8; + } + .album-song-trackno{ + } + .album-song-title{ + } + .album-song-time{ + } + + + +/* ["Lyrics" tab] */ + +/* ---Attributes for the "Lyrics" box--- */ +#lyrics_box{ +} + /* "Lyrics" box header */ + #lyrics_box-header{ + } + #lyrics_box-header-title{ + } + + /* "Lyrics" box body */ + #lyrics_box-body{ + padding: 5px; + } + #lyrics_box-body>a{ + } + #lyrics_box-body>a:hover{ + background: #C7D0E8; + color: #222222; + } + #lyrics_box_addlyrics{ + margin-top: 20px; + } + #lyrics_box_searchlyrics{ + margin-top: 20px; + margin-bottom: 20px; + } diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/edgyWallpaper.tar.gz b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/edgyWallpaper.tar.gz new file mode 100644 index 000000000..f100041c8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/edgyWallpaper.tar.gz differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/enterprise-desktop.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/enterprise-desktop.png new file mode 100644 index 000000000..4b1f883f4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/enterprise-desktop.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg new file mode 100644 index 000000000..4035e27f7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg new file mode 100644 index 000000000..a57917b8f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg new file mode 100644 index 000000000..e1a2648ef Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg new file mode 100644 index 000000000..7ed5de679 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg new file mode 100644 index 000000000..c1c8ed284 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg new file mode 100644 index 000000000..052defc97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Blue_Curl/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg new file mode 100644 index 000000000..79c19f6aa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg new file mode 100644 index 000000000..62a48fd3c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg new file mode 100644 index 000000000..f69fd57b3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg new file mode 100644 index 000000000..18efbfac8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg new file mode 100644 index 000000000..3b7723190 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg new file mode 100644 index 000000000..439b94c30 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Code_Poets_Dream/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg new file mode 100644 index 000000000..4eb7120af Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg new file mode 100644 index 000000000..911dfe880 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg new file mode 100644 index 000000000..70a2419bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg new file mode 100644 index 000000000..29fe66b86 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg new file mode 100644 index 000000000..c24c5f25a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg new file mode 100644 index 000000000..5d5cd8f7a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Colorado_Farm/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg new file mode 100644 index 000000000..f379812ae Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg new file mode 100644 index 000000000..d877af31f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg new file mode 100644 index 000000000..457eb7c30 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg new file mode 100644 index 000000000..e178dbc96 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg new file mode 100644 index 000000000..4e6ba5f0d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg new file mode 100644 index 000000000..6eb18effe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Curls_on_Green/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1024x768.jpg new file mode 100644 index 000000000..7a598f8fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x1024.jpg new file mode 100644 index 000000000..21f1db0a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x800.jpg new file mode 100644 index 000000000..3f775c120 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1440x900.jpg new file mode 100644 index 000000000..127636b9c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1600x1200.jpg new file mode 100644 index 000000000..535b5a960 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1920x1200.jpg new file mode 100644 index 000000000..6a96381e8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/EOS/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1024x768.jpg new file mode 100644 index 000000000..7e3b5c237 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg new file mode 100644 index 000000000..3cbc9d021 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x800.jpg new file mode 100644 index 000000000..66d8724a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1440x900.jpg new file mode 100644 index 000000000..1553e7ede Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg new file mode 100644 index 000000000..05707f46b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg new file mode 100644 index 000000000..0eeb356d1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Emotion/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg new file mode 100644 index 000000000..53dfbe91b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg new file mode 100644 index 000000000..9ae3f39bd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg new file mode 100644 index 000000000..4bb9e4776 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg new file mode 100644 index 000000000..2f625a0d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg new file mode 100644 index 000000000..b38ee6b2a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg new file mode 100644 index 000000000..480dfacfc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fields_of_Peace/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg new file mode 100644 index 000000000..651c1dfc5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg new file mode 100644 index 000000000..2815769b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg new file mode 100644 index 000000000..dd11781b1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg new file mode 100644 index 000000000..f2d724ef7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg new file mode 100644 index 000000000..4e67b2a90 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg new file mode 100644 index 000000000..07337d9d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Finally_Summer_in_Germany/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg new file mode 100644 index 000000000..699fc1e92 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg new file mode 100644 index 000000000..0f82327b5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg new file mode 100644 index 000000000..7300ba787 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg new file mode 100644 index 000000000..b3227967a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg new file mode 100644 index 000000000..46d47ff57 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg new file mode 100644 index 000000000..08c0d35ce Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Flower_drops/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg new file mode 100644 index 000000000..e8834b503 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg new file mode 100644 index 000000000..99b6d84d7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg new file mode 100644 index 000000000..bcfeb457c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg new file mode 100644 index 000000000..cd3b16311 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg new file mode 100644 index 000000000..e3bc89bd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg new file mode 100644 index 000000000..81cac6f6d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Fresh_Morning/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg new file mode 100644 index 000000000..12ecd19df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg new file mode 100644 index 000000000..1bf5576c1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg new file mode 100644 index 000000000..d4a8a695a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg new file mode 100644 index 000000000..af08bfd29 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg new file mode 100644 index 000000000..7cbaf7f39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg new file mode 100644 index 000000000..30234263f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Golden_Ripples/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg new file mode 100644 index 000000000..631b5297b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg new file mode 100644 index 000000000..a0e458ce3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg new file mode 100644 index 000000000..25c677bbd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg new file mode 100644 index 000000000..a1fa8d5bb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg new file mode 100644 index 000000000..701db348c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg new file mode 100644 index 000000000..dd8319f19 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Green_Concentration/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg new file mode 100644 index 000000000..00fe97041 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg new file mode 100644 index 000000000..9fc47822e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg new file mode 100644 index 000000000..e3d0db71e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg new file mode 100644 index 000000000..bb4e1fa6a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg new file mode 100644 index 000000000..e2dbb6eb9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg new file mode 100644 index 000000000..516440ff0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Ladybuggin/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg new file mode 100644 index 000000000..c80e146fc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg new file mode 100644 index 000000000..2d770f592 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg new file mode 100644 index 000000000..59c3fc3ab Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg new file mode 100644 index 000000000..c10cddd17 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg new file mode 100644 index 000000000..c1dda4800 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg new file mode 100644 index 000000000..6d1986090 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Leafs_Labyrinth/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg new file mode 100644 index 000000000..454750639 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg new file mode 100644 index 000000000..75bf53846 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg new file mode 100644 index 000000000..47ead04aa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg new file mode 100644 index 000000000..bb1253f3f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg new file mode 100644 index 000000000..aea4f9fc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg new file mode 100644 index 000000000..404004c19 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Red_Leaf/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg new file mode 100644 index 000000000..0f7d98144 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg new file mode 100644 index 000000000..37d0f2015 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg new file mode 100644 index 000000000..a8a1ec58f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg new file mode 100644 index 000000000..7b1673249 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg new file mode 100644 index 000000000..eeafc3e93 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg new file mode 100644 index 000000000..dc835d4d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Skeeter_Hawk/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg new file mode 100644 index 000000000..1f46d48b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg new file mode 100644 index 000000000..d2322d955 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg new file mode 100644 index 000000000..b08244f2d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg new file mode 100644 index 000000000..7cec0df71 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg new file mode 100644 index 000000000..bf2d55534 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg new file mode 100644 index 000000000..f4e905f77 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/There_is_Rain_on_the_Table/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg new file mode 100644 index 000000000..a6cc84cd2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1024x768.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg new file mode 100644 index 000000000..8bb7904c6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x1024.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg new file mode 100644 index 000000000..6b92df4c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1280x800.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg new file mode 100644 index 000000000..295544140 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1440x900.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg new file mode 100644 index 000000000..6296ebb49 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1600x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg new file mode 100644 index 000000000..cfd571d31 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/intrepid_wallpapers/Vector_Sunset/1920x1200.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/index.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/index.desktop new file mode 100755 index 000000000..4159027ea --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/index.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Theme +Name=Oxygen Theme +Comment="Oxygen" by Nuno Pinheiro +Encoding=UTF-8 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_admin.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_admin.png new file mode 100644 index 000000000..89120c90f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_admin.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_away.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_away.png new file mode 100644 index 000000000..897801f62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_away.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_halfop.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_halfop.png new file mode 100644 index 000000000..c6189edf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_halfop.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_normal.png new file mode 100644 index 000000000..813f8d70e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_op.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_op.png new file mode 100644 index 000000000..1667de67e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_op.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_owner.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_owner.png new file mode 100644 index 000000000..7df96f8c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_owner.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_voice.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_voice.png new file mode 100644 index 000000000..e4f9f41a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/konversation/irc_voice.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Dialog.png new file mode 100644 index 000000000..84a8c8a13 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Preview.png new file mode 100644 index 000000000..09655c689 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/ReadMe.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/ReadMe.txt new file mode 100644 index 000000000..3c7d9763d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/ReadMe.txt @@ -0,0 +1,58 @@ +This theme is released under the GNU General Public License +*********************************************************** +Name = Kubuntu Ultra Splash (Moodin) +Description = Sleek & Professional KSplash Theme for Kubuntu +Version = 1.5.1 +Author = Jim Bustos +URL = http://www.kde-look.org/usermanager/search.php?username=jbus + +This theme also has a matching KDM theme located @ +http://kdelook.org/content/show.php?content=29331 + +This theme requires Moodwrod's Moodin Engine. +The moodin engine is/will be included in Dapper and is also available for Breezy in backports. + +This theme includes the official Kubuntu Breezy Wallpaper. All credit for this wallpaper goes to the author. + +This theme works with most common screen resolutions. In addition, it has backgrounds included for wide-screen and high-resolution monitors. + + +Changelog: +********** +1.5.1 +Tweaked logo + +1.5 +Changed License to GPL +Optimized Theme for latest version of Moodin Engine and for a more consistent look. +Added the Moodin Engine's Translate option for translation of 'Welcome' to different languages. +Changed greeting to 'Welcome ' instead of 'Welcome '. +Changed background to official Kubuntu Breezy wallpaper. +Updated icon choices, font size, and colors for a cleaner look. +***Included 1600x1200 backgrounds as well as 1900x1200, 1440x900 & 1280x800 backgrounds for widescreen users. +Updated installation instructions. + + +Installation: +************* +Use the Splash Screen Theme Manager in 'System Settings'->'Desktop'->'Splash Screen' to install this theme. +Be sure that your Login manager background is set to use the official Kubuntu wallpaper for consistency. This can be set in 'System Settings'->'Login Manager'->'Background'. + +Using your own background: +************************** +1.Extract kubuntuUltraSplash.tar.gz +2.Open up your wallpaper in the Gimp and open the Dialog.png file included the "Source Images" folder as a new layer. +3.Export the resulting image back to the KubuntuUltraSplash folder and be sure to name it Background.jpg. +4.Compress the folder as KubuntuUltraSplash.tar.gz and install it as normal. +5.Also be sure to change the 'System Settings'->'Login Manager'->'Background' to the same background for consistency. + + +***Users of 1900x1200, 1600x1200 & 1440x900. +******************************************** +If you have problems with your background being the wrong size, scaling incorrectly or fonts being too small or too big, do the following: + +1.Extract the KubuntuUltraSplash.tar.gz +2.Rename your resolution specific background(i.e Background-1600x1200.jpg) to Background.jpg +3.In Theme.rc change 'BaseResolution =' to your monitors resolution. (This will prevent auto-scaling of background and fonts) +4.Compress the folder as KubuntuUltraSplash.tar.gz and re-install it. +5.Test the theme. If Label and Status Font sizes still need to be adjusted, extract and open Theme.rc, make changes to font sizes, compress folder & re-install. \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Theme.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Theme.rc new file mode 100644 index 000000000..d0bd905c5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/Theme.rc @@ -0,0 +1,41 @@ +[KSplash Theme: kubuntu] +Name = Kubuntu O2 +Description = Kubuntu Edgy Splash +Version = 1 +Author = Ken Wimer +Homepage = http://bootsplash.org/ +Engine = Moodin +KubuntuStyle = true + +BeginOpacity = 0.1 +Translate = true +Background = Background.jpg +ShowStatusText = true +UseIconSet = true +IconSetSize = 32 +ImageSpacer = 16 +LineUpImages = false +BaseResolution = 1920,1200 +AppendX = true +Labels = 2 +LabelShadow = false + +Image1 = kcmmemory +Image2 = kcmsystem +Image3 = printer1 +Image7 = kmenuedit +Image8 = kmenu + +#ignored for kubuntu theme, coords are centred in the moodin code +ImageCoords1 = 474,511 +ImageCoords2 = 524,511 +ImageCoords3 = 574,511 +ImageCoords4 = 624,511 +ImageCoords5 = 674,511 +ImageCoords6 = 724,511 +ImageCoords7 = 774,511 +ImageCoords8 = 624,651 + +StatusFont = Sans Serif,9,-1,5,50,0 +StatusCoords = -1,580 +StatusColor = #000000 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/ksplash/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-hardy-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-hardy-wallpaper.jpg new file mode 100644 index 000000000..a42ebde69 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-hardy-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg new file mode 100644 index 000000000..052defc97 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg new file mode 100644 index 000000000..be7e79b60 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side-tile.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side-tile.png new file mode 100644 index 000000000..220310005 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side-tile.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side.png new file mode 100644 index 000000000..84cc1343e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-kmenu-side.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background-classic.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background-classic.png new file mode 100644 index 000000000..f11dfa17b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background-classic.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background.png new file mode 100644 index 000000000..5be2c9e2a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-konqueror-background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-login.ogg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-login.ogg new file mode 100644 index 000000000..349c13f15 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-login.ogg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-lucid-wallpaper.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-lucid-wallpaper.jpg new file mode 100644 index 000000000..c24aead02 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-lucid-wallpaper.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-panel.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-panel.png new file mode 100644 index 000000000..8f01995da Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-panel.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper-alternate.jpg b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper-alternate.jpg new file mode 100644 index 000000000..e62d362e3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper-alternate.jpg differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png new file mode 100644 index 000000000..5edd07e8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png.desktop new file mode 100644 index 000000000..3f755fe75 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/kubuntu-wallpaper.png.desktop @@ -0,0 +1,5 @@ +[Wallpaper] +Encoding=UTF-8 +File=kubuntu-wallpaper.jpg +Name=Kubuntu Wallpaper +ImageType=pixmap diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/background.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/background.png new file mode 100644 index 000000000..d693020b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/background.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/default.css b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/default.css new file mode 100644 index 000000000..c8da33422 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/default.css @@ -0,0 +1,79 @@ +body { + background-color: #618DCC; + background-image: url(background.png); + background-repeat: no-repeat; + background-position: bottom right; + + font-family: sans-serif; + font-size: 13px; + color: #333333; +} + +.frame { + background-image: url(head.png); + background-repeat: no-repeat; + background-position: left bottom; + margin-bottom: 10px; + position: relative; + +} + +li { + list-style-type: none; + overflow: hidden; +} + +li ul { + margin: 0px; + padding: 0px; + height: 20px; + white-space: nowrap; +} + +a { + display: block; + padding-top: 2px; +padding-bottom: 2px; + padding-left: 24px; + background-position: 4px 2px; + background-repeat: no-repeat; + + text-decoration: none; + color: #000000; + +} + +a:hover { + text-decoration: underline; +} + +.head { + background-image: url(head.png); + background-repeat: repeat-y; + background-position: left top; + +} + +a.title { + font-weight: bold; +font-size: 14px; + cursor: pointer; + height: 16px; + background-repeat: none; +} + +a.infotitle { + font-weight: bold; + + padding-left: 5px; + cursor: pointer; +} + +.preview { + padding: 5px; + text-align: center; +} + +ul.info { + padding-left: 5px; +} diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/head.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/head.png new file mode 100644 index 000000000..c222a2a23 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/head.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html new file mode 100644 index 000000000..92669de64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html @@ -0,0 +1,51 @@ + + + + + + + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + +
  • +
  • +
    + +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/Dialog.png new file mode 100644 index 000000000..801c4882a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop new file mode 100644 index 000000000..d1507f55f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Kubuntu O2 - No Userlist +Description=A sleek and professional looking KDM theme for Kubuntu +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/kubuntu.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/kubuntu.xml new file mode 100644 index 000000000..03b3a5e29 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/kubuntu.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme-no-userlist/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/Dialog.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/Dialog.png new file mode 100644 index 000000000..4ad6c8ab4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/Dialog.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop new file mode 100644 index 000000000..dcbca7a27 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=kubuntu.xml +Name=Kubuntu O2 +Description=A sleek and professional looking KDM theme for Kubuntu +Author=Ken Wimer (wimer@kde.org) +Screenshot=preview.png diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_normal.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_over.png new file mode 100644 index 000000000..f1252a55a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_pressed.png new file mode 100644 index 000000000..c859ce5df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/enter_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/gpl.txt b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/gpl.txt new file mode 100644 index 000000000..b6f92f3db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/gpl.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/kubuntu.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/kubuntu.xml new file mode 100644 index 000000000..00caadbbb --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/kubuntu.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/preview.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/preview.png new file mode 100644 index 000000000..5595d036e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/preview.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_normal.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_normal.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_normal.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_over.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_over.png new file mode 100644 index 000000000..7d535efc8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_over.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_pressed.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_pressed.png new file mode 100644 index 000000000..ea9b1bdfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/tdm-theme/system_pressed.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kde.png new file mode 100755 index 000000000..5f4f1a9fb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0001.png new file mode 100755 index 000000000..2511fe958 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0002.png new file mode 100755 index 000000000..437dbb652 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0003.png new file mode 100755 index 000000000..757a84acd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0004.png new file mode 100755 index 000000000..f50f9fb9c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0005.png new file mode 100755 index 000000000..5b2838708 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0006.png new file mode 100755 index 000000000..f9f09e15f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0007.png new file mode 100755 index 000000000..71a89d7b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0008.png new file mode 100755 index 000000000..2ada75115 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0009.png new file mode 100755 index 000000000..57dabb733 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0010.png new file mode 100755 index 000000000..1f9e457d9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0011.png new file mode 100755 index 000000000..a184e2a81 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0012.png new file mode 100755 index 000000000..7bebbe7b1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0013.png new file mode 100755 index 000000000..7062df661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0014.png new file mode 100755 index 000000000..8ff603dcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0015.png new file mode 100755 index 000000000..84cd48dd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0016.png new file mode 100755 index 000000000..0e07dfcff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0017.png new file mode 100755 index 000000000..ef20e4107 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0018.png new file mode 100755 index 000000000..10ac1f14f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0019.png new file mode 100755 index 000000000..3dbca061e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0020.png new file mode 100755 index 000000000..d5bcca606 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0021.png new file mode 100755 index 000000000..fe8dfe828 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0022.png new file mode 100755 index 000000000..309d39506 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0023.png new file mode 100755 index 000000000..45f493385 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0024.png new file mode 100755 index 000000000..3b1f4b62b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0025.png new file mode 100755 index 000000000..2a7569bb9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0026.png new file mode 100755 index 000000000..60a2d9a4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0027.png new file mode 100755 index 000000000..57d8ddf90 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0028.png new file mode 100755 index 000000000..07f6f6442 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0029.png new file mode 100755 index 000000000..1a7f87398 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0030.png new file mode 100755 index 000000000..db3700633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0031.png new file mode 100755 index 000000000..5bc157309 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0032.png new file mode 100755 index 000000000..5ba70fe7e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0033.png new file mode 100755 index 000000000..a97437d41 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0034.png new file mode 100755 index 000000000..363bb34bc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0035.png new file mode 100755 index 000000000..971bf0547 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0036.png new file mode 100755 index 000000000..f3c0b17d4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0037.png new file mode 100755 index 000000000..c305d3548 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0038.png new file mode 100755 index 000000000..ea578703e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0039.png new file mode 100755 index 000000000..4c9888fc1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0040.png new file mode 100755 index 000000000..0b753ff8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0041.png new file mode 100755 index 000000000..706f08d66 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0042.png new file mode 100755 index 000000000..776ef28ce Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0043.png new file mode 100755 index 000000000..381e49bbf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0044.png new file mode 100755 index 000000000..6e7eeb9e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0045.png new file mode 100755 index 000000000..4ba9a2d8d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0046.png new file mode 100755 index 000000000..d1e7fc959 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0047.png new file mode 100755 index 000000000..ceffb05ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0048.png new file mode 100755 index 000000000..bf0dd17e9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0049.png new file mode 100755 index 000000000..1eed36bcd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0050.png new file mode 100755 index 000000000..6537b166c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0051.png new file mode 100755 index 000000000..95e75617b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0052.png new file mode 100755 index 000000000..5fbb023b6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0053.png new file mode 100755 index 000000000..187639e22 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0054.png new file mode 100755 index 000000000..f4fde2f12 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0055.png new file mode 100755 index 000000000..8b1d48c4b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0056.png new file mode 100755 index 000000000..bfe7141fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0057.png new file mode 100755 index 000000000..c16c862d6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0058.png new file mode 100755 index 000000000..00755b7f8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0059.png new file mode 100755 index 000000000..58d49bf28 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0060.png new file mode 100755 index 000000000..6f29bb960 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0061.png new file mode 100755 index 000000000..399da3623 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0062.png new file mode 100755 index 000000000..3901d3fa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0063.png new file mode 100755 index 000000000..146f4d92a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0064.png new file mode 100755 index 000000000..f624dfad7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0065.png new file mode 100755 index 000000000..80d9750a8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0066.png new file mode 100755 index 000000000..6862242fa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0067.png new file mode 100755 index 000000000..21969eadd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0068.png new file mode 100755 index 000000000..93450476f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0069.png new file mode 100755 index 000000000..8d82bd420 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0070.png new file mode 100755 index 000000000..9c952753f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0071.png new file mode 100755 index 000000000..afe03e426 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0072.png new file mode 100755 index 000000000..c5898d2f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/16x16/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kde.png new file mode 100755 index 000000000..e6f1e0bf6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0001.png new file mode 100755 index 000000000..4cc0e63d7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0002.png new file mode 100755 index 000000000..47ffe7f5c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0003.png new file mode 100755 index 000000000..9c430f17c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0004.png new file mode 100755 index 000000000..ce1b601d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0005.png new file mode 100755 index 000000000..0f2733484 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0006.png new file mode 100755 index 000000000..3a43431e6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0007.png new file mode 100755 index 000000000..0def9ab08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0008.png new file mode 100755 index 000000000..8cdafa67d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0009.png new file mode 100755 index 000000000..fec427b1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0010.png new file mode 100755 index 000000000..c6ee79918 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0011.png new file mode 100755 index 000000000..32ae2c278 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0012.png new file mode 100755 index 000000000..149a2d531 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0013.png new file mode 100755 index 000000000..11653ec2d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0014.png new file mode 100755 index 000000000..62273288d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0015.png new file mode 100755 index 000000000..ef7e67a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0016.png new file mode 100755 index 000000000..4d1be5429 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0017.png new file mode 100755 index 000000000..ace88c61e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0018.png new file mode 100755 index 000000000..d0ef10a39 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0019.png new file mode 100755 index 000000000..6fcef2451 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0020.png new file mode 100755 index 000000000..b8989d91f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0021.png new file mode 100755 index 000000000..bdc715c2c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0022.png new file mode 100755 index 000000000..03175be99 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0023.png new file mode 100755 index 000000000..d83ca0abe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0024.png new file mode 100755 index 000000000..27b5a1919 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0025.png new file mode 100755 index 000000000..e09ed2d62 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0026.png new file mode 100755 index 000000000..cd5b5159c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0027.png new file mode 100755 index 000000000..58f206dc4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0028.png new file mode 100755 index 000000000..b6bf8b6c9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0029.png new file mode 100755 index 000000000..9be1150d0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0030.png new file mode 100755 index 000000000..053725cd7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0031.png new file mode 100755 index 000000000..de901a6d5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0032.png new file mode 100755 index 000000000..1a6cd96ee Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0033.png new file mode 100755 index 000000000..7b9c8d9b3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0034.png new file mode 100755 index 000000000..aaa6ab85d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0035.png new file mode 100755 index 000000000..f3623b582 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0036.png new file mode 100755 index 000000000..f90598e2f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0037.png new file mode 100755 index 000000000..813998686 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0038.png new file mode 100755 index 000000000..7dd4c0bdf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0039.png new file mode 100755 index 000000000..a3d7cc1a2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0040.png new file mode 100755 index 000000000..d8013a42e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0041.png new file mode 100755 index 000000000..fe86252a3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0042.png new file mode 100755 index 000000000..97bec2302 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0043.png new file mode 100755 index 000000000..dbbbeae55 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0044.png new file mode 100755 index 000000000..517f8f7db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0045.png new file mode 100755 index 000000000..186b984af Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0046.png new file mode 100755 index 000000000..fef65e0fe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0047.png new file mode 100755 index 000000000..783531512 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0048.png new file mode 100755 index 000000000..5e0f7470c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0049.png new file mode 100755 index 000000000..cabbbafa4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0050.png new file mode 100755 index 000000000..41c85aad5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0051.png new file mode 100755 index 000000000..0522f3ed1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0052.png new file mode 100755 index 000000000..580a9d7ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0053.png new file mode 100755 index 000000000..3b112d78e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0054.png new file mode 100755 index 000000000..ea91b2120 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0055.png new file mode 100755 index 000000000..150138714 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0056.png new file mode 100755 index 000000000..e266ce471 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0057.png new file mode 100755 index 000000000..5efd497e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0058.png new file mode 100755 index 000000000..05d4151b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0059.png new file mode 100755 index 000000000..4945b91e4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0060.png new file mode 100755 index 000000000..dcd393d6c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0061.png new file mode 100755 index 000000000..8448d8c4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0062.png new file mode 100755 index 000000000..d7d32db65 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0063.png new file mode 100755 index 000000000..d7eb095d1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0064.png new file mode 100755 index 000000000..c4fd083b9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0065.png new file mode 100755 index 000000000..c918f5bb1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0066.png new file mode 100755 index 000000000..4452eca6e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0067.png new file mode 100755 index 000000000..c86c6ec94 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0068.png new file mode 100755 index 000000000..185c03099 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0069.png new file mode 100755 index 000000000..13c600e53 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0070.png new file mode 100755 index 000000000..065932f4a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0071.png new file mode 100755 index 000000000..052fe4de9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0072.png new file mode 100755 index 000000000..7d4075c84 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/22x22/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kde.png new file mode 100755 index 000000000..f763d6bbb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0001.png new file mode 100755 index 000000000..62a4cca7d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0002.png new file mode 100755 index 000000000..6b5f4f67b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0003.png new file mode 100755 index 000000000..16fd732f9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0004.png new file mode 100755 index 000000000..c881ab039 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0005.png new file mode 100755 index 000000000..dc0d437f3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0006.png new file mode 100755 index 000000000..6fef145a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0007.png new file mode 100755 index 000000000..3d5325ceb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0008.png new file mode 100755 index 000000000..22d3b4568 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0009.png new file mode 100755 index 000000000..6c2a1571d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0010.png new file mode 100755 index 000000000..522e3c267 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0011.png new file mode 100755 index 000000000..291ab93a4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0012.png new file mode 100755 index 000000000..71076c54a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0013.png new file mode 100755 index 000000000..840996a4e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0014.png new file mode 100755 index 000000000..a9e144b0c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0015.png new file mode 100755 index 000000000..018ca12c7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0016.png new file mode 100755 index 000000000..1de98bb5e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0017.png new file mode 100755 index 000000000..dce51b588 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0018.png new file mode 100755 index 000000000..71a0674c1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0019.png new file mode 100755 index 000000000..5ac269ce0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0020.png new file mode 100755 index 000000000..e38bf64e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0021.png new file mode 100755 index 000000000..d1e1bb29d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0022.png new file mode 100755 index 000000000..e25f1aafe Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0023.png new file mode 100755 index 000000000..95fde4cbc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0024.png new file mode 100755 index 000000000..1b4e4285f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0025.png new file mode 100755 index 000000000..bd87a4fb5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0026.png new file mode 100755 index 000000000..da1b9733e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0027.png new file mode 100755 index 000000000..0d0e6b800 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0028.png new file mode 100755 index 000000000..6af6790cb Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0029.png new file mode 100755 index 000000000..debbd8374 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0030.png new file mode 100755 index 000000000..4462f08ab Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0031.png new file mode 100755 index 000000000..f07043df9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0032.png new file mode 100755 index 000000000..edc1e5163 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0033.png new file mode 100755 index 000000000..1965bc810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0034.png new file mode 100755 index 000000000..d3923cb0b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0035.png new file mode 100755 index 000000000..411f18c59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0036.png new file mode 100755 index 000000000..b3584e637 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0037.png new file mode 100755 index 000000000..b8064f240 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0038.png new file mode 100755 index 000000000..9a27f2cfa Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0039.png new file mode 100755 index 000000000..76156e80a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0040.png new file mode 100755 index 000000000..33ac207b7 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0041.png new file mode 100755 index 000000000..b9fb63587 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0042.png new file mode 100755 index 000000000..b1afd00b2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0043.png new file mode 100755 index 000000000..8f5eee381 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0044.png new file mode 100755 index 000000000..c967c52fc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0045.png new file mode 100755 index 000000000..90f6a2123 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0046.png new file mode 100755 index 000000000..a9718594e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0047.png new file mode 100755 index 000000000..74f707c16 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0048.png new file mode 100755 index 000000000..40dfda7fd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0049.png new file mode 100755 index 000000000..d7943ae51 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0050.png new file mode 100755 index 000000000..3e4f2d407 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0051.png new file mode 100755 index 000000000..b1474f149 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0052.png new file mode 100755 index 000000000..adc09885e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0053.png new file mode 100755 index 000000000..b24872ab5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0054.png new file mode 100755 index 000000000..4ef2ce2bd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0055.png new file mode 100755 index 000000000..bf90f6c1c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0056.png new file mode 100755 index 000000000..298db1bb3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0057.png new file mode 100755 index 000000000..0a52acd26 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0058.png new file mode 100755 index 000000000..1283a40f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0059.png new file mode 100755 index 000000000..b7eae6a3c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0060.png new file mode 100755 index 000000000..562ebba8b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0061.png new file mode 100755 index 000000000..2b194a75f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0062.png new file mode 100755 index 000000000..5981d8cf0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0063.png new file mode 100755 index 000000000..f7949af01 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0064.png new file mode 100755 index 000000000..387aeb997 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0065.png new file mode 100755 index 000000000..ef3eb775f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0066.png new file mode 100755 index 000000000..3b77d62df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0067.png new file mode 100755 index 000000000..ac7f7c554 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0068.png new file mode 100755 index 000000000..71ee0aaef Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0069.png new file mode 100755 index 000000000..e1670bfaf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0070.png new file mode 100755 index 000000000..353c7a26a Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0071.png new file mode 100755 index 000000000..c9ec5e948 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0072.png new file mode 100755 index 000000000..673327566 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/32x32/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kde.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kde.png new file mode 100755 index 000000000..d441f58bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kde.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0001.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0001.png new file mode 100755 index 000000000..535e3683b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0001.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0002.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0002.png new file mode 100755 index 000000000..5718ddd08 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0002.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0003.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0003.png new file mode 100755 index 000000000..1dd5c43e2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0003.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0004.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0004.png new file mode 100755 index 000000000..d56f02661 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0004.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0005.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0005.png new file mode 100755 index 000000000..1a1c4fddc Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0005.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0006.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0006.png new file mode 100755 index 000000000..64c25672b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0006.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0007.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0007.png new file mode 100755 index 000000000..8dcfef3ac Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0007.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0008.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0008.png new file mode 100755 index 000000000..b287d1fd6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0008.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0009.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0009.png new file mode 100755 index 000000000..2e383c914 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0009.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0010.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0010.png new file mode 100755 index 000000000..eb57c0498 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0010.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0011.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0011.png new file mode 100755 index 000000000..b2dcdba70 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0011.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0012.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0012.png new file mode 100755 index 000000000..bdbbff184 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0012.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0013.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0013.png new file mode 100755 index 000000000..c8124b4a6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0013.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0014.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0014.png new file mode 100755 index 000000000..30d7fda76 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0014.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0015.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0015.png new file mode 100755 index 000000000..c8d77e26c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0015.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0016.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0016.png new file mode 100755 index 000000000..0128c6093 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0016.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0017.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0017.png new file mode 100755 index 000000000..15da969b8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0017.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0018.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0018.png new file mode 100755 index 000000000..4daea4d9b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0018.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0019.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0019.png new file mode 100755 index 000000000..4f9eb58a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0019.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0020.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0020.png new file mode 100755 index 000000000..a3698cdb2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0020.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0021.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0021.png new file mode 100755 index 000000000..ccf07a2a5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0021.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0022.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0022.png new file mode 100755 index 000000000..169d10cd4 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0022.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0023.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0023.png new file mode 100755 index 000000000..13ff2bbd9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0023.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0024.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0024.png new file mode 100755 index 000000000..7614f8b74 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0024.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0025.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0025.png new file mode 100755 index 000000000..0793999e1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0025.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0026.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0026.png new file mode 100755 index 000000000..9cafd0fe8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0026.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0027.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0027.png new file mode 100755 index 000000000..7ec236984 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0027.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0028.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0028.png new file mode 100755 index 000000000..c20b8b620 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0028.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0029.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0029.png new file mode 100755 index 000000000..ec5eca3df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0029.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0030.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0030.png new file mode 100755 index 000000000..95dc468f1 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0030.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0031.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0031.png new file mode 100755 index 000000000..f4631212f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0031.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0032.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0032.png new file mode 100755 index 000000000..1ddfce5ba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0032.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0033.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0033.png new file mode 100755 index 000000000..6a97caa09 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0033.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0034.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0034.png new file mode 100755 index 000000000..df68a52be Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0034.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0035.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0035.png new file mode 100755 index 000000000..716cb1c85 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0035.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0036.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0036.png new file mode 100755 index 000000000..2e679d43f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0036.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0037.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0037.png new file mode 100755 index 000000000..29aed6605 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0037.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0038.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0038.png new file mode 100755 index 000000000..b51a1e3bf Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0038.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0039.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0039.png new file mode 100755 index 000000000..1023f80ea Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0039.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0040.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0040.png new file mode 100755 index 000000000..12d462b6b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0040.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0041.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0041.png new file mode 100755 index 000000000..94a808810 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0041.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0042.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0042.png new file mode 100755 index 000000000..b9a9d7096 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0042.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0043.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0043.png new file mode 100755 index 000000000..1b3211aff Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0043.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0044.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0044.png new file mode 100755 index 000000000..674d18aa3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0044.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0045.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0045.png new file mode 100755 index 000000000..154382476 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0045.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0046.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0046.png new file mode 100755 index 000000000..198173cca Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0046.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0047.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0047.png new file mode 100755 index 000000000..1a90e73dd Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0047.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0048.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0048.png new file mode 100755 index 000000000..6001404d3 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0048.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0049.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0049.png new file mode 100755 index 000000000..9beab2366 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0049.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0050.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0050.png new file mode 100755 index 000000000..2c813649c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0050.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0051.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0051.png new file mode 100755 index 000000000..5883cd03e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0051.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0052.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0052.png new file mode 100755 index 000000000..d748ecf79 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0052.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0053.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0053.png new file mode 100755 index 000000000..26b83365f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0053.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0054.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0054.png new file mode 100755 index 000000000..157d528ed Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0054.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0055.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0055.png new file mode 100755 index 000000000..bc7b53c0f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0055.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0056.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0056.png new file mode 100755 index 000000000..769b688df Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0056.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0057.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0057.png new file mode 100755 index 000000000..d3bd110f5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0057.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0058.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0058.png new file mode 100755 index 000000000..c1bb44cc6 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0058.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0059.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0059.png new file mode 100755 index 000000000..3b8058324 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0059.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0060.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0060.png new file mode 100755 index 000000000..93c59648c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0060.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0061.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0061.png new file mode 100755 index 000000000..1d6b0539c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0061.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0062.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0062.png new file mode 100755 index 000000000..4b1cf77a9 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0062.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0063.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0063.png new file mode 100755 index 000000000..b92d6f697 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0063.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0064.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0064.png new file mode 100755 index 000000000..7541ebca2 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0064.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0065.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0065.png new file mode 100755 index 000000000..09f6dc073 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0065.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0066.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0066.png new file mode 100755 index 000000000..370774a34 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0066.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0067.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0067.png new file mode 100755 index 000000000..5dbb0fb59 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0067.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0068.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0068.png new file mode 100755 index 000000000..770d476db Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0068.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0069.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0069.png new file mode 100755 index 000000000..5b3c17be8 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0069.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0070.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0070.png new file mode 100755 index 000000000..84d589923 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0070.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0071.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0071.png new file mode 100755 index 000000000..4dbc7ad29 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0071.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0072.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0072.png new file mode 100755 index 000000000..b12a83c91 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/48x48/kubuntu-0072.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/gear.3ds b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/gear.3ds new file mode 100755 index 000000000..a9eab0fba Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/throbber/gear.3ds differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient-inactive.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient-inactive.png new file mode 100644 index 000000000..68d188519 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient-inactive.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient.png new file mode 100644 index 000000000..a92934329 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/window-decoration-gradient.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/backgroundrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/backgroundrc new file mode 100644 index 000000000..b259365fc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/backgroundrc @@ -0,0 +1,18 @@ +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=0,0,0 +Color2=192,192,192 +CurrentWallpaperName= +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +Pattern= +Program= +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/enterprise-desktop.png +WallpaperList= +WallpaperMode=Scaled diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/colour-schemes/kubuntuColours.kcsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/colour-schemes/kubuntuColours.kcsrc new file mode 100644 index 000000000..e4ed11dd7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/colour-schemes/kubuntuColours.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Kubuntu Colours +activeBackground=82,139,239 +activeBlend=238,239,242 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=220,228,249 +background=238,239,242 +buttonBackground=238,238,238 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=238,239,242 +inactiveBlend=238,239,242 +inactiveForeground=67,67,67 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +linkColor=0,0,238 +selectBackground=68,115,196 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/00008160000006810000408080010102 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/028006030e0e7ebffc7f7070c0600140 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/03b6e0fcb3499374a867c041f52298f0 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/1081e37283d90000800003c07f3ef6bf differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/14fef782d02440884392942c11205230 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/2870a09082c103050810ffdffffe0204 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3085a0e285430894940527032f8b26df differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/3ecb610c1bf2410f44200f48c40d3599 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/4498f0e0c1937ffe01fd06f973665830 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/6407b0e94181790501fd1e167b474872 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/640fb0e74195791501fd1ed57b41487f differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9081237383d90e509aa00f00170e968f differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/9d800788f1b08800ae810202380a0822 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/X_cursor b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/X_cursor new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/X_cursor differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_down b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_up b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/base_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_down b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_down new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_down differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_up b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_up new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/based_arrow_up differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bd_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bd_double_arrow new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_left_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_left_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_right_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_right_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_side b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/bottom_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/center_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/center_ptr new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/center_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/circle b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/circle new file mode 100755 index 000000000..40ce3ce06 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/circle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/copy b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/copy new file mode 100755 index 000000000..8824dc5b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/copy differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross_reverse b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross_reverse new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/cross_reverse differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crossed_circle b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crossed_circle new file mode 100755 index 000000000..40893eaa0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crossed_circle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crosshair b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crosshair new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/crosshair differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/d9ce0ab605698f320427677b458ad60b differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dot b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dot new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dot differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dotbox b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dotbox new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/dotbox differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_large b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_large new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_large differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_small b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_small new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draft_small differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draped_box b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draped_box new file mode 100755 index 000000000..13b748e9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/draped_box differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/e29285e634086352946a0e7090d73106 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fd_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fd_double_arrow new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fd_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fleur b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fleur new file mode 100755 index 000000000..9390d0633 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/fleur differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/h_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand1 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand1 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand1 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand2 b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand2 new file mode 100755 index 000000000..01374ac9d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/hand2 differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr_watch b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr_watch new file mode 100755 index 000000000..d7ce4c6b0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_ptr_watch differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_side b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/left_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/link b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/link new file mode 100755 index 000000000..93787b425 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/link differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/ll_angle b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/ll_angle new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/ll_angle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/lr_angle b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/lr_angle new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/lr_angle differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/move b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/move new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/move differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pencil b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pencil new file mode 100755 index 000000000..9ea408ce5 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pencil differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pirate b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pirate new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/pirate differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/plus b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/plus new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/plus differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/question_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/question_arrow new file mode 100755 index 000000000..0930af82b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/question_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_ptr b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_ptr new file mode 100755 index 000000000..47742d40e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_ptr differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_side b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_side new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/right_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_down_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_down_arrow new file mode 100755 index 000000000..a3743a37e Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_down_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow new file mode 100755 index 000000000..4d19b5f9f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_h_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_left_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_left_arrow new file mode 100755 index 000000000..b12f2f5c0 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_right_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_right_arrow new file mode 100755 index 000000000..79fda1d7b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_right_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_up_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_up_arrow new file mode 100755 index 000000000..325158011 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_up_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/sb_v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/tcross b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/tcross new file mode 100755 index 000000000..94c7b106f Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/tcross differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_arrow new file mode 100755 index 000000000..75129d83c Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_corner new file mode 100755 index 000000000..7c2d94047 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_left_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_right_corner b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_right_corner new file mode 100755 index 000000000..9a5bd875d Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_right_corner differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_side b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_side new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/top_side differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/v_double_arrow b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/v_double_arrow new file mode 100755 index 000000000..7d8d1a30b Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/v_double_arrow differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/watch b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/watch new file mode 100755 index 000000000..e05fc1230 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/watch differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm new file mode 100755 index 000000000..e9e878124 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm_extra_large b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm_extra_large new file mode 100644 index 000000000..45c947824 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/contrastlarge/cursors/xterm_extra_large differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/index.theme b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/index.theme new file mode 100755 index 000000000..b4ad00443 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/cursors/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Contrast Large +Comment=Large icon theme +Directories= diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/changelog b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/changelog new file mode 100644 index 000000000..0f9a5a20e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/changelog @@ -0,0 +1,60 @@ +redmond-default-settings-trinity (10.10-31~lucid) lucid; urgency=low + + * R14 release + + -- Timothy Pearson Mon, 23 Apr 2012 17:22:00 -0600 + +redmond-default-settings-trinity (10.10-24~lucid) lucid; urgency=low + + * 3.5.13 release + + -- Timothy Pearson Sun, 14 Aug 2011 23:37:00 -0600 + +redmond-default-settings-trinity (10.10-14) maverick; urgency=low + + * Maverick rebuild + + -- Timothy Pearson Sun, 05 Sep 2010 15:20:00 -0600 + +redmond-default-settings-trinity (10.04-9) lucid; urgency=low + + * Added Lucid wallpaper + + -- Timothy Pearson Mon, 05 Apr 2010 11:06:00 -0600 + +redmond-default-settings-trinity (10.04-0) lucid; urgency=low + + * Lucid rebuild + * Removed dependency on deleted packages kubuntu-artwork-usplash and usplash + + -- Timothy Pearson Tue, 23 Mar 2010 13:10:00 -0600 + +redmond-default-settings-trinity (9.10-6) karmic; urgency=low + + * Slight UI alteration + + -- Timothy Pearson Mon, 19 Oct 2009 20:22:00 -0600 + +redmond-default-settings-trinity (9.10-3) karmic; urgency=low + + * Repaired kdm theming + + -- Timothy Pearson Mon, 13 July 2009 20:22:00 -0600 + +redmond-default-settings-trinity (9.10-0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +redmond-default-settings-trinity (8.10-8) intrepid; urgency=low + + * Slight modification of kickerrc for new /opt/trinity prefix + + -- Timothy Pearson Sun, 08 Mar 2009 03:40:00 -0600 + +redmond-default-settings-trinity (8.10-3) intrepid; urgency=low + + * Initial import and modification of kubuntu-default-settings + + -- Timothy Pearson Sun, 06 Nov 2008 23:07:12 -0600 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/compat b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/control b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/control new file mode 100644 index 000000000..067efe968 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/control @@ -0,0 +1,15 @@ +Source: redmond-default-settings-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5.0), cdbs +Standards-Version: 3.8.4 + +Package: redmond-default-settings-trinity +Architecture: all +Depends: crystalcursors, tde-style-lipstik-trinity, kcalc-trinity, gtk-qt-engine-trinity, acpi, acpi-support, acpid, alsa-base, alsa-utils, anacron, ark-trinity, arts-trinity, avahi-daemon, bc, ca-certificates, cups, cups-bsd, cups-client, cups-driver-gutenprint, dbus, dc, foomatic-db, foomatic-db-engine,foomatic-filters, genisoimage, ghostscript-x, hal, kcontrol-trinity, kcron-trinity, tde-style-qtcurve-trinity, tde-systemsettings-trinity, tdeadmin-kfile-plugins-trinity, tdebase-kio-plugins-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdemultimedia-kio-plugins-trinity, tdenetwork-filesharing-trinity, tdenetwork-kfile-plugins-trinity, kdepasswd-trinity, tdeprint-trinity, kdesktop-trinity, kdm-trinity, kdnssd-trinity, kghostview-trinity, khelpcenter-trinity, kicker-trinity, kio-locate-trinity, kmenuedit-trinity, kmix-trinity, knetworkconf-trinity, konq-plugins-trinity, konsole-trinity, kpdf-trinity, ksmserver-trinity, ksnapshot-trinity, ksvg-trinity, ksystemlog-trinity, twin-trinity, twin-style-crystal-trinity, lftp, libarts1-akode-trinity, libgl1-mesa-glx,libglut3 | freeglut3, libtqt-perl, libsasl2-modules, libxp6, openprinting-ppds, pnm2ppa, powermanagement-interface, tqca-tls, readahead, screen, smbclient, ttf-bitstream-vera, ttf-dejavu-core, ttf-freefont, unzip, vorbis-tools, x-ttcidfont-conf, xdg-user-dirs, xkb-data, xorg, zip, sudo-trinity, kdbusnotification-trinity +Recommends: firefox, thunderbird, synaptic, kio-apt-trinity, tde-guidance-trinity, adept-trinity, akregator-trinity, amarok-trinity, avahi-autoipd, bluez-cups, bluez-utils, bogofilter, brltty, cdparanoia, cdrdao, cups-pdf, desktop-effects-tde-trinity, digikamdesktop-effects-tde-trinity, dmz-cursor-theme, dvd+rw-tools, foo2zjs, foomatic-db-gutenprint, fortune-mod, gcc, gdebi-tde-trinity, gwenview-trinity, hpijs-ppds, hplip, ijsgutenprint, jockey-gtk, k3b-trinity, kaddressbook-trinity, kaffeine-trinity, kamera-trinity, karm-trinity, katapult-trinity, kate-trinity, kbstate-trinity, tde-guidance-powermanager-trinity, tdepim-kio-plugins-trinity, tdepim-wizards-trinity, tdesudo-trinity, keep-trinity, kfind-trinity, kio-umountwrapper-trinity, kipi-plugins-trinity, klipper-trinity, kmag-trinity, kmail-trinity, kmailcvt-trinity, kmilo-trinity, kmousetool-trinity, kmplayer-konq-plugins-trinity, knotes-trinity, konqueror-trinity, konqueror-nsplugins-trinity, kontact-trinity, konversation-trinity, kooka-trinity, kopete-trinity, korganizer-trinity, kpf-trinity, kppp-trinity, krdc-trinity, krfb-trinity, kscreensaver-trinity, ksysguard-trinity, ktorrent-trinity, kubuntu-default-settings-trinity, kubuntu-docs-trinity, kubuntu-konqueror-shortcuts-trinity, kvkbd-trinity, kwalletmanager-trinity, landscape-client, laptop-detect, libgl1-mesa-dri, libnss-mdns, linux-headers-generic, make, min12xxw, networkstatus, libreoffice-calc, libreoffice-impress, libreoffice-trinity, libreoffice-writer, pinentry-qt, powernowd, pxljr, rdesktop, scim-bridge-agent, scim-bridge-client-qt,scim-qtimm, skim, speedcrunch, splix, strigi-daemon, system-config-printer-tde-trinity, ttf-arabeyes, ttf-arphic-ukai, ttf-arphic-uming, ttf-indic-fonts-core, ttf-kochi-gothic,ttf-kochi-mincho, ttf-lao, ttf-malayalam-fonts, ttf-thai-tlwg, ttf-unfonts-core, wodim, wvdial, xcursor-themes, xdg-utils, msttfcorefonts, kdmtheme-trinity, kubuntu-kdm-themes, plymouth-theme-kubuntu-logo-trinity +Suggests: apport-gtk, hplip-gui +Conflicts: kubuntu-default-settings-trinity, kubuntu-default-settings +Description: Redmond default settings and artwork for the Kubuntu Trinity desktop + This package includes artwork and Kubuntu branding. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/copyright b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/copyright new file mode 100644 index 000000000..0fdfbf2aa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/copyright @@ -0,0 +1,289 @@ +KDE 4 desktop theme, 2008 Ivan Cukic < ivan@fomentgroup.org> http://kde-look.org/content/show.php?content=74329 +Wallpaper, copyright 2008 Vlad Gerasimov http://www.vladstudio.com +Kubuntu Login sound, copyright 2002 Christian Mueller +Contast Cursor mouse theme, copyright 2005 Stefan Maundrakke +Everything else, author: Jonathan Riddell , Copyright 2005-2008 Canonical Ltd. + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, 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. + +On Kubuntu systems, a copy of the GNU General Public License +may be found in the file /usr/share/common-licenses/GPL. + +--- + +Items which include the Kubuntu logo: + +Kubuntu Konqueror Throbber, copyright 2005 Matea Tzilkov +KDM theme and KSplash theme, copyright 2006 Ken Wimer +Metabar and Amarok sidebar themes, copyright 2006 Ken Wimer + +License: Creative Commons Legal Code Attribution-ShareAlike 2.5 + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE +LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN +ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS +INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES +REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR +DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS +CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS +PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE +WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW +IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND +AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU +THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH +TERMS AND CONDITIONS. + +1. Definitions + + 1. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are + assembled into a collective whole. A work that constitutes a + Collective Work will not be considered a Derivative Work + (as defined below) for the purposes of this License. + 2. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture + version, sound recording, art reproduction, abridgment, + condensation, or any other form in which the Work may be recast, + transformed, or adapted, except that a work that constitutes a + Collective Work will not be considered a Derivative Work for the + purpose of this License. For the avoidance of doubt, where the Work + is a musical composition or sound recording, the synchronization of + the Work in timed-relation with a moving image ("synching") will be + considered a Derivative Work for the purpose of this License. + 3. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + 4. "Original Author" means the individual or entity who created the + Work. + 5. "Work" means the copyrightable work of authorship offered under + the terms of this License. + 6. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + 7. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of + this License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, +limit, or restrict any rights arising from fair use, first sale or +other limitations on the exclusive rights of the copyright owner under +copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + 1. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + 2. to create and reproduce Derivative Works; + 3. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission the Work including as incorporated in Collective Works; + 4. to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital audio + transmission Derivative Works. + 5. + + For the avoidance of doubt, where the work is a musical + composition: + 1. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually + or via a performance rights society (e.g. ASCAP, BMI, SESAC), + royalties for the public performance or public digital + performance (e.g. webcast) of the Work. + 2. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a + music rights society or designated agent (e.g. Harry Fox + Agency), royalties for any phonorecord You create from the + Work ("cover version") and distribute, subject to the + compulsory license created by 17 USC Section 115 of the US + Copyright Act (or the equivalent in other jurisdictions). + 6. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to + the compulsory license created by 17 USC Section 114 of the US + Copyright Act (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by +Licensor are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly +made subject to and limited by the following restrictions: + + 1. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the + Work You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License + and to the disclaimer of warranties. You may not distribute, + publicly display, publicly perform, or publicly digitally perform + the Work with any technological measures that control access or use + of the Work in a manner inconsistent with the terms of this License + Agreement. The above applies to the Work as incorporated in a + Collective Work, but this does not require the Collective Work apart + from the Work itself to be made subject to the terms of this + License. If You create a Collective Work, upon notice from any + Licensor You must, to the extent practicable, remove from the + Collective Work any credit as required by clause 4(c), as requested. + If You create a Derivative Work, upon notice from any Licensor You + must, to the extent practicable, remove from the Derivative Work + any credit as required by clause 4(c), as requested. + 2. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms + of this License, a later version of this License with the same + License Elements as this License, or a Creative Commons iCommons + license that contains the same License Elements as this License + (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, + or the Uniform Resource Identifier for, this License or other + license specified in the previous sentence with every copy or + phonorecord of each Derivative Work You distribute, publicly + display, publicly perform, or publicly digitally perform. You may + not offer or impose any terms on the Derivative Works that alter or + restrict the terms of this License or the recipients' exercise of + the rights granted hereunder, and You must keep intact all notices + that refer to this License and to the disclaimer of warranties. + You may not distribute, publicly display, publicly perform, or + publicly digitally perform the Derivative Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. + The above applies to the Derivative Work as incorporated in a + Collective Work, but this does not require the Collective Work + apart from the Derivative Work itself to be made subject to the + terms of this License. + 3. If you distribute, publicly display, publicly perform, or + publicly digitally perform the Work or any Derivative Works or + Collective Works, You must keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are + utilizing: (i) the name of the Original Author (or pseudonym, if + applicable) if supplied, and/or (ii) if the Original Author and/or + Licensor designate another party or parties (e.g. a sponsor + institute, publishing entity, journal) for attribution in Licensor's + copyright notice, terms of service or by other reasonable means, the + name of such party or parties; the title of the Work if supplied; to + the extent reasonably practicable, the Uniform Resource Identifier, + if any, that Licensor specifies to be associated with the Work, + unless such URI does not refer to the copyright notice or licensing + information for the Work; and in the case of a Derivative Work, a + credit identifying the use of the Work in the Derivative Work (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). Such credit may be + implemented in any reasonable manner; provided, however, that in the + case of a Derivative Work or Collective Work, at a minimum such + credit will appear where any other comparable authorship credit + appears and in a manner at least as prominent as such other + comparable authorship credit. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF +ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW +THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY +TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or + Collective Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities + remain in full compliance with those licenses. Sections 1, 2, 5, 6, + 7, and 8 will survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in + the Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + +8. Miscellaneous + + 1. Each time You distribute or publicly digitally perform the Work + or a Collective Work, the Licensor offers to the recipient a license + to the Work on the same terms and conditions as the license granted + to You under this License. + 2. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license + granted to You under this License. + 3. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 4. No term or provision of this License shall be deemed waived and + no breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + 5. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + +Creative Commons is not a party to this License, and makes no warranty +whatsoever in connection with the Work. Creative Commons will not be +liable to You or any party on any legal theory for any damages +whatsoever, including without limitation any general, special, +incidental or consequential damages arising in connection to this +license. Notwithstanding the foregoing two (2) sentences, if Creative +Commons has expressly identified itself as the Licensor hereunder, +it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the +Work is licensed under the CCPL, neither party will use the trademark +"Creative Commons" or any related trademark or logo of Creative Commons +without the prior written consent of Creative Commons. Any permitted +use will be in compliance with Creative Commons' then-current trademark +usage guidelines, as may be published on its website or otherwise made +available upon request from time to time. + +Creative Commons may be contacted at http://creativecommons.org/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/dirs b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/dirs new file mode 100644 index 000000000..a26044f48 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/dirs @@ -0,0 +1 @@ +usr/X11R6/lib/X11/icons/default diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postinst b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postinst new file mode 100644 index 000000000..fc0689446 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postinst @@ -0,0 +1,47 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + configure) + # Set default cursor theme + update-alternatives --set x-cursor-theme /etc/X11/cursors/crystalwhite.theme || true + + # clean the driver database for kdeprint + if [ -x /usr/sbin/foomatic-cleanupdrivers ]; then + foomatic-cleanupdrivers + fi + + # Clean this file, as it seems to be removal resistant... + rm -rf /etc/default/kdm-trinity.d/20_kubuntu_default_settings + + # create links for .hidden files, don't bail out if s.th. goes wrong. + if [ -d /media ]; then + if [ ! -e /media/.hidden ]; then + ln -s /etc/redmond-default-settings-trinity/hidden-media /media/.hidden || \ + echo "Could not create symlink /media/.hidden, skipping." + fi + if [ ! -e /media/.directory ]; then + ln -s /etc/redmond-default-settings-trinity/directory-media /media/.directory || \ + echo "Could not create symlink /media/.directory, skipping." + fi + fi + if [ -d /home ]; then + if [ ! -e /home/.directory ]; then + ln -s /etc/redmond-default-settings-trinity/directory-home /home/.directory || \ + echo "Could not create symlink /home/.directory, skipping." + fi + fi + + if [ -f /usr/share/redmond-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi ]; then + if [ -d /usr/share/hal/fdi/policy/10osvendor ]; then + ln -sf /usr/share/redmond-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi \ + /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi || \ + echo "Could not create symlink /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi, skipping." + fi + fi + ;; +esac + +exit 0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postrm b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postrm new file mode 100644 index 000000000..3727a65c1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/redmond-default-settings-trinity.postrm @@ -0,0 +1,39 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +case "$1" in + remove|deconfigure|failed-upgrade) + echo Unsetting kubuntu as default mouse cursor theme ... + # update-alternatives may fail, e.g. if the auto-configured file has gone + # This is not a problem for us though (LP: #194101) + update-alternatives --auto x-cursor-theme || true + + ;; + + purge) + # remove symbolic links on purge again (careful, only if these *are* symlinks, + # also don't bail out if s.th. goes wrong (e.g. /media mounted r.o.) + if [ -h /.hidden ]; then + rm /.hidden || \ + echo "Could not remove symlink /.hidden, skipping." + fi + if [ -h /media/.hidden ]; then + rm /media/.hidden || \ + echo "Could not remove symlink /media/.hidden, skipping." + fi + if [ -h /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi ]; then + rm /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi || \ + echo "Could not remove symlink /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi, skipping." + fi + ;; + + upgrade) + ;; + + *) + echo "Unknown argument ($1) for $0" + ;; + +esac diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/rules b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/rules new file mode 100755 index 000000000..f8c89d5db --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +CFLAGS=-g -Wall -fPIC + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" +DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/default-icon-positions/IconPositions b/ubuntu/maverick/defaultsettings/redmond-default-settings/default-icon-positions/IconPositions new file mode 100644 index 000000000..2f8e237b1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/default-icon-positions/IconPositions @@ -0,0 +1,27 @@ +[IconPosition::Web_Browser] +Xabs=16 +Yabs=268 + +[IconPosition::My_Computer] +Xabs=13 +Yabs=98 + +[IconPosition::My_Documents] +Xabs=9 +Yabs=13 + +[IconPosition::My_Network_Places] +Xabs=7 +Yabs=183 + +[IconPosition::Printers] +Xabs=19 +Yabs=438 + +[IconPosition::Trash] +Xabs=25 +Yabs=353 + +[IconPosition::ubiquity-gtkui.desktop] +Xabs=8 +Yabs=508 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh new file mode 100755 index 000000000..b477f5ce2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Make sure our customised gtkrc file is loaded. +export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk_qt_engine_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk_qt_engine_rc new file mode 100755 index 000000000..aae3f8a04 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtk_qt_engine_rc @@ -0,0 +1,570 @@ +# kde_windowsxp, lipstik, 1 + +# This file was generated by the Gtk Qt Theme Engine +# It will be recreated when you change your KDE icon theme or widget style + +style "gtk-qt-dynamic-61" { GtkScrollbar::has-backward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-61" +style "gtk-qt-dynamic-62" { GtkScrollbar::has-forward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-62" +style "gtk-qt-dynamic-63" { GtkScrollbar::has-secondary-forward-stepper = 0 } widget_class "*" style "gtk-qt-dynamic-63" +style "gtk-qt-dynamic-64" { GtkScrollbar::has-secondary-backward-stepper = 1 } widget_class "*" style "gtk-qt-dynamic-64" +style "gtk-qt-dynamic-65" { GtkScrollbar::stepper-size = 15 } widget_class "*" style "gtk-qt-dynamic-65" +style "gtk-qt-dynamic-66" { GtkScrollbar::min-slider-length = 26 } widget_class "*" style "gtk-qt-dynamic-66" +style "gtk-qt-dynamic-67" { GtkScrollbar::slider-width = 14 } widget_class "*" style "gtk-qt-dynamic-67" +style "gtk-qt-dynamic-68" { GtkButton::child-displacement-x = 1 } widget_class "*" style "gtk-qt-dynamic-68" +style "gtk-qt-dynamic-69" { GtkButton::child-displacement-y = 1 } widget_class "*" style "gtk-qt-dynamic-69" +style "gtk-qt-dynamic-70" { GtkScale::slider-length = 20 } widget_class "*" style "gtk-qt-dynamic-70" +style "gtk-qt-dynamic-71" { GtkButton::default-border = { 0, 0, 0, 0 } } widget_class "*" style "gtk-qt-dynamic-71" +style "gtk-qt-dynamic-72" { xthickness = 2 } widget_class "*.GtkMenu" style "gtk-qt-dynamic-72" +style "gtk-qt-dynamic-73" { ythickness = 2 } widget_class "*.GtkMenu" style "gtk-qt-dynamic-73" +style "gtk-qt-dynamic-74" { xthickness = 5 } widget_class "*.GtkMenu.Gtk*MenuItem" style "gtk-qt-dynamic-74" +style "gtk-qt-dynamic-75" { xthickness = 3 } widget_class "*.GtkNotebook" style "gtk-qt-dynamic-75" +style "gtk-qt-dynamic-76" { ythickness = 3 } widget_class "*.GtkNotebook" style "gtk-qt-dynamic-76" +style "gtk-qt-dynamic-77" { ythickness = 1 } widget_class "*.GtkButton" style "gtk-qt-dynamic-77" +style "gtk-qt-dynamic-78" { fg[NORMAL] = {0, 0, 0} } widget "gtk-tooltips.GtkLabel" style "gtk-qt-dynamic-78" + +pixmap_path "/usr/share/icons/kde_windowsxp/:/usr/share/icons/crystalsvg/:/usr/share/icons/hicolor/" + +style "KDE-icons" { +stock["gtk-bold"]={ + { "22x22/actions/text_bold.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_bold.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_bold.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_bold.png", *, *, "gtk-button" }, + { "16x16/actions/text_bold.png", *, *, "gtk-menu" }, + { "16x16/actions/text_bold.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_bold.png" } +} +stock["gtk-cancel"]={ + { "22x22/actions/button_cancel.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/button_cancel.png", *, *, "gtk-dnd" }, + { "32x32/actions/button_cancel.png", *, *, "gtk-dialog" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-button" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-menu" }, + { "16x16/actions/button_cancel.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/button_cancel.png" } +} +stock["gtk-cdrom"]={ + { "32x32/devices/cdrom_unmount.png", *, *, "gtk-dnd" }, + { "32x32/devices/cdrom_unmount.png", *, *, "gtk-dialog" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-button" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-menu" }, + { "16x16/devices/cdrom_unmount.png", *, *, "gtk-small-toolbar" }, + { "32x32/devices/cdrom_unmount.png" } +} +stock["gtk-clear"]={ + { "22x22/actions/editclear.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editclear.png", *, *, "gtk-dnd" }, + { "32x32/actions/editclear.png", *, *, "gtk-dialog" }, + { "16x16/actions/editclear.png", *, *, "gtk-button" }, + { "16x16/actions/editclear.png", *, *, "gtk-menu" }, + { "16x16/actions/editclear.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editclear.png" } +} +stock["gtk-close"]={ + { "22x22/actions/fileclose.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileclose.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileclose.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileclose.png", *, *, "gtk-button" }, + { "16x16/actions/fileclose.png", *, *, "gtk-menu" }, + { "16x16/actions/fileclose.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileclose.png" } +} +stock["gtk-color-picker"]={ + { "22x22/actions/colorpicker.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/colorpicker.png", *, *, "gtk-dnd" }, + { "32x32/actions/colorpicker.png", *, *, "gtk-dialog" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-button" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-menu" }, + { "16x16/actions/colorpicker.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/colorpicker.png" } +} +stock["gtk-copy"]={ + { "22x22/actions/editcopy.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editcopy.png", *, *, "gtk-dnd" }, + { "32x32/actions/editcopy.png", *, *, "gtk-dialog" }, + { "16x16/actions/editcopy.png", *, *, "gtk-button" }, + { "16x16/actions/editcopy.png", *, *, "gtk-menu" }, + { "16x16/actions/editcopy.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editcopy.png" } +} +stock["gtk-cut"]={ + { "22x22/actions/editcut.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editcut.png", *, *, "gtk-dnd" }, + { "32x32/actions/editcut.png", *, *, "gtk-dialog" }, + { "16x16/actions/editcut.png", *, *, "gtk-button" }, + { "16x16/actions/editcut.png", *, *, "gtk-menu" }, + { "16x16/actions/editcut.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editcut.png" } +} +stock["gtk-delete"]={ + { "22x22/actions/editdelete.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editdelete.png", *, *, "gtk-dnd" }, + { "32x32/actions/editdelete.png", *, *, "gtk-dialog" }, + { "16x16/actions/editdelete.png", *, *, "gtk-button" }, + { "16x16/actions/editdelete.png", *, *, "gtk-menu" }, + { "16x16/actions/editdelete.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editdelete.png" } +} +stock["gtk-dialog-error"]={ + { "32x32/actions/messagebox_critical.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_critical.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_critical.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_critical.png" } +} +stock["gtk-dialog-info"]={ + { "32x32/actions/messagebox_info.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_info.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_info.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_info.png" } +} +stock["gtk-dialog-question"]={ + { "22x22/actions/help.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/help.png", *, *, "gtk-dnd" }, + { "32x32/actions/help.png", *, *, "gtk-dialog" }, + { "16x16/actions/help.png", *, *, "gtk-button" }, + { "16x16/actions/help.png", *, *, "gtk-menu" }, + { "16x16/actions/help.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/help.png" } +} +stock["gtk-dialog-warning"]={ + { "32x32/actions/messagebox_warning.png", *, *, "gtk-dnd" }, + { "32x32/actions/messagebox_warning.png", *, *, "gtk-dialog" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-button" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-menu" }, + { "16x16/actions/messagebox_warning.png", *, *, "gtk-small-toolbar" }, + { "32x32/actions/messagebox_warning.png" } +} +stock["gtk-dnd"]={ + { "22x22/mimetypes/empty.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/empty.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/empty.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-button" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/empty.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/empty.png" } +} +stock["gtk-dnd-multiple"]={ + { "22x22/mimetypes/kmultiple.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/kmultiple.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/kmultiple.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-button" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/kmultiple.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/kmultiple.png" } +} +stock["gtk-execute"]={ + { "22x22/actions/exec.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/exec.png", *, *, "gtk-dnd" }, + { "32x32/actions/exec.png", *, *, "gtk-dialog" }, + { "16x16/actions/exec.png", *, *, "gtk-button" }, + { "16x16/actions/exec.png", *, *, "gtk-menu" }, + { "16x16/actions/exec.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/exec.png" } +} +stock["gtk-find"]={ + { "22x22/actions/find.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/find.png", *, *, "gtk-dnd" }, + { "32x32/actions/find.png", *, *, "gtk-dialog" }, + { "16x16/actions/find.png", *, *, "gtk-button" }, + { "16x16/actions/find.png", *, *, "gtk-menu" }, + { "16x16/actions/find.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/find.png" } +} +stock["gtk-floppy"]={ + { "22x22/devices/3floppy_unmount.png", *, *, "gtk-large-toolbar" }, + { "32x32/devices/3floppy_unmount.png", *, *, "gtk-dnd" }, + { "32x32/devices/3floppy_unmount.png", *, *, "gtk-dialog" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-button" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-menu" }, + { "16x16/devices/3floppy_unmount.png", *, *, "gtk-small-toolbar" }, + { "22x22/devices/3floppy_unmount.png" } +} +stock["gtk-goto-bottom"]={ + { "22x22/actions/bottom.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/bottom.png", *, *, "gtk-dnd" }, + { "32x32/actions/bottom.png", *, *, "gtk-dialog" }, + { "16x16/actions/bottom.png", *, *, "gtk-button" }, + { "16x16/actions/bottom.png", *, *, "gtk-menu" }, + { "16x16/actions/bottom.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/bottom.png" } +} +stock["gtk-goto-first"]={ + { "22x22/actions/start.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/start.png", *, *, "gtk-dnd" }, + { "32x32/actions/start.png", *, *, "gtk-dialog" }, + { "16x16/actions/start.png", *, *, "gtk-button" }, + { "16x16/actions/start.png", *, *, "gtk-menu" }, + { "16x16/actions/start.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/start.png" } +} +stock["gtk-goto-last"]={ + { "22x22/actions/finish.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/finish.png", *, *, "gtk-dnd" }, + { "32x32/actions/finish.png", *, *, "gtk-dialog" }, + { "16x16/actions/finish.png", *, *, "gtk-button" }, + { "16x16/actions/finish.png", *, *, "gtk-menu" }, + { "16x16/actions/finish.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/finish.png" } +} +stock["gtk-goto-top"]={ + { "22x22/actions/top.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/top.png", *, *, "gtk-dnd" }, + { "32x32/actions/top.png", *, *, "gtk-dialog" }, + { "16x16/actions/top.png", *, *, "gtk-button" }, + { "16x16/actions/top.png", *, *, "gtk-menu" }, + { "16x16/actions/top.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/top.png" } +} +stock["gtk-go-back"]={ + { "22x22/actions/back.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/back.png", *, *, "gtk-dnd" }, + { "32x32/actions/back.png", *, *, "gtk-dialog" }, + { "16x16/actions/back.png", *, *, "gtk-button" }, + { "16x16/actions/back.png", *, *, "gtk-menu" }, + { "16x16/actions/back.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/back.png" } +} +stock["gtk-go-down"]={ + { "22x22/actions/down.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/down.png", *, *, "gtk-dnd" }, + { "32x32/actions/down.png", *, *, "gtk-dialog" }, + { "16x16/actions/down.png", *, *, "gtk-button" }, + { "16x16/actions/down.png", *, *, "gtk-menu" }, + { "16x16/actions/down.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/down.png" } +} +stock["gtk-go-forward"]={ + { "22x22/actions/forward.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/forward.png", *, *, "gtk-dnd" }, + { "32x32/actions/forward.png", *, *, "gtk-dialog" }, + { "16x16/actions/forward.png", *, *, "gtk-button" }, + { "16x16/actions/forward.png", *, *, "gtk-menu" }, + { "16x16/actions/forward.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/forward.png" } +} +stock["gtk-go-up"]={ + { "22x22/actions/up.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/up.png", *, *, "gtk-dnd" }, + { "32x32/actions/up.png", *, *, "gtk-dialog" }, + { "16x16/actions/up.png", *, *, "gtk-button" }, + { "16x16/actions/up.png", *, *, "gtk-menu" }, + { "16x16/actions/up.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/up.png" } +} +stock["gtk-help"]={ + { "22x22/apps/khelpcenter.png", *, *, "gtk-large-toolbar" }, + { "32x32/apps/khelpcenter.png", *, *, "gtk-dnd" }, + { "32x32/apps/khelpcenter.png", *, *, "gtk-dialog" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-button" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-menu" }, + { "16x16/apps/khelpcenter.png", *, *, "gtk-small-toolbar" }, + { "22x22/apps/khelpcenter.png" } +} +stock["gtk-home"]={ + { "22x22/filesystems/folder_home.png", *, *, "gtk-large-toolbar" }, + { "32x32/filesystems/folder_home.png", *, *, "gtk-dnd" }, + { "32x32/filesystems/folder_home.png", *, *, "gtk-dialog" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-button" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-menu" }, + { "16x16/filesystems/folder_home.png", *, *, "gtk-small-toolbar" }, + { "22x22/filesystems/folder_home.png" } +} +stock["gtk-index"]={ + { "22x22/actions/contents.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/contents.png", *, *, "gtk-dnd" }, + { "32x32/actions/contents.png", *, *, "gtk-dialog" }, + { "16x16/actions/contents.png", *, *, "gtk-button" }, + { "16x16/actions/contents.png", *, *, "gtk-menu" }, + { "16x16/actions/contents.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/contents.png" } +} +stock["gtk-italic"]={ + { "22x22/actions/text_italic.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_italic.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_italic.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_italic.png", *, *, "gtk-button" }, + { "16x16/actions/text_italic.png", *, *, "gtk-menu" }, + { "16x16/actions/text_italic.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_italic.png" } +} +stock["gtk-jump-to"]={ + { "22x22/actions/goto.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/goto.png", *, *, "gtk-dnd" }, + { "32x32/actions/goto.png", *, *, "gtk-dialog" }, + { "16x16/actions/goto.png", *, *, "gtk-button" }, + { "16x16/actions/goto.png", *, *, "gtk-menu" }, + { "16x16/actions/goto.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/goto.png" } +} +stock["gtk-justify-center"]={ + { "22x22/actions/text_center.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_center.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_center.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_center.png", *, *, "gtk-button" }, + { "16x16/actions/text_center.png", *, *, "gtk-menu" }, + { "16x16/actions/text_center.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_center.png" } +} +stock["gtk-justify-fill"]={ + { "22x22/actions/text_block.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_block.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_block.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_block.png", *, *, "gtk-button" }, + { "16x16/actions/text_block.png", *, *, "gtk-menu" }, + { "16x16/actions/text_block.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_block.png" } +} +stock["gtk-justify-left"]={ + { "22x22/actions/text_left.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_left.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_left.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_left.png", *, *, "gtk-button" }, + { "16x16/actions/text_left.png", *, *, "gtk-menu" }, + { "16x16/actions/text_left.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_left.png" } +} +stock["gtk-justify-right"]={ + { "22x22/actions/text_right.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_right.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_right.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_right.png", *, *, "gtk-button" }, + { "16x16/actions/text_right.png", *, *, "gtk-menu" }, + { "16x16/actions/text_right.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_right.png" } +} +stock["gtk-missing-image"]={ + { "22x22/mimetypes/unknown.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/unknown.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/unknown.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-button" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/unknown.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/unknown.png" } +} +stock["gtk-new"]={ + { "22x22/actions/filenew.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filenew.png", *, *, "gtk-dnd" }, + { "32x32/actions/filenew.png", *, *, "gtk-dialog" }, + { "16x16/actions/filenew.png", *, *, "gtk-button" }, + { "16x16/actions/filenew.png", *, *, "gtk-menu" }, + { "16x16/actions/filenew.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filenew.png" } +} +stock["gtk-ok"]={ + { "22x22/actions/button_ok.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/button_ok.png", *, *, "gtk-dnd" }, + { "32x32/actions/button_ok.png", *, *, "gtk-dialog" }, + { "22x22/actions/button_ok.png" } +} +stock["gtk-open"]={ + { "22x22/actions/fileopen.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileopen.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileopen.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileopen.png", *, *, "gtk-button" }, + { "16x16/actions/fileopen.png", *, *, "gtk-menu" }, + { "16x16/actions/fileopen.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileopen.png" } +} +stock["gtk-paste"]={ + { "22x22/actions/editpaste.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/editpaste.png", *, *, "gtk-dnd" }, + { "32x32/actions/editpaste.png", *, *, "gtk-dialog" }, + { "16x16/actions/editpaste.png", *, *, "gtk-button" }, + { "16x16/actions/editpaste.png", *, *, "gtk-menu" }, + { "16x16/actions/editpaste.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/editpaste.png" } +} +stock["gtk-preferences"]={ + { "22x22/actions/configure.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/configure.png", *, *, "gtk-dnd" }, + { "32x32/actions/configure.png", *, *, "gtk-dialog" }, + { "16x16/actions/configure.png", *, *, "gtk-button" }, + { "16x16/actions/configure.png", *, *, "gtk-menu" }, + { "16x16/actions/configure.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/configure.png" } +} +stock["gtk-print"]={ + { "22x22/actions/fileprint.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/fileprint.png", *, *, "gtk-dnd" }, + { "32x32/actions/fileprint.png", *, *, "gtk-dialog" }, + { "16x16/actions/fileprint.png", *, *, "gtk-button" }, + { "16x16/actions/fileprint.png", *, *, "gtk-menu" }, + { "16x16/actions/fileprint.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/fileprint.png" } +} +stock["gtk-print-preview"]={ + { "22x22/actions/filequickprint.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filequickprint.png", *, *, "gtk-dnd" }, + { "32x32/actions/filequickprint.png", *, *, "gtk-dialog" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-button" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-menu" }, + { "16x16/actions/filequickprint.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filequickprint.png" } +} +stock["gtk-properties"]={ + { "22x22/actions/configure.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/configure.png", *, *, "gtk-dnd" }, + { "32x32/actions/configure.png", *, *, "gtk-dialog" }, + { "16x16/actions/configure.png", *, *, "gtk-button" }, + { "16x16/actions/configure.png", *, *, "gtk-menu" }, + { "16x16/actions/configure.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/configure.png" } +} +stock["gtk-quit"]={ + { "22x22/actions/exit.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/exit.png", *, *, "gtk-dnd" }, + { "32x32/actions/exit.png", *, *, "gtk-dialog" }, + { "16x16/actions/exit.png", *, *, "gtk-button" }, + { "16x16/actions/exit.png", *, *, "gtk-menu" }, + { "16x16/actions/exit.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/exit.png" } +} +stock["gtk-redo"]={ + { "22x22/actions/redo.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/redo.png", *, *, "gtk-dnd" }, + { "32x32/actions/redo.png", *, *, "gtk-dialog" }, + { "16x16/actions/redo.png", *, *, "gtk-button" }, + { "16x16/actions/redo.png", *, *, "gtk-menu" }, + { "16x16/actions/redo.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/redo.png" } +} +stock["gtk-refresh"]={ + { "22x22/actions/reload.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/reload.png", *, *, "gtk-dnd" }, + { "32x32/actions/reload.png", *, *, "gtk-dialog" }, + { "16x16/actions/reload.png", *, *, "gtk-button" }, + { "16x16/actions/reload.png", *, *, "gtk-menu" }, + { "16x16/actions/reload.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/reload.png" } +} +stock["gtk-revert-to-saved"]={ + { "22x22/actions/revert.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/revert.png", *, *, "gtk-dnd" }, + { "32x32/actions/revert.png", *, *, "gtk-dialog" }, + { "16x16/actions/revert.png", *, *, "gtk-button" }, + { "16x16/actions/revert.png", *, *, "gtk-menu" }, + { "16x16/actions/revert.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/revert.png" } +} +stock["gtk-save"]={ + { "22x22/actions/filesave.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filesave.png", *, *, "gtk-dnd" }, + { "32x32/actions/filesave.png", *, *, "gtk-dialog" }, + { "16x16/actions/filesave.png", *, *, "gtk-button" }, + { "16x16/actions/filesave.png", *, *, "gtk-menu" }, + { "16x16/actions/filesave.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filesave.png" } +} +stock["gtk-save-as"]={ + { "22x22/actions/filesaveas.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/filesaveas.png", *, *, "gtk-dnd" }, + { "32x32/actions/filesaveas.png", *, *, "gtk-dialog" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-button" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-menu" }, + { "16x16/actions/filesaveas.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/filesaveas.png" } +} +stock["gtk-select-color"]={ + { "22x22/actions/colorize.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/colorize.png", *, *, "gtk-dnd" }, + { "32x32/actions/colorize.png", *, *, "gtk-dialog" }, + { "16x16/actions/colorize.png", *, *, "gtk-button" }, + { "16x16/actions/colorize.png", *, *, "gtk-menu" }, + { "16x16/actions/colorize.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/colorize.png" } +} +stock["gtk-select-font"]={ + { "22x22/mimetypes/font.png", *, *, "gtk-large-toolbar" }, + { "32x32/mimetypes/font.png", *, *, "gtk-dnd" }, + { "32x32/mimetypes/font.png", *, *, "gtk-dialog" }, + { "16x16/mimetypes/font.png", *, *, "gtk-button" }, + { "16x16/mimetypes/font.png", *, *, "gtk-menu" }, + { "16x16/mimetypes/font.png", *, *, "gtk-small-toolbar" }, + { "22x22/mimetypes/font.png" } +} +stock["gtk-spell-check"]={ + { "22x22/actions/spellcheck.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/spellcheck.png", *, *, "gtk-dnd" }, + { "32x32/actions/spellcheck.png", *, *, "gtk-dialog" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-button" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-menu" }, + { "16x16/actions/spellcheck.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/spellcheck.png" } +} +stock["gtk-stop"]={ + { "22x22/actions/stop.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/stop.png", *, *, "gtk-dnd" }, + { "32x32/actions/stop.png", *, *, "gtk-dialog" }, + { "16x16/actions/stop.png", *, *, "gtk-button" }, + { "16x16/actions/stop.png", *, *, "gtk-menu" }, + { "16x16/actions/stop.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/stop.png" } +} +stock["gtk-strikethrough"]={ + { "22x22/actions/text_strike.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_strike.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_strike.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_strike.png", *, *, "gtk-button" }, + { "16x16/actions/text_strike.png", *, *, "gtk-menu" }, + { "16x16/actions/text_strike.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_strike.png" } +} +stock["gtk-underline"]={ + { "22x22/actions/text_under.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/text_under.png", *, *, "gtk-dnd" }, + { "32x32/actions/text_under.png", *, *, "gtk-dialog" }, + { "16x16/actions/text_under.png", *, *, "gtk-button" }, + { "16x16/actions/text_under.png", *, *, "gtk-menu" }, + { "16x16/actions/text_under.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/text_under.png" } +} +stock["gtk-undo"]={ + { "22x22/actions/undo.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/undo.png", *, *, "gtk-dnd" }, + { "32x32/actions/undo.png", *, *, "gtk-dialog" }, + { "16x16/actions/undo.png", *, *, "gtk-button" }, + { "16x16/actions/undo.png", *, *, "gtk-menu" }, + { "16x16/actions/undo.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/undo.png" } +} +stock["gtk-zoom-100"]={ + { "22x22/actions/viewmag1.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag1.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag1.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag1.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag1.png" } +} +stock["gtk-zoom-fit"]={ + { "22x22/actions/viewmagfit.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmagfit.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmagfit.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-button" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmagfit.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmagfit.png" } +} +stock["gtk-zoom-in"]={ + { "22x22/actions/viewmag+.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag+.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag+.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag+.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag+.png" } +} +stock["gtk-zoom-out"]={ + { "22x22/actions/viewmag-.png", *, *, "gtk-large-toolbar" }, + { "32x32/actions/viewmag-.png", *, *, "gtk-dnd" }, + { "32x32/actions/viewmag-.png", *, *, "gtk-dialog" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-button" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-menu" }, + { "16x16/actions/viewmag-.png", *, *, "gtk-small-toolbar" }, + { "22x22/actions/viewmag-.png" } +} +} class "*" style "KDE-icons" \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 new file mode 100755 index 000000000..874f83934 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/gtk-qt-engine-rc-files/gtkrc-2.0-kde4 @@ -0,0 +1,13 @@ +# This file was written by KDE +# You can edit it in the KDE control center, under "GTK Styles and Fonts" + +include "/usr/share/themes/Qt/gtk-2.0/gtkrc" + +style "user-font" +{ + font_name="Tahoma 10" +} +widget_class "*" style "user-font" + +gtk-theme-name="Qt" +gtk-font-name="Tahoma 10" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal-policy-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/20-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/20-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/20-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi new file mode 100644 index 000000000..2dead0109 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/hal/hal-policy-ntfs-config-write-policy.fdi @@ -0,0 +1,18 @@ + + + + + + + + + + + ntfs-3g + ntfs-3g + locale= + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen.svg new file mode 100755 index 000000000..1c35cfed6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen128.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen128.png new file mode 100755 index 000000000..7b3588497 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen128.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen64.png b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen64.png new file mode 100755 index 000000000..068a38680 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/fileopen64.png differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/wizard_stamp_v0.7.1 b/ubuntu/maverick/defaultsettings/redmond-default-settings/kaffeine/wizard_stamp_v0.7.1 new file mode 100755 index 000000000..e69de29bb diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-home new file mode 100644 index 000000000..519a93d87 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=folder_home diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-media new file mode 100644 index 000000000..3fba6cec6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=system diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde-user-profile b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde-user-profile new file mode 100755 index 000000000..647a34e46 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde-user-profile @@ -0,0 +1,2 @@ +[General] +groups= diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde4rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde4rc new file mode 100755 index 000000000..454fa83f3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kde4rc @@ -0,0 +1,2 @@ +[Directories-default] +prefixes=/usr/share/redmond-default-settings/kde4-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kderc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kderc new file mode 100755 index 000000000..df5ec9dc6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-profile/kderc @@ -0,0 +1,5 @@ +[Directories] +userProfileMapFile=/etc/kde-user-profile + +[Directories-default] +prefixes=/usr/share/redmond-default-settings-trinity/kde-profile/default/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_managerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_managerrc new file mode 100644 index 000000000..3e7f7533d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_managerrc @@ -0,0 +1,2 @@ +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_notifierrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_notifierrc new file mode 100644 index 000000000..86c6056ec --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/adept_notifierrc @@ -0,0 +1,2 @@ +[General] +Apport=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/amarokrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/amarokrc new file mode 100644 index 000000000..b02ab8b29 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/amarokrc @@ -0,0 +1,21 @@ +[General] +First Run=false + +[General Options] +Show Splashscreen=false +ContextBrowser StyleSheet=kubuntu + +[Shortcuts] +next=Win+B;XF86AudioNext +play=Win+X;XF86AudioPlay +play_pause=XF86AudioPause;Alt+Ctrl+P +prev=Win+Z;XF86AudioPrev +stop=Win+V;XF86AudioStop + +[Gst-Engine] +Sound Output=alsasink + +[OSD] +Osd Font=Sans Serif,16,-1,5,75,0,0,0,0,0 +Osd Alignment=Left +Osd Y Offset=15 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/arkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/arkrc new file mode 100644 index 000000000..1b3188cb8 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/arkrc @@ -0,0 +1,2 @@ +[ark] +UseIntegratedViewer=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc new file mode 100644 index 000000000..60167c5dd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/clock_panelapplet_kubuntu_rc @@ -0,0 +1,5 @@ +[General] +Initial_TZ=0 +RemoteZones= +Type=Plain + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..cae93fc63 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/cryptodefaults @@ -0,0 +1,12 @@ +[SSLv2] +Enabled=true +cipher_DES-CBC-MD5=false +cipher_DES-CBC3-MD5=false +cipher_EXP-RC2-CBC-MD5=false +cipher_EXP-RC4-MD5=false +cipher_RC2-CBC-MD5=false +cipher_RC4-64-MD5=false +cipher_RC4-MD5=false + +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/d3lphinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/d3lphinrc new file mode 100644 index 000000000..93e4bc082 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/d3lphinrc @@ -0,0 +1,28 @@ +[D3lphin Toolbar style] +IconText=IconTextBottom + +[General] +Default View Mode=2 + +[Icons Mode] +Grid Height=72 +Grid Spacing=20 +Grid Width=120 +Icon Size=48 +Number of Textlines=2 +Preview Size=48 + +[MainWindow Toolbar mainToolBar] +IconText=IconTextBottom + +[Previews Mode] +Grid Height=96 +Grid Width=96 +Icon Size=64 +Preview Size=64 +Number of Textlines=2 +Preview Size=64 + +[rightSidebar] +Selected Page=Information +Visible=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc new file mode 100644 index 000000000..3995909f1 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc @@ -0,0 +1,55 @@ +# created by KDE, Thu Oct 30 14:13:47 2008 +# +# If you do not want KDE to override your GTK settings, select +# Appearance & Themes -> Colors in the Control Center and disable the checkbox +# "Apply colors to non-KDE applications" +# +# +style "default" +{ + bg[NORMAL] = { 0.933, 0.933, 0.902 } + bg[SELECTED] = { 0.290, 0.475, 0.804 } + bg[INSENSITIVE] = { 0.933, 0.933, 0.902 } + bg[ACTIVE] = { 0.776, 0.776, 0.749 } + bg[PRELIGHT] = { 0.933, 0.933, 0.902 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.290, 0.475, 0.804 } + base[INSENSITIVE] = { 0.933, 0.933, 0.902 } + base[ACTIVE] = { 0.290, 0.475, 0.804 } + base[PRELIGHT] = { 0.290, 0.475, 0.804 } + + text[NORMAL] = { 0.000, 0.000, 0.000 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.776, 0.776, 0.749 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.000, 0.000, 0.000 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.776, 0.776, 0.749 } + fg[ACTIVE] = { 0.000, 0.000, 0.000 } + fg[PRELIGHT] = { 0.000, 0.000, 0.000 } +} + +class "*" style "default" + +style "ToolTip" +{ + bg[NORMAL] = { 1.000, 1.000, 0.863 } + base[NORMAL] = { 1.000, 1.000, 0.863 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.290, 0.475, 0.804 } + fg[PRELIGHT] = { 1.000, 1.000, 1.000 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 new file mode 100644 index 000000000..7259a697e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 @@ -0,0 +1,57 @@ +# created by KDE, Thu Oct 30 14:13:47 2008 +# +# If you do not want KDE to override your GTK settings, select +# Appearance & Themes -> Colors in the Control Center and disable the checkbox +# "Apply colors to non-KDE applications" +# +# +style "default" +{ + bg[NORMAL] = { 0.933, 0.933, 0.902 } + bg[SELECTED] = { 0.290, 0.475, 0.804 } + bg[INSENSITIVE] = { 0.933, 0.933, 0.902 } + bg[ACTIVE] = { 0.776, 0.776, 0.749 } + bg[PRELIGHT] = { 0.933, 0.933, 0.902 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.290, 0.475, 0.804 } + base[INSENSITIVE] = { 0.933, 0.933, 0.902 } + base[ACTIVE] = { 0.290, 0.475, 0.804 } + base[PRELIGHT] = { 0.290, 0.475, 0.804 } + + text[NORMAL] = { 0.000, 0.000, 0.000 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.776, 0.776, 0.749 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.000, 0.000, 0.000 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.776, 0.776, 0.749 } + fg[ACTIVE] = { 0.000, 0.000, 0.000 } + fg[PRELIGHT] = { 0.000, 0.000, 0.000 } +} + +class "*" style "default" + +gtk-alternative-button-order = 1 + +style "ToolTip" +{ + bg[NORMAL] = { 1.000, 1.000, 0.863 } + base[NORMAL] = { 1.000, 1.000, 0.863 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.290, 0.475, 0.804 } + fg[PRELIGHT] = { 1.000, 1.000, 1.000 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3b.eventsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3b.eventsrc new file mode 100644 index 000000000..3eb68c158 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3b.eventsrc @@ -0,0 +1,17 @@ +[FinishedWithError] +commandline= +logfile= +presentation=0 +soundfile=k3b_error1.wav + +[SuccessfullyFinished] +commandline= +logfile= +presentation=0 +soundfile=k3b_success1.wav + +[WaitingForMedium] +commandline= +logfile= +presentation=0 +soundfile=k3b_wait_media1.wav diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3brc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3brc new file mode 100644 index 000000000..177e2c957 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/k3brc @@ -0,0 +1,8 @@ +[General Options] +Allow overburning=true +No cd eject=true +Show splash=false +auto rewritable erasing=true + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kaffeinerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kaffeinerc new file mode 100644 index 000000000..01a8e675c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kaffeinerc @@ -0,0 +1,2 @@ +[General Options] +Embed in System Tray=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katapultrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katapultrc new file mode 100644 index 000000000..d0a51f357 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katapultrc @@ -0,0 +1,3 @@ +SystrayIcon=false +HideSessionNotification=2 +Display=o2 Display diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katerc new file mode 100644 index 000000000..10fd37bab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/katerc @@ -0,0 +1,9 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new + +[Kate Document Defaults] +KTextEditor Plugin ktexteditor_isearch=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kbookmarkrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kbookmarkrc new file mode 100644 index 000000000..d70bd649f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kbookmarkrc @@ -0,0 +1,2 @@ +[Bookmarks] +AdvancedAddBookmarkDialog=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcminputrc new file mode 100644 index 000000000..e007097a0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcminputrc @@ -0,0 +1,6 @@ +[Mouse] +Acceleration=2 +MouseButtonMapping=RightHanded +ReverseScrollPolarity=false +Threshold=2 +cursorTheme=DMZ-White diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmlaptoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmlaptoprc new file mode 100644 index 000000000..b1c36c638 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmlaptoprc @@ -0,0 +1,32 @@ +[AcpiDefault] +EnableHibernate=true +EnablePerformance=true +EnableStandby=false +EnableSuspend=true +EnableThrottle=false + +[BatteryCritical] +Brightness=false +BrightnessValue=255 +CriticalValPercent=3 +CriticalValTime=2 +Hibernate=true +Logout=false +LowVal=5 +Notify=true +Performance=false +PerformanceValue= +PlaySound=false +PlaySoundPath= +RunCommand=false +RunCommandPath= +Shutdown=false +Standby=false +Suspend=false +SystemBeep=true +Throttle=false +ThrottleValue= +TimeBasedAction=true + +[SoftwareSuspendDefault] +EnableHibernate=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..54d5dc921 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcmnspluginrc @@ -0,0 +1,4 @@ +[Misc] +startkdeScan=true +useArtsdsp=true +PluginsListFile=/usr/share/redmond-default-settings/kde-profile/default/share/apps/konqueror/konq_plugins.xml \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdeglobals new file mode 100644 index 000000000..820ddf718 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdeglobals @@ -0,0 +1,331 @@ +[DesktopIcons] +ActiveColor=invalid +ActiveColor2=invalid +ActiveEffect=togamma +ActiveSemiTransparent=false +ActiveValue=1 +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=32 + +[DirSelect Dialog] +DirSelectDialog Size=676,450 + +[FMSettings] +StandardFont=Tahoma,9,-1,5,50,0,0,0,0,0 + +[General] +BrowserApplication=!firefox +XftSubPixel=rgb +alternateBackground=240,240,240 +background=238,238,230 +buttonBackground=238,234,222 +fixed=Monospace,10,-1,5,50,0,0,0,0,0 +font=Tahoma,10,-1,5,50,0,0,0,0,0 +linkColor=0,0,192 +menuFont=Tahoma,10,-1,5,50,0,0,0,0,0 +selectBackground=74,121,205 +selectForeground=255,255,255 +taskbarFont=Tahoma,10,-1,5,50,0,0,0,0,0 +toolBarFont=Tahoma,10,-1,5,50,0,0,0,0,0 +visitedLinkColor=128,0,128 +widgetStyle=lipstik + +[Global Shortcuts] +Activate Window Demanding Attention=default(Alt+Ctrl+A) +Block Global Shortcuts=none +Defaults timestamp=Sep 16 200821:15:57 +Desktop Screenshot=default(Ctrl+Print) +Enable/Disable Clipboard Actions=default(Alt+Ctrl+X) +Halt without Confirmation=none +Kill Window=default(Alt+Ctrl+Escape) +Lock Session=default(Alt+Ctrl+L) +Log Out=default(Alt+Ctrl+Delete) +Log Out Without Confirmation=default(Alt+Ctrl+Shift+Delete) +Manually Invoke Action on Current Clipboard=default(Alt+Ctrl+R) +Mouse Emulation=default(Alt+F12) +Next Taskbar Entry=none +Popup Launch Menu=default(Alt+F1) +Previous Taskbar Entry=none +Reboot without Confirmation=none +Run Command=default(Alt+F2) +Setup Window Shortcut=none +Show Klipper Popup-Menu=default(Alt+Ctrl+V) +Show Taskmanager=default(Ctrl+Escape) +Show Window List=default(Alt+F5) +Switch One Desktop Down=none +Switch One Desktop Up=none +Switch One Desktop to the Left=none +Switch One Desktop to the Right=none +Switch User=default(Alt+Ctrl+Insert) +Switch to Desktop 1=default(Ctrl+F1) +Switch to Desktop 10=default(Ctrl+F10) +Switch to Desktop 11=default(Ctrl+F11) +Switch to Desktop 12=default(Ctrl+F12) +Switch to Desktop 13=default(Ctrl+Shift+F1) +Switch to Desktop 14=default(Ctrl+Shift+F2) +Switch to Desktop 15=default(Ctrl+Shift+F3) +Switch to Desktop 16=default(Ctrl+Shift+F4) +Switch to Desktop 17=default(Ctrl+Shift+F5) +Switch to Desktop 18=default(Ctrl+Shift+F6) +Switch to Desktop 19=default(Ctrl+Shift+F7) +Switch to Desktop 2=default(Ctrl+F2) +Switch to Desktop 20=default(Ctrl+Shift+F8) +Switch to Desktop 3=default(Ctrl+F3) +Switch to Desktop 4=default(Ctrl+F4) +Switch to Desktop 5=default(Ctrl+F5) +Switch to Desktop 6=default(Ctrl+F6) +Switch to Desktop 7=default(Ctrl+F7) +Switch to Desktop 8=default(Ctrl+F8) +Switch to Desktop 9=default(Ctrl+F9) +Switch to Next Desktop=none +Switch to Next Keyboard Layout=default(Alt+Ctrl+K) +Switch to Next Screen=none +Switch to Previous Desktop=none +Switch to Screen 0=none +Switch to Screen 1=none +Switch to Screen 2=none +Switch to Screen 3=none +Switch to Screen 4=none +Switch to Screen 5=none +Switch to Screen 6=none +Switch to Screen 7=none +Toggle Showing Desktop=default(Alt+Ctrl+D) +Toggle Window Raise/Lower=none +Walk Through Desktop List=Ctrl+Tab +Walk Through Desktop List (Reverse)=Ctrl+Shift+Tab +Walk Through Desktops=none +Walk Through Desktops (Reverse)=none +Walk Through Windows=default(Alt+Tab) +Walk Through Windows (Reverse)=default(Alt+Shift+Tab) +Window Above Other Windows=none +Window Below Other Windows=none +Window Close=default(Alt+F4) +Window Fullscreen=none +Window Grow Horizontal=none +Window Grow Vertical=none +Window Lower=none +Window Maximize=none +Window Maximize Horizontal=none +Window Maximize Vertical=none +Window Minimize=none +Window Move=none +Window No Border=none +Window On All Desktops=none +Window One Desktop Down=none +Window One Desktop Up=none +Window One Desktop to the Left=none +Window One Desktop to the Right=none +Window Operations Menu=default(Alt+F3) +Window Pack Down=none +Window Pack Left=none +Window Pack Right=none +Window Pack Up=none +Window Raise=none +Window Resize=none +Window Screenshot=default(Alt+Print) +Window Shade=none +Window Shrink Horizontal=none +Window Shrink Vertical=none +Window to Desktop 1=none +Window to Desktop 10=none +Window to Desktop 11=none +Window to Desktop 12=none +Window to Desktop 13=none +Window to Desktop 14=none +Window to Desktop 15=none +Window to Desktop 16=none +Window to Desktop 17=none +Window to Desktop 18=none +Window to Desktop 19=none +Window to Desktop 2=none +Window to Desktop 20=none +Window to Desktop 3=none +Window to Desktop 4=none +Window to Desktop 5=none +Window to Desktop 6=none +Window to Desktop 7=none +Window to Desktop 8=none +Window to Desktop 9=none +Window to Next Desktop=none +Window to Next Screen=none +Window to Previous Desktop=none +Window to Screen 0=none +Window to Screen 1=none +Window to Screen 2=none +Window to Screen 3=none +Window to Screen 4=none +Window to Screen 5=none +Window to Screen 6=none +Window to Screen 7=none + +[Icons] +Theme=kde_windowsxp + +[KDE] +AutoSelectDelay=-1 +DoubleClickInterval=400 +EffectAnimateMenu=false +EffectAnimateTooltip=false +EffectFadeMenu=true +EffectFadeTooltip=true +EffectNoTooltip=false +IconUseRoundedRect=false +InsertTearOffHandle=0 +ShowIconsOnPushButtons=true +ShowKonqIconActivationEffect=false +SingleClick=false +StartDragDist=4 +StartDragTime=500 +VisualActivate=1 +WheelScrollLines=3 +colorScheme=thememgr.kcsrc +macStyle=false + +[KFileDialog Settings] +Automatically select filename extension=true +Height 1024=216 +Height 800=738 +Height 900=212 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Recent URLs[$e]= +Separate Directories=false +Show Bookmarks=false +Show Preview=false +Show Speedbar=true +Show hidden files=false +Sort by=Name +Sort case insensitively=true +Sort directories first=true +Sort reversed=false +View Style=Simple +Width 1280=1272 +Width 1440=651 + +[KKeyDialog Settings] +Dialog Size=640,320 + +[Keyboard] +Gestures=false + +[Locale] +Country=us +Language=en_US + +[MainToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=22 + +[Notification Messages] +:confirmNewSession=false + +[PanelIcons] +ActiveColor=invalid +ActiveColor2=invalid +ActiveEffect=togamma +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=32 + +[Paths] +Trash=$HOME/Desktop/Trash/ + +[Shortcuts] +Back=Backspace;Backspace + +[SmallIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=16 + +[Toolbar style] +Highlighting=true +IconText=IconOnly +TransparentMoving=true + +[ToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +DoublePixels=false +Size=22 + +[WM] +activeBackground=47,103,255 +activeBlend=41,93,180 +activeFont=Tahoma,10,-1,5,75,0,0,0,0,0 +alternateBackground=237,244,249 +frame=238,238,230 +handle=238,238,230 +inactiveBackground=220,220,220 +inactiveBlend=220,220,220 +inactiveForeground=0,0,0 +inactiveFrame=238,238,230 +inactiveHandle=238,238,230 +inactiveTitleBtnBg=220,220,220 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdesktoprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdesktoprc new file mode 100644 index 000000000..32c9da8fd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kdesktoprc @@ -0,0 +1,39 @@ +[Desktop Icons] +Preview= +ShowHidden=false + +[Desktop0] +BackgroundMode=Flat +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=183,171,215 +Color2=183,171,215 +CurrentWallpaper=0 +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +ReverseBlending=false +UseSHM=false +Wallpaper=/usr/share/wallpapers/enterprise-desktop.png +WallpaperMode=Scaled + +[FMSettings] +ItemTextBackground=invalid +NormalTextColor=255,255,255 +ShadowEnabled=true +ShowFileTips=true +StandardFont=Tahoma,9,-1,5,50,0,0,0,0,0 +TextHeight=2 +TextWidth=0 + +[General] +AutoLineUpIcons=true + +[Media] +enabled=true +exclude=media/hdd_mounted,media/nfs_mounted,media/floppy5_unmounted,media/cdrom_unmounted,media/floppy_unmounted,media/hdd_unmounted,media/nfs_unmounted + +[MiniCli] +MiniCLIFilesystemAutoComplete=true +MiniCLIHistoryAndFilesystemAutoComplete=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kgpgrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kgpgrc new file mode 100644 index 000000000..9aae01a60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kgpgrc @@ -0,0 +1,10 @@ +[General Options] +First run=false + +[GPG Settings] +Groups= +gpg_config_path=$HOME/.gnupg/options + +[Servers] +Server_List=hkp://keyserver.ubuntu.com (Default),hkp://wwwkeys.eu.pgp.net,hkp://search.keyserver.net,hkp://wweys.pgp.net,hkp://pgp.dtype.org,hkp://wwwkeys.us.pgp.net + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khelpcenterrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khelpcenterrc new file mode 100644 index 000000000..c4d1f4dac --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khelpcenterrc @@ -0,0 +1,2 @@ +[Notification Messages] +indexcreation=no diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kickerrc new file mode 100644 index 000000000..33f11d197 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kickerrc @@ -0,0 +1,91 @@ +[AddAppletDialog Settings] +Height 800=738 +Height 900=205 +Width 1280=1272 +Width 1440=487 + +[Applet_1] +ConfigFile=minipager_panelapplet_kubuntu_rc +DesktopFile=minipagerapplet.desktop +WidthForHeightHint=204 +FreeSpace2=0 + +[Applet_2] +ConfigFile=systemtray_panelappletrc +DesktopFile=systemtrayapplet.desktop +WidthForHeightHint=240 +FreeSpace2=1 + +[Applet_3] +ConfigFile=clock_panelapplet_kubuntu_rc +DesktopFile=clockapplet.desktop +WidthForHeightHint=123 +FreeSpace2=1 + +[Applet_4] +ConfigFile=taskbar_panelapplet_kubuntu_rc +DesktopFile=taskbarapplet.desktop +WidthForHeightHint=209 +FreeSpace2=0 + +[Applet_5] +ConfigFile=taskbar_quicklaunchapplet_kubuntu_rc +DesktopFile=quicklauncher.desktop +WidthForHeightHint=141 +FreeSpace2=0 + +[General] +Alignment=0 +Applets2=KMenuButton_1,Applet_5,Applet_1,Applet_4,Applet_2,Applet_3 +AutoHideDelay=3 +AutoHidePanel=false +AutoHideSwitch=false +BackgroundHide=false +CustomSize=56 +ExpandSize=true +FadeOutAppletHandles=true +HideAppletHandles=false +HideAnimation=true +HideAnimationSpeed=40 +IExist=true +panelIconWidth=22 +Position=3 +ShowIconActivationEffect=false +ShowRightHideButton=true +Size=1 +SizePercentage=100 +TintColor=188,183,171 +Transparent=false +UnhideLocation=0 +UntrustedApplets= +UntrustedExtensions= +UseBackgroundTheme=false + +[KFileDialog Settings] +Automatic Preview=true +Autoplay sounds=true + +[KMenu] +UseSidePixmap=true + +[KMenuButton_1] +FreeSpace2=0 + +[button_tiles] +EnableBrowserTiles=false +EnableDesktopButtonTiles=false +EnableKMenuTiles=false +EnableURLTiles=false +EnableWindowListTiles=false + +[buttons] +EnableIconZoom=true +EnableTileBackground=false + +[menus] +Extensions=find.desktop,remotemenu.desktop,printmenu.desktop,recentdocs.desktop,prefmenu.desktop,systemmenu.desktop,konsolemenu.desktop +MenuEntryHeight=16 +NumVisibleEntries=4 +RecentAppsStat=20000 1225867511 /usr/share/applications/synaptic-kde.desktop,21000 1226223271 /opt/trinity/share/applications/kde/konsole.desktop +UseBookmarks=true +MenuEntryFormat=NameAndDescription diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klaunchrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klaunchrc new file mode 100644 index 000000000..1ca985896 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klaunchrc @@ -0,0 +1,11 @@ +[BusyCursorSettings] +Blinking=false +Bouncing=false +Timeout=30 + +[FeedbackStyle] +BusyCursor=false +TaskbarButton=false + +[TaskbarButtonSettings] +Timeout=30 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klipperrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klipperrc new file mode 100644 index 000000000..2819a62cd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/klipperrc @@ -0,0 +1,2 @@ +[Action_0/Command_0] +Commandline=gwenview %s diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmailrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmailrc new file mode 100644 index 000000000..07151b6a9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmailrc @@ -0,0 +1,5 @@ +[Geometry] +ColumnOrder=0 +ColumnWidths=246 +TotalColumn=-1 +UnreadColumn=-1 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmixrc new file mode 100644 index 000000000..d0021119b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmixrc @@ -0,0 +1 @@ +Visible=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmplayerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmplayerrc new file mode 100644 index 000000000..aac3c5721 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kmplayerrc @@ -0,0 +1,2 @@ +[MPlayer] +Auto Adjust Volume=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knemorc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knemorc new file mode 100644 index 000000000..bce3ab226 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knemorc @@ -0,0 +1,107 @@ +[General] +Backend=Sys +FirstStart=false +Interfaces=eth0,eth1,wlan0,eth2,wlan1,ra0,ra1 +ToolTipContent=528435 +StatusHeight=258 +StatusWidth=331 +StatusX=494 +StatusY=207 + +[Interface_ath0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ath1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_eth0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_eth2] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=0 +NumCommands=0 + +[Interface_ppp0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ppp1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=2 +NumCommands=0 + +[Interface_ra0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_ra1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan0] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[Interface_wlan1] +CustomCommands=false +HideWhenNotAvailable=false +HideWhenNotExisting=true +IconSet=3 +NumCommands=0 + +[PlotterSettings] +AutomaticDetection=true +ColorBackground=49,48,49 +ColorHLines=4,251,29 +ColorIncoming=24,137,255 +ColorOutgoing=255,127,8 +ColorVLines=4,251,29 +Count=5 +Distance=30 +FontSize=8 +HorizontalLines=true +Labels=true +MaximumValue=1 +MinimumValue=0 +Pixel=1 +ShowIncoming=true +ShowOutgoing=true +TopBar=false +VerticalLines=true +VerticalLinesScroll=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotesrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotesrc new file mode 100644 index 000000000..befc44ca5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotesrc @@ -0,0 +1,5 @@ +[Display] +bgcolor=255,255,189 + +[Style] +Style=Plain diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotify.eventsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotify.eventsrc new file mode 100644 index 000000000..e8f5cac9c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/knotify.eventsrc @@ -0,0 +1,7 @@ +[messageCritical] +presentation=65 +soundfile=/usr/share/sounds/KDE_Error_1.ogg + +[startkde] +presentation=1 +soundfile=/usr/share/sounds/kubuntu-login.ogg diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konqiconviewrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konqiconviewrc new file mode 100644 index 000000000..5510f2ce4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konqiconviewrc @@ -0,0 +1,2 @@ +[Settings] +IconSize=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konquerorrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konquerorrc new file mode 100644 index 000000000..25dc7ab4e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konquerorrc @@ -0,0 +1,43 @@ +[KonqMainWindow Toolbar contextToolBar] +IconText=IconOnly +NewLine=true + +[KonqMainWindow Toolbar bookmarkToolBar] +Hidden=true + +[KParts Plugins] +searchbarEnabled=true + +[FMSettings] +NewTabsInFront=false +OpenAfterCurrentPage=false +KonquerorTabforExternalURL=false +MMBOpensTab=true +PopupsWithinTabs=false +TextHeight=6 +AlwaysTabbedMode=true + +[Notification Messages] +askEmbedOrSaveapplication/pdf=no +askEmbedOrSavetext/plain=no +askSavetext/plain=no + +[Reusing] +AlwaysHavePreloaded=true +MaxPreloadCount=2 +PreloadOnStartup=true +SafeParts=SAFE + +[Settings] +BgImage=kubuntu-konqueror-background.png + +[HistorySettings] +Maximum of History entries=1000 + +[HTML Settings] +Fonts=Sans Serif,Monospace,Serif,Sans Serif,,,0 +MediumFontSize=10 +MinimumFontSize=8 + +[SearchBar] +GoogleSuggestMode=1 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konsolerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konsolerc new file mode 100644 index 000000000..9a30085cc --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konsolerc @@ -0,0 +1,10 @@ +[Desktop Entry] +AutoResizeTabs=true +bellmode=1 +schema=Transparent_darkbg.schema +tabbar=2 +wordseps=:@-./_~?&=%+# + +[Shortcuts] +next_session=Shift+Right;Ctrl+PageDown +previous_session=Shift+Left;Ctrl+PageUp diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kontactrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kontactrc new file mode 100644 index 000000000..a783507e2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kontactrc @@ -0,0 +1,6 @@ +[Plugins] +kontact_knodepluginEnabled=true +kontact_multisynkEnabled=false + +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konversationrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konversationrc new file mode 100644 index 000000000..821eb3d25 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/konversationrc @@ -0,0 +1,25 @@ +[Channel 0] +Name=#kubuntu + +[General Options] +ShowTrayIcon=true +TrayNotify=true +TrayNotifyOnlyOwnNick=true + +[Path Settings] +LogfilePath=$HOME/.trinity/share/apps/konversation/logs + +[Server 0] +Server=irc.ubuntu.com +Port=8001 + +[ServerGroup 0] +AutoJoinChannels=Channel 0 +ServerList=Server 0 +Name=Ubuntu IRC + +[Sort Nicknames] +SortByStatus=true + +[Themes] +IconTheme=oxygen diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kopeterc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kopeterc new file mode 100644 index 000000000..6efe0ad0d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kopeterc @@ -0,0 +1,15 @@ +[Appearance] +Chatwindow Policy=2 +Font Face=Sans Serif,9,-1,5,50,0,0,0,0,0 +Stylesheet=Kopete +StylePath=/usr/share/apps/kopete/styles/Clear +StyleVariant=Variants/No_avatars.css + +[ChatWindowSettings] +Tab Placement=1 +AlwaysShowTabs=false +ForceNewStuff=true + +[ContactList] +IconMode=IconPic +ThemeURL=/usr/share/apps/kopete/images/ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/korgacrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/korgacrc new file mode 100644 index 000000000..f948d8c13 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/korgacrc @@ -0,0 +1,2 @@ +[General] +Autostart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kscdrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kscdrc new file mode 100644 index 000000000..f552f8381 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kscdrc @@ -0,0 +1,3 @@ +[GENERAL] +AudioSystem=arts +DigitalPlayback=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksmserverrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksmserverrc new file mode 100644 index 000000000..48215e415 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksmserverrc @@ -0,0 +1,16 @@ +[General] +screenCount=1 + +[LegacySession: saved at previous logout] +count=0 + +[Session: saved at previous logout] +clientId1=10d8cecf96000111065458100000063760027 +clientId2=10d9d39668000112680660600000081280032 +count=2 +program1=kmix +program2=katapult +restartCommand1=kmix,-session,10d8cecf96000111065458100000063760027_1110891555_426100 +restartCommand2=katapult,-session,10d9d39668000112680660600000081280032_1169282257_747766 +restartStyleHint1=0 +restartStyleHint2=0 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksplashrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksplashrc new file mode 100644 index 000000000..80b4ea864 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ksplashrc @@ -0,0 +1,2 @@ +[KSplash] +Theme=Unified diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktaskbarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktaskbarrc new file mode 100755 index 000000000..6a2734810 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktaskbarrc @@ -0,0 +1,4 @@ +[General] +GroupTasks=GroupNever +ShowAllWindows=false +ShowCurrentScreenOnly=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuriikwsfilterrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuriikwsfilterrc new file mode 100644 index 000000000..5609ef964 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuriikwsfilterrc @@ -0,0 +1,2 @@ +[General] +DefaultSearchEngine=strigi diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc new file mode 100644 index 000000000..45e8ef43f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/launcher_panelapplet_kubuntu_rc @@ -0,0 +1,9 @@ +[General] +AutoAdjustMinItems=0 +Buttons=SPECIAL_BUTTON__SHOW_DESKTOP,kde-konqbrowser.desktop,kde-Kontact.desktop,kde-amarok.desktop,kde-kopete.desktop +ConserveSpace=false + +[PopularityData] +ServiceHistories=0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0 +ServiceInspos=4,1,3,2,5 +ServiceNames=kde-Help.desktop,kde-Home.desktop,kde-KControl.desktop,kde-konsole.desktop,kde-kwrite.desktop diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/metabarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/metabarrc new file mode 100644 index 000000000..6ade29f07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/metabarrc @@ -0,0 +1,2 @@ +[General] +Theme=kubuntu diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc new file mode 100644 index 000000000..4a507a9f7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/minipager_panelapplet_kubuntu_rc @@ -0,0 +1,2 @@ +[General] +BackgroundType=BgTransparent diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/profilerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/profilerc new file mode 100644 index 000000000..0cba16e75 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/profilerc @@ -0,0 +1,391 @@ +[application/x-deb - 1] +AllowAsDefault=true +Application=kde-kpackage.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 2] +AllowAsDefault=true +Application=kde-kdpkg.desktop +GenericServiceType=Application +Preference=2 +ServiceType=application/x-deb + +[application/x-deb - 3] +AllowAsDefault=true +Application=kde-ark.desktop +GenericServiceType=Application +Preference=1 +ServiceType=application/x-deb + +[video/avi - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/avi + +[video/avi - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/avi + +[video/avi - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/avi + +[video/mp4 - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mp4 + +[video/mp4 - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mp4 + +[video/mp4 - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mp4 + +[video/mpeg - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/mpeg + +[video/mpeg - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/mpeg + +[video/mpeg - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/mpeg + +[video/quicktime - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/quicktime + +[video/quicktime - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/quicktime + +[video/quicktime - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/quicktime + +[video/vnd.rn-realvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/vnd.rn-realvideo + +[video/vnd.rn-realvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/vnd.rn-realvideo + +[video/x-flic - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-flic + +[video/x-flic - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-flic + +[video/x-flic - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-flic + +[video/x-matroska - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-matroska + +[video/x-matroska - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-matroska + +[video/x-matroska - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-matroska + +[video/x-ms-asf - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-asf + +[video/x-ms-asf - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-asf + +[video/x-ms-wmp - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmp - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmp + +[video/x-ms-wmv - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ms-wmv + +[video/x-ms-wmv - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ms-wmv + +[video/x-msvideo - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-msvideo + +[video/x-msvideo - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-msvideo + +[video/x-msvideo - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-msvideo + +[video/x-ogm - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-ogm + +[video/x-ogm - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-ogm + +[video/x-ogm - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-ogm + +[video/x-theora - 1] +AllowAsDefault=true +Application=kde-kaffeine.desktop +GenericServiceType=Application +Preference=1 +ServiceType=video/x-theora + +[video/x-theora - 2] +AllowAsDefault=true +Application=kmplayer_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=video/x-theora + +[video/x-theora - 3] +AllowAsDefault=true +Application=xine_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=video/x-theora + +[inode/directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/directory + +[inode/directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/directory + +[inode/system_directory - 1] +AllowAsDefault=true +Application=kde-d3lphin.desktop +GenericServiceType=Application +Preference=2 +ServiceType=inode/system_directory + +[inode/system_directory - 2] +AllowAsDefault=true +Application=kde-kfmclient_dir.desktop +GenericServiceType=Application +Preference=1 +ServiceType=inode/system_directory + +[inode/directory - 10] +AllowAsDefault=true +Application=konsolepart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=3 +ServiceType=inode/directory + +[inode/directory - 11] +AllowAsDefault=true +Application=fsview_part.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=2 +ServiceType=inode/directory + +[inode/directory - 12] +AllowAsDefault=true +Application=konq_sidebartng.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=1 +ServiceType=inode/directory + +[inode/directory - 3] +AllowAsDefault=true +Application=konq_iconview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=10 +ServiceType=inode/directory + +[inode/directory - 4] +AllowAsDefault=true +Application=konq_multicolumnview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=9 +ServiceType=inode/directory + +[inode/directory - 5] +AllowAsDefault=true +Application=konq_treeview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=8 +ServiceType=inode/directory + +[inode/directory - 6] +AllowAsDefault=true +Application=konq_infolistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=7 +ServiceType=inode/directory + +[inode/directory - 7] +AllowAsDefault=true +Application=konq_detailedlistview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=6 +ServiceType=inode/directory + +[inode/directory - 8] +AllowAsDefault=true +Application=konq_textview.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=5 +ServiceType=inode/directory + +[inode/directory - 9] +AllowAsDefault=true +Application=gvdirpart.desktop +GenericServiceType=KParts/ReadOnlyPart +Preference=4 +ServiceType=inode/directory diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/skimrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/skimrc new file mode 100644 index 000000000..63381ac76 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/skimrc @@ -0,0 +1,2 @@ +[KDESystemTray] +/Panel/KDE/KDESystemTray/ShowQuit=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/startupconfig b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/startupconfig new file mode 100755 index 000000000..abd9ea20e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/startupconfig @@ -0,0 +1,17 @@ +#! /bin/sh +# kcminputrc Mouse cursorTheme '' +kcminputrc_mouse_cursortheme="crystalwhite" +# kcminputrc Mouse cursorSize '' +kcminputrc_mouse_cursorsize="" +# kpersonalizerrc General FirstLogin true +kpersonalizerrc_general_firstlogin="false" +# ksplashrc KSplash Theme Default +ksplashrc_ksplash_theme="Default" +# kcmrandrrc Display ApplyOnStartup false +kcmrandrrc_display_applyonstartup="false" +# kcmrandrrc [Screen0] +# kcmrandrrc [Screen1] +# kcmrandrrc [Screen2] +# kcmrandrrc [Screen3] +# kcmfonts General forceFontDPI 0 +kcmfonts_general_forcefontdpi="0" diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_panelapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_panelapplet_kubuntu_rc new file mode 100644 index 000000000..8d1c8b69c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_panelapplet_kubuntu_rc @@ -0,0 +1 @@ + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_quicklaunchapplet_kubuntu_rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_quicklaunchapplet_kubuntu_rc new file mode 100644 index 000000000..8f6b40439 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/taskbar_quicklaunchapplet_kubuntu_rc @@ -0,0 +1,9 @@ +[General] +AutoAdjustMinItems=0 +Buttons=firefox.desktop,thunderbird.desktop,kde-kcalc.desktop,kde-Home.desktop +IconDim=24 + +[PopularityData] +ServiceHistories=0.5/0.111565/0.0248935/0.0055545/0.00123938/0.000276542/6.17049e-05/1.37682e-05,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0,0/0/0/0/0/0/0/0 +ServiceInspos=7,4,8,3,2,5 +ServiceNames=kde-kcalc.desktop,kde-Help.desktop,kde-Home.desktop,kde-KControl.desktop,kde-konsole.desktop,kde-kwrite.desktop diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twincrystalrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twincrystalrc new file mode 100644 index 000000000..3368a104a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twincrystalrc @@ -0,0 +1,48 @@ +[General] +ActiveBlur=0 +ActiveFrame=true +ActiveInline=true +ActiveMode=0 +ActiveShade=100 +ActiveUserdefined=false +AnimateHover=true +Borderwidth=3 +ButtonColor=255,255,255 +ButtonColor2=255,255,255 +ButtonColor3=255,255,255 +ButtonTheme=7 +CaptionTooltip=true +CloseColor=255,255,255 +CloseColor2=255,255,255 +CloseColor3=255,255,255 +FrameColor1=117,121,186 +FrameColor2=139,145,168 +HoverEffect=true +InactiveBlur=20 +InactiveFrame=true +InactiveInline=false +InactiveMode=0 +InactiveShade=80 +InactiveUserdefined=false +InactiveUserdefinedPicture= +InlineColor1=68,70,117 +InlineColor2=141,146,169 +LogoActive=true +LogoAlignment=1 +LogoDistance=0 +LogoFile= +LogoStretch=0 +OverlayFileActive=/usr/share/redmond-default-settings/kde-profile/default/share/apps/kwin/window-decoration-gradient.png +OverlayFileInactive=/usr/share/redmond-default-settings/kde-profile/default/share/apps/kwin/window-decoration-gradient-inactive.png +OverlayModeActive=2 +OverlayModeInactive=2 +RepaintMode=3 +RepaintTime=200 +RoundCorners=3 +TextShadow=true +TintButtons=false +TitleAlignment=AlignHCenter +Titlebarheight=24 +TrackDesktop=false +WheelTask=true +EnableTransparency=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twinrc new file mode 100644 index 000000000..528d13a11 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/twinrc @@ -0,0 +1,71 @@ +[Desktops] +Name_1= +Name_2= +Name_3= +Name_4= +Number=4 + +[MouseBindings] +CommandActiveTitlebar1=Raise +CommandActiveTitlebar2=Lower +CommandActiveTitlebar3=Operations menu +CommandAll1=Move +CommandAll2=Toggle raise and lower +CommandAll3=Resize +CommandAllKey=Alt +CommandAllWheel=Nothing +CommandInactiveTitlebar1=Activate and raise +CommandInactiveTitlebar2=Activate and lower +CommandInactiveTitlebar3=Operations menu +CommandTitlebarWheel=Nothing +CommandWindow1=Activate, raise and pass click +CommandWindow2=Activate and pass click +CommandWindow3=Activate and pass click + +[PopupInfo] +ShowPopup=false + +[Style] +BorderSize=1 +ButtonsOnLeft=MS +ButtonsOnRight=HIAX +CustomButtonPositions=false +PluginLib=twin3_plastik +ShowToolTips=true + +[TabBox] +TraverseAll=false + +[Windows] +ActiveMouseScreen=false +AltTabStyle=KDE +AnimateMinimize=true +AnimateMinimizeSpeed=5 +AnimateShade=true +AutoRaise=off +AutoRaiseInterval=750 +BorderSnapZone=10 +ClickRaise=on +DelayFocus=off +DelayFocusInterval=750 +ElectricBorderDelay=150 +ElectricBorders=0 +FocusPolicy=ClickToFocus +FocusStealingPreventionLevel=1 +GeometryTip=false +HideUtilityWindowsForInactive=true +IgnoreFocusStealingClasses=kio_uiserver +MaximizeButtonLeftClickCommand=Maximize +MaximizeButtonMiddleClickCommand=Maximize (vertical only) +MaximizeButtonRightClickCommand=Maximize (horizontal only) +MoveMode=Opaque +MoveResizeMaximizedWindows=true +Placement=Smart +ResizeMode=Opaque +RollOverDesktops=true +SeparateScreenFocus=false +ShadeHover=on +ShadeHoverInterval=250 +SnapOnlyWhenOverlapping=false +TitlebarDoubleClickCommand=Maximize +WindowSnapZone=10 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/uiserver b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/uiserver new file mode 100644 index 000000000..932d73471 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/uiserver @@ -0,0 +1,2 @@ +[UIServer] +ShowList=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/yakuakerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/yakuakerc new file mode 100644 index 000000000..14d4a035f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/yakuakerc @@ -0,0 +1,9 @@ +[Options] +background=false +focus=false +height=70 +location=50 +screen=1 +steps=20 +tabs=true +width=80 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/CHANGELOG b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/CHANGELOG new file mode 100644 index 000000000..028c9fc89 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/CHANGELOG @@ -0,0 +1,9 @@ +0.1: Initial release + - widget background + - clock + - notes applet theme + +0.2: + - Plasma dialog background + - Opaque plasma dialog background + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/INSTALL b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/INSTALL new file mode 100644 index 000000000..ea8a37692 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/INSTALL @@ -0,0 +1,17 @@ +INSTALL + +System-wide install: +Extract this archive to $KDE4ROOT/share/apps/desktoptheme directory, +where $KDE4ROOT is the location where your KDE4.0 is installed. + +User-only install: (kudos to boardercoach for reminding me of this) +Extract this archive to ~/.kde4/share/apps/desktoptheme directory + +HOW TO ACTIVATE + +Open your plasmarc file (~/.kde4/share/config/plasmarc) and in the +[Theme] section replace name=Default with name=slim-glow + +When you restart plasma, the new theme will be loaded. +(you can log out, and log back in) + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/LICENSE b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/LICENSE new file mode 100644 index 000000000..d64d3ac80 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/LICENSE @@ -0,0 +1,5 @@ +The theme was created from the default Plasma theme. + +For images created by me (Ivan Cukic), GPL 2 or 3 or later applies. + +For images that are retained from the default Plasma theme see copyright notice of that theme. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/colors b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/colors new file mode 100644 index 000000000..ac65ca342 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/colors @@ -0,0 +1,81 @@ +[Colors:Button] +BackgroundAlternate=218,221,215 +BackgroundNormal=218,221,215 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,154,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Selection] +BackgroundAlternate=60,131,208 +BackgroundNormal=60,131,208 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=177,202,232 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,248,209 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Tooltip] +BackgroundAlternate=255,248,209 +BackgroundNormal=255,248,209 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=232,185,149 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=0,0,0 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:View] +BackgroundAlternate=241,241,239 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[Colors:Window] +BackgroundAlternate=40,40,40 +BackgroundNormal=0,0,0 +DecorationFocus=239,132,65 +DecorationHover=72,177,60 +ForegroundActive=255,0,0 +ForegroundInactive=152,152,152 +ForegroundLink=0,0,255 +ForegroundNegative=107,0,0 +ForegroundNeutral=0,90,95 +ForegroundNormal=255,255,255 +ForegroundPositive=0,95,0 +ForegroundVisited=88,55,150 + +[General] +shadeSortColumn=true + +[KDE] +contrast=7 + +[WM] +activeBackground=65,142,220 +activeForeground=255,255,255 +inactiveBackground=157,170,186 +inactiveForeground=65,142,220 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg new file mode 100644 index 000000000..5d8290a23 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg new file mode 100644 index 000000000..c5f9a5034 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/dialogs/shutdowndialog.svg @@ -0,0 +1,148 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg new file mode 100644 index 000000000..3eea0423a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/elementbgnormal.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg new file mode 100644 index 000000000..6a2fefb14 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/menu/raptorslide.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/down.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/down.svg new file mode 100644 index 000000000..16f1f4199 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/down.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/up.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/up.svg new file mode 100644 index 000000000..7162e9353 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/news/up.svg @@ -0,0 +1,74 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg new file mode 100644 index 000000000..d68a79acd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/opaque/dialogs/background.svg @@ -0,0 +1,205 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Opaque Dialog Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg new file mode 100644 index 000000000..412b3d684 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/hdd-bar.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg new file mode 100644 index 000000000..3b947f614 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/system-monitor/temperature-cauge.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/theme.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/theme.desktop new file mode 100644 index 000000000..334a3db9a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/theme.desktop @@ -0,0 +1,5 @@ +[Plasma Theme] +Name=Slim Glow +Comment=Slick theme for dark wallpapers +Author=Ivan Čukić (ivan) +License=GPL2+ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg new file mode 100644 index 000000000..a3c18d3e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/akonadi.svg @@ -0,0 +1,362 @@ + + + + + + + image/svg+xml + + Akonadi Plasmoid + + + Thomas Moenicke + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EMAIL + AKONADI + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg new file mode 100644 index 000000000..8e9fa9a35 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/analog_meter.svg @@ -0,0 +1,945 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/background.svg new file mode 100644 index 000000000..dabb94e48 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/background.svg @@ -0,0 +1,220 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + Widget Background + + + Ivan Čukić + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg new file mode 100644 index 000000000..d83b884a2 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_horizontal.svg @@ -0,0 +1,220 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg new file mode 100644 index 000000000..ec5abce8b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/bar_meter_vertical.svg @@ -0,0 +1,219 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg new file mode 100644 index 000000000..967f4ed74 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery-oxygen.svg @@ -0,0 +1,992 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg new file mode 100644 index 000000000..a8ab672f5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/battery.svg @@ -0,0 +1,682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg new file mode 100644 index 000000000..fc9b79f56 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/clock.svg @@ -0,0 +1,432 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg new file mode 100644 index 000000000..92e8fee60 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/connection-established.svg @@ -0,0 +1,1717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Oxygen team + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg new file mode 100644 index 000000000..ac63dd7c3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/greenarrow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg new file mode 100644 index 000000000..c0bc6aa0c --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/iconbutton.svg @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg new file mode 100644 index 000000000..2afb85ea0 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/kget.svg @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg new file mode 100644 index 000000000..44b5a068d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/luna.svg @@ -0,0 +1,2431 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg new file mode 100644 index 000000000..8adb0a1cf --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/network_traffic.svg @@ -0,0 +1,11958 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg new file mode 100644 index 000000000..5279d6a4f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/notes.svg @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg new file mode 100644 index 000000000..33c56b2bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/panel-background.svg @@ -0,0 +1,345 @@ + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg new file mode 100644 index 000000000..201ac63e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/picture-frame-default.svg @@ -0,0 +1,2007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Konqui - enjoy the experience + + + Pedro Carbajal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg new file mode 100644 index 000000000..de8d36599 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/plot-background.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg new file mode 100644 index 000000000..983e57026 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/tiger.svg @@ -0,0 +1,730 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg new file mode 100644 index 000000000..c3158d60d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/toolbox-button.svg @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg new file mode 100644 index 000000000..6765b03de --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/artwork/desktoptheme/widgets/train-clock.svg @@ -0,0 +1,1518 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + in pannel + out off pannel + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-home b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-home new file mode 100644 index 000000000..2e7cb00ab --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-home @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=user-home diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-media b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-media new file mode 100644 index 000000000..303a02046 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/directory-media @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=drive-harddisk diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/hidden-media b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/hidden-media new file mode 100644 index 000000000..973d89575 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-hidden/hidden-media @@ -0,0 +1,2 @@ +cdrom +floppy \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc new file mode 100644 index 000000000..dde841be5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/TODO-plasma-appletsrc @@ -0,0 +1,2 @@ +[Containments][1] +wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.jpg diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/cryptodefaults b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/cryptodefaults new file mode 100644 index 000000000..837e3aa07 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/cryptodefaults @@ -0,0 +1,2 @@ +[Warnings] +OnUnencrypted=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/dolphinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/dolphinrc new file mode 100644 index 000000000..684474d37 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/dolphinrc @@ -0,0 +1,3 @@ +[MainWindow] +#This is to add the information panel. goodness knows what the rest does. +State=AAAA/wAAAAD9AAAAAwAAAAAAAABpAAABpfwCAAAAAvsAAAAYAHQAcgBlAGUAVgBpAGUAdwBEAG8AYwBrAAAAAAD/////AAAAGQD////7AAAAFABwAGwAYQBjAGUAcwBEAG8AYwBrAQAAAE8AAAGlAAAATwD///8AAAABAAAAkgAAAaX8AgAAAAH7AAAAEABpAG4AZgBvAEQAbwBjAGsBAAAATwAAAaUAAAFhAP///wAAAAMAAAK8////+vwBAAAAAfsAAAAYAHQAZQByAG0AaQBuAGEAbABEAG8AYwBrAAAAAAD/////AAAARwD///8AAAG1AAABpQAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAABAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAAAAArwAAAAAAAAAAA== diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/katerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/katerc new file mode 100644 index 000000000..be120de43 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/katerc @@ -0,0 +1,6 @@ +[TipOfDay] +RunOnStart=false + +[General] +Session Exit=discard +Startup Session=new diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcminputrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcminputrc new file mode 100644 index 000000000..b2fee2a64 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcminputrc @@ -0,0 +1,2 @@ +[Mouse] +cursorTheme=oxy-white diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcmnspluginrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcmnspluginrc new file mode 100644 index 000000000..897bed37a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcmnspluginrc @@ -0,0 +1,3 @@ +[Misc] +startkdeScan=true +PluginsListFile=/usr/share/redmond-default-settings/kde-profile/default/share/apps/konqueror/konq_plugins.xml diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcookiejarrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcookiejarrc new file mode 100644 index 000000000..ff3d27840 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kcookiejarrc @@ -0,0 +1,2 @@ +[Cookie Policy] +CookieGlobalAdvice=Accept diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kdeglobals b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kdeglobals new file mode 100644 index 000000000..e02c15643 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kdeglobals @@ -0,0 +1,13 @@ +[General] +XftAntialias=true +XftHintStyle=hintfull +XftSubPixel=none +desktopFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +font=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +menuFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +smallestReadableFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 +taskbarFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 +toolBarFont=DejaVu Sans,8,-1,5,50,0,0,0,0,0 + +[PreviewSettings] +UseFileThumbnails=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/khtmlrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/khtmlrc new file mode 100644 index 000000000..6a64b58be --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/khtmlrc @@ -0,0 +1,613 @@ +[Filter Settings] +Enabled=true +Shrink=true +Count=609 +Filter-0=!\s +Filter-1=! Rick752's EASYLIST for Adblock Plus 0.7.1+ +Filter-10=*/adpeeps/* +Filter-100=.awin1.com +Filter-101=.awltovhc. +Filter-102=.azads.com/ +Filter-103=.bannerconnect. +Filter-104=.bannersmania. +Filter-105=.belointeractive. +Filter-106=.bestofferdirect. +Filter-107=.bidvertiser. +Filter-108=.bimedia.net/video/$object +Filter-109=.blogads. +Filter-11=*/adrevolver/* +Filter-110=.bluestreak. +Filter-111=.bravenetmedianetwork. +Filter-112=.bravenet.*/rover/ +Filter-113=.bridgetrack. +Filter-114=.burstnet. +Filter-115=.casalemedia. +Filter-116=.centralmediaserver.$~image +Filter-117=.checkm8. +Filter-118=.chitika. +Filter-119=.cjt1.net +Filter-12=*/ads/* +Filter-120=.clash-media. +Filter-121=.claxonmedia. +Filter-122=.clickad. +Filter-123=.clickbooth +Filter-124=.clickthrucash. +Filter-125=.connextra. +Filter-126=.contextweb. +Filter-127=.cpaclicks +Filter-128=.cpmstar. +Filter-129=.crashextads. +Filter-13=*/ads2/* +Filter-130=.crispads. +Filter-131=.decisionmark. +Filter-132=.deepmetrix. +Filter-133=.directorym. +Filter-134=.dl-rms.com/ +Filter-135=.domainsponsor. +Filter-136=.doubleclick. +Filter-137=.dpbolvw. +Filter-138=.edge.ru4. +Filter-139=.etology. +Filter-14=*/AdsManager/* +Filter-140=.euroclick. +Filter-141=.exponential. +Filter-142=.extreme-dm. +Filter-143=.eyewonder. +Filter-144=.fairfax.$~stylesheet +Filter-145=.falkag. +Filter-146=.fastclick. +Filter-147=.feedburner.com/~a/ +Filter-148=.fimserve. +Filter-149=.fixionmedia. +Filter-15=*/adscripts/* +Filter-150=.fmpub.net/ +Filter-151=.forrestersurveys. +Filter-152=.ftjcfx. +Filter-153=.fluxads. +Filter-154=.flyordie.com/games/free/b/*--?p= +Filter-155=.funklicks. +Filter-156=.game-advertising-online. +Filter-157=.gamersbanner. +Filter-158=.gcion.com +Filter-159=.geopromos. +Filter-16=*/AdsIframe/* +Filter-160=.gestionpub. +Filter-161=.gif?rand= +Filter-162=.gklmedia. +Filter-163=.go.com/*ads.js +Filter-164=.haymarketmedia. +Filter-165=.henwo.com/$script +Filter-166=.hit-now. +Filter-167=.httpool. +Filter-168=.hypemakers. +Filter-169=.ic-live. +Filter-17=*/adspro/* +Filter-170=.icdirect. +Filter-171=.imglt.com/ +Filter-172=.impresionesweb. +Filter-173=.imrworldwide. +Filter-174=.indiads. +Filter-175=.industrybrains. +Filter-176=.inetinteractive. +Filter-177=.infocious. +Filter-178=.intellitxt. +Filter-179=.interpolls. +Filter-18=*/adverts/* +Filter-180=.ivwbox. +Filter-181=.jdoqocy. +Filter-182=.jydesign. +Filter-183=.ketoo.com/ +Filter-184=.klipmart. +Filter-185=.kontera. +Filter-186=.kqzyfj. +Filter-187=.leadacceptor. +Filter-188=.lduhtrp. +Filter-189=.linkexchange. +Filter-19=*/AdWorks/* +Filter-190=.linkworth. +Filter-191=.maxserving. +Filter-192=.mb01.com/ +Filter-193=.mbn.com.ua/ +Filter-194=.mediaonenetwork. +Filter-195=.mediaplex. +Filter-196=.mediavantage. +Filter-197=.mercuras. +Filter-198=.miva.com/ +Filter-199=.moneymakers.de/ +Filter-2=! -add the EasyElement & ABP Tracking Filter subscriptions for even more. +Filter-20=*/banman/*$subdocument,script +Filter-200=.mootermedia. +Filter-201=.myway.com/gca_iframe. +Filter-202=.netavenir. +Filter-203=.newanglemedia.com/clients/ +Filter-204=.newsadstream. +Filter-205=.northmay. +Filter-206=.nwsource.*/adv.gif +Filter-207=.nyadmcncserve- +Filter-208=.obibanners. +Filter-209=.onenetworkdirect. +Filter-21=*/bannermedia/* +Filter-210=.overture. +Filter-211=.oxado.com/ +Filter-212=.peelawayads.com/affads/ +Filter-213=.perfb.com +Filter-214=.pheedo. +Filter-215=.php?*bannerid +Filter-216=.php?adclass +Filter-217=.platinumadvertisement. +Filter-218=.pointroll. +Filter-219=.pricespy.co.nz/adds/ +Filter-22=*/banners/*$script,object +Filter-220=.pro-advertising. +Filter-221=.probannerswap. +Filter-222=.profitpeelers.$script +Filter-223=.projectwonderful. +Filter-224=.qksrv.net/ +Filter-225=.qksz.net/ +Filter-226=.questionmarket. +Filter-227=.revresda. +Filter-228=.revsci. +Filter-229=.rmxads. +Filter-23=*/ctxtlink/* +Filter-230=.rottentomatoes.*size=*x*&dechannel +Filter-231=.rovion.*?AffID= +Filter-232=.scanscout. +Filter-233=.shareasale. +Filter-234=.shareresults. +Filter-235=.smartadserver. +Filter-236=.smarttargetting. +Filter-237=.snap.com/$script +Filter-238=.sonnerie. +Filter-239=.space.com/promo/ +Filter-24=*/dontblockthis/* +Filter-240=.specificclick. +Filter-241=.specificmedia. +Filter-242=.sponsorpalace. +Filter-243=.spotplex.*widget +Filter-244=.sta-ads. +Filter-245=.survey-poll. +Filter-246=.tacoda. +Filter-247=.targetnet. +Filter-248=.tiser.com +Filter-249=.tkqlhce. +Filter-25=*/ebayinternalpromos/* +Filter-250=.torrentspy.*staticframe +Filter-251=.tqlkg.com +Filter-252=.tradedoubler. +Filter-253=.trafic. +Filter-254=.tribalfusion. +Filter-255=.typepad.com/sponsors/ +Filter-256=.tyroo. +Filter-257=.unicast. +Filter-258=.utarget. +Filter-259=.valueclick. +Filter-26=*/flashbanner/*$match-case +Filter-260=.vibrantmedia. +Filter-261=.vpico.com/ +Filter-262=.webads.co.nz +Filter-263=.webmasterplan. +Filter-264=.worlddatinghere. +Filter-265=.xchangebanners. +Filter-266=.yimg.com/a/ +Filter-267=.yimg.com/adv/ +Filter-268=.zangocash.*/detectenvironment +Filter-269=.zedo.com/ +Filter-27=*/fuseads/* +Filter-270=//banner. +Filter-271=/63.225.61. +Filter-272=/64.73.24.44 +Filter-273=/ad/*promo +Filter-274=/ad.asp? +Filter-275=/ad/frame +Filter-276=/ad/mercury$object +Filter-277=/ad_$subdocument +Filter-278=/ad_functions +Filter-279=/ad_insert. +Filter-28=*/houseads/* +Filter-280=/ad_refresher. +Filter-281=/ad_*.gif +Filter-282=/adbanner +Filter-283=/adbrite$subdocument +Filter-284=/adbrite. +Filter-285=/adclick +Filter-286=/adcode.js +Filter-287=/adframe. +Filter-288=/AdIFrame. +Filter-289=/adfunction +Filter-29=*/images/ad/* +Filter-290=/adimage. +Filter-291=/adinsert. +Filter-292=/adjs.php? +Filter-293=/adjsmp.php? +Filter-294=/adlabel +Filter-295=/adlinks.js +Filter-296=/ad_manager.js +Filter-297=/admanager$script +Filter-298=/adRelated. +Filter-299=/ads.htm +Filter-3=! | Last Modified: 26Sep07 | http://easylist.adblockplus.org | +Filter-30=*/IndianRailways/*$match-case +Filter-300=/ads.php? +Filter-301=/ads2.php? +Filter-302=/ads*.php$subdocument +Filter-303=/ADSAdClient31.dll?GetAd?$other +Filter-304=/adscript. +Filter-305=/adsense_$script +Filter-306=/adserver +Filter-307=/adshow? +Filter-308=/adsonar. +Filter-309=/adSwap.js +Filter-31=*/LinkExchange/* +Filter-310=/adtext_ +Filter-311=/adx.js| +Filter-312=/advert/ms +Filter-313=/advert_ +Filter-314=/adverti +Filter-315=/adview. +Filter-316=/affiliates.babylon. +Filter-317=/aj.600z. +Filter-318=/ajs.php? +Filter-319=/banimpress. +Filter-32=*/linkshare/* +Filter-320=/banmanpro/ad +Filter-321=/banners.adultfriendfinder +Filter-322=/banner.php?*http +Filter-323=/banners/banner +Filter-324=/banners/*.gif$~background +Filter-325=/banners/*clickTAG +Filter-326=/blogad_ +Filter-327=/blogads +Filter-328=/bmp/banman.asp? +Filter-329=/bs.yandex.ru +Filter-33=*/oascentral. +Filter-330=/cm8adam +Filter-331=/cnnSLads.js +Filter-332=/cnwk.*widgets.js +Filter-333=/commercials/splash +Filter-334=/csDynamic$match-case +Filter-335=/de*.myspace.$subdocument +Filter-336=/descPopup.js +Filter-337=/directads. +Filter-338=/DisplayAds$match-case +Filter-339=/DynamicAd? +Filter-34=*/partners/* +Filter-340=/ekmas.com +Filter-341=/flashAds. +Filter-342=/flipmedia +Filter-343=/freetrafficbar. +Filter-344=/getad.php? +Filter-345=/getbanner.cfm?$subdocument +Filter-346=/googleAd.js +Filter-347=/google-adsense$subdocument +Filter-348=/hits4pay. +Filter-349=/iframead. +Filter-35=*/phpads/* +Filter-350=/iframed_*sessionid= +Filter-351=/intext.js +Filter-352=/itunesaffiliate +Filter-353=/kermit.macnn. +Filter-354=/launch/testdrive.gif +Filter-355=/layer-ads. +Filter-356=/loadAdWiz.js +Filter-357=/logos/adLogo +Filter-358=/marketing*partner$image +Filter-359=/mac-ad? +Filter-36=*/phpadserver/* +Filter-360=/media/*promo$~background +Filter-361=/media.funpic.*/layer. +Filter-362=/mediamgr +Filter-363=/nascar/*/defector.js +Filter-364=/oas_logic. +Filter-365=/oasc03.$other +Filter-366=/oasisi-j.php? +Filter-367=/overture_ +Filter-368=/partner/*? +Filter-369=/partner*rotate +Filter-37=*/printads/* +Filter-370=/partners.$~stylesheet +Filter-371=/partnership/*affiliate +Filter-372=/popupjs. +Filter-373=/promos/*promo +Filter-374=/public/ad? +Filter-375=/r.mail.ru +Filter-376=/rad.*?GetSAd= +Filter-377=/rotation/*.php? +Filter-378=/rtq.careerbuilder. +Filter-379=/showads. +Filter-38=*/promos/*$object +Filter-380=/showbanner.php? +Filter-381=/small_ad. +Filter-382=/spinbox.freedom. +Filter-383=/storyAds. +Filter-384=/surveyCookie.js +Filter-385=/textAd.js +Filter-386=/videoads. +Filter-387=/w1.buysub.$~image +Filter-388=/ysmads.html +Filter-389=&affiliate=$subdocument +Filter-39=*/shared/promos/* +Filter-390=&ClientType=*&AdID= +Filter-391=&partner$subdocument +Filter-392=?ad_id= +Filter-393=?affiliate +Filter-394=?getad=& +Filter-395=?showbanner= +Filter-396=_ad.aspx? +Filter-397=_adbrite +Filter-398=_ads/$~stylesheet +Filter-399=_adspace +Filter-4=!\s +Filter-40=*/Splash/Page_Header/* +Filter-400=_files/*.htm|$subdocument +Filter-401=adaffiliate +Filter-402=adcounter +Filter-403=admentor +Filter-404=ads.sv.publicus.$script +Filter-405=adsfac.net +Filter-406=affiliatebrand. +Filter-407=audienceprofiler. +Filter-408=aurora-*marketing.co +Filter-409=bannerad +Filter-41=*/sponsImages/* +Filter-410=BannerMangement +Filter-411=blog.tmcnet.*/overlib.js +Filter-412=brandcentral. +Filter-413=capitalnews9.com/images/geo_ +Filter-414=Click*Advertiser +Filter-415=clicktag=*/ad +Filter-416=content.search +Filter-417=cppops*nextag +Filter-418=dbbsrv.com +Filter-419=dgmaustralia. +Filter-42=*/trusearch.net/affblock/* +Filter-420=download-door.search.com/search +Filter-421=dynamicad. +Filter-422=earthlink*/promos +Filter-423=eas.blocket. +Filter-424=exitexplosion.*/exit.js +Filter-425=faireagle.com +Filter-426=geocities.com/js_source/ +Filter-427=google.com*adfetch +Filter-428=google.com*/promo_ +Filter-429=googleads +Filter-43=*/userbanners/* +Filter-430=hera.hardocp. +Filter-431=hotlog.com +Filter-432=i.azjmp. +Filter-433=imageshack*tagworld +Filter-434=interclick. +Filter-435=js2.yimg.*_popup_ +Filter-436=kanoodle +Filter-437=link_ads +Filter-438=mediacorpsingapore +Filter-439=nebuad.com +Filter-44=*/vendshow/* +Filter-440=network.ninemsn.*/share/ +Filter-441=page.grabclick. +Filter-442=phpadsnew +Filter-443=popinads. +Filter-444=popunder +Filter-445=popup_ad +Filter-446=precisionclick. +Filter-447=pro-market. +Filter-448=promopop +Filter-449=ptnrcontent +Filter-45=*/webadImg/* +Filter-450=publicidad +Filter-451=quigo.com +Filter-452=rad.live.com/ADSAdClient +Filter-453=richmedia.*yimg. +Filter-454=sponslink +Filter-455=sponsor.gif +Filter-456=sponsorads +Filter-457=sponsoredlink$~stylesheet +Filter-458=sponsored_links +Filter-459=sponsors*banner +Filter-46=_banner_ad +Filter-460=storefronts$~stylesheet +Filter-461=sys-con.com/common/$script +Filter-462=targetpoint.com +Filter-463=textlink-ads. +Filter-464=themis.yahoo. +Filter-465=trafficlayer.de +Filter-466=worsethanfailure.*/Tizes/$object +Filter-467=xcelsiusadserver. +Filter-468=yceml.net +Filter-469=http://171.66.124.80/ +Filter-47=-adspace +Filter-470=http://196.41.0.207/ +Filter-471=http://72.32.71.244 +Filter-472=http://a.ads. +Filter-473=http://ad*.emidiate. +Filter-474=http://abm.hothardware. +Filter-475=http://ad-uk. +Filter-476=http://ad. +Filter-477=http://ad1. +Filter-478=http://adcreative. +Filter-479=http://adfarm. +Filter-48=.1100i.com/ +Filter-480=http://adimg. +Filter-481=http://adimages. +Filter-482=http://adinterax. +Filter-483=http://adq. +Filter-484=http://adremote. +Filter-485=http://adonline. +Filter-486=http://ads. +Filter-487=http://ads1. +Filter-488=http://ads2. +Filter-489=http://ads3. +Filter-49=.112.2o7. +Filter-490=http://ads4. +Filter-491=http://ads5. +Filter-492=http://adsatt. +Filter-493=http://adsearch. +Filter-494=http://adserv +Filter-495=http://adsnew. +Filter-496=http://adsremote. +Filter-497=http://adstream.*.cgi +Filter-498=http://adsvr. +Filter-499=http://adsys. +Filter-5=&adspace= +Filter-50=.122.2o7. +Filter-500=http://adt. +Filter-501=http://adtology +Filter-502=http://adv. +Filter-503=http://advert. +Filter-504=http://adverts. +Filter-505=http://adworks. +Filter-506=http://adx. +Filter-507=http://affiliates.*.aspx? +Filter-508=http://afimages. +Filter-509=http://almobty.com/ +Filter-51=.2mdn.net/ +Filter-510=http://altfarm. +Filter-511=http://avpa. +Filter-512=http://banners.*http +Filter-513=http://bwp.$subdocument +Filter-514=http://cdn.nvero. +Filter-515=http://circads. +Filter-516=http://common.*/slider.js +Filter-517=http://feeds.*/~a/ +Filter-518=http://fdads.sv. +Filter-519=http://ffxcam. +Filter-52=.360ads. +Filter-520=http://getad. +Filter-521=http://images.*/banners/ +Filter-522=http://jazad. +Filter-523=http://lads.*-gutter- +Filter-524=http://mads. +Filter-525=http://marketing.*http +Filter-526=http://ng3.ads. +Filter-527=http://oas-central. +Filter-528=http://pagead2.$subdocument +Filter-529=http://pagead2.*? +Filter-53=.43plc.com +Filter-530=http://partner. +Filter-531=http://promo. +Filter-532=http://promo2. +Filter-533=http://promos. +Filter-534=http://promote. +Filter-535=http://rcm.amazon. +Filter-536=http://rss.*/~a/ +Filter-537=http://servedbyadbutler. +Filter-538=http://smartad. +Filter-539=http://stocker.bonnint. +Filter-54=.about.com/0/$subdocument +Filter-540=http://synad. +Filter-541=http://ttsrc.aroq. +Filter-542=http://video.flashtalking. +Filter-543=\s +Filter-544=! WHITELISTS +Filter-545=@@1800flowers.com/*/banners/ +Filter-546=@@abcnews.go.com/$script +Filter-547=@@ads1.msn.com/library/dap.js +Filter-548=@@ads.ign.com/*masthead +Filter-549=@@/ads/video/*.flv$other +Filter-55=.ad.tomshardware. +Filter-550=@@|http://www.apple.com/ +Filter-551=@@*/autoplayer/*$object +Filter-552=@@.bbc.co.uk/weather/images/banners/ +Filter-553=@@.brightcove.com*/viewer/ +Filter-554=@@.cbc.ca/includes/promos/ +Filter-555=@@compusa.com*/banners/ +Filter-556=@@cosmos.bcst.yahoo.com/scp_v3/ +Filter-557=@@DartShellPlayer +Filter-558=@@discovery.com/realmedia +Filter-559=@@discovery.com$other,object +Filter-56=.ad-flow. +Filter-560=@@doubleclick.net*video*player +Filter-561=@@doubleclick.net/adj/*video$script +Filter-562=@@cdn.fastclick.net/fastclick.net/video/ +Filter-563=@@eq2i.com/abbt. +Filter-564=@@flyordie.com/*&affiliate +Filter-565=@@.forbes.com*/video +Filter-566=@@fox*.com*video$object +Filter-567=@@int1.fp.sandpiper.net/$other +Filter-568=@@judo.salon.com/$script +Filter-569=@@meevee.com/ads/adIframe.aspx? +Filter-57=.ad4cash. +Filter-570=@@.menshealth.com/cda/js/coremetrics/ +Filter-571=@@microsoft.com/*/banners/$image +Filter-572=@@.nbl.com.au/*/0*-image. +Filter-573=@@newsimg.bbc.co.uk/media/*promo +Filter-574=@@nissanusa.com/ +Filter-575=@@nytimes.com/ads/mm +Filter-576=@@http://oascentral.feedroom.com +Filter-577=@@partners.titantv.com/ +Filter-578=@@rad.live.com/*&DPJS +Filter-579=@@RealMedia/*_video/$match-case +Filter-58=.adaction. +Filter-580=@@RealMedia/*.flv|$other +Filter-581=@@.sears.com/data/ +Filter-582=@@snopes.com*/advertisements/ +Filter-583=@@.space.com/flashvideo/ +Filter-584=@@.stream.aol.com$other +Filter-585=@@sys-con.com/*whitepapers +Filter-586=@@banners.sys-con.com/phpAdsNew-2.0/adjs.php +Filter-587=@@stats.nypost. +Filter-588=@@sys-con.com*textlinks +Filter-589=@@techreport.com/ads/ +Filter-59=.adbrite. +Filter-590=@@thenewsroom.com/mash/options/$other +Filter-591=@@?*torrentreactor.net +Filter-592=@@.tvguide.com/script/webtrends.js +Filter-593=@@http://*userplane.com/chatlite/run/ +Filter-594=@@vidavee.net*video$subdocument +Filter-595=@@video.on.nytimes.com/ +Filter-596=@@videos.theonion.$other +Filter-597=@@video.wwe.com$object +Filter-598=@@yahoo.com/a?*headr +Filter-599=@@yellowmap.de/Partners/ +Filter-6=*/AffiliateWiz/* +Filter-60=.adbureau. +Filter-600=@@.yimg.com/a/1-/java/promotions/js/ad_ +Filter-601=@@http://promo.ebay.*?GetCrossPromos +Filter-602=@@http://*economist.com/| +Filter-603=@@http://ads1.msn.com*=video$object +Filter-604=@@http://www.nbc.com/Video/ +Filter-605=@@http://ads.biggerboat.com/$script +Filter-606=@@http://www.shockwave.com/contentPlay/ +Filter-607=@@http://*videodetective.com/ +Filter-608=@@|http://*.wikimedia.org/wikipedia/\s +Filter-61=.adbutler. +Filter-62=.adcentriconline. +Filter-63=.adengage. +Filter-64=.adfusion. +Filter-65=.adgardener. +Filter-66=.adgroups. +Filter-67=.adhese. +Filter-68=.adicate. +Filter-69=.adition.com/ +Filter-7=*/adcycle/* +Filter-70=.adinterax. +Filter-71=.adireland. +Filter-72=.adjuggler. +Filter-73=.admarketplace. +Filter-74=.adnet.biz +Filter-75=.adnet.ru +Filter-76=.adocean. +Filter-77=.adpark. +Filter-78=.adserver. +Filter-79=.adshuffle. +Filter-8=*/adgraphics/* +Filter-80=.adsmarket. +Filter-81=.adsonar. +Filter-82=.adspeed. +Filter-83=.adtech.de/ +Filter-84=.adtmedia. +Filter-85=.adverserve. +Filter-86=.adverti +Filter-87=.advertserve. +Filter-88=.afcyhf. +Filter-89=.affiliate. +Filter-9=*/adimages/* +Filter-90=.affiliatefuel. +Filter-91=.affiliatesensor. +Filter-92=.aim4media. +Filter-93=.akamai.*sponsor +Filter-94=.anrdoezrs. +Filter-95=.arcadebanners. +Filter-96=.assoc-amazon. +Filter-97=.atdmt.com/ +Filter-98=.atwola. +Filter-99=.auspipe. diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kio_httprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kio_httprc new file mode 100644 index 000000000..b7cdb08ee --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kio_httprc @@ -0,0 +1,3 @@ +# for Google Mail and Calendar +[google.com] +UserAgent=Mozilla/5.0 (X11; U; x86_64 Linux; en_GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kmixrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kmixrc new file mode 100644 index 000000000..8c6888651 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kmixrc @@ -0,0 +1,2 @@ +[Global] +Visible=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/ktiprc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/ktiprc new file mode 100644 index 000000000..c7317505b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/ktiprc @@ -0,0 +1,2 @@ +[TipOfDay] +RunOnStart=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kuserrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kuserrc new file mode 100644 index 000000000..494a5a927 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kuserrc @@ -0,0 +1,5 @@ +[connection-default] +firstGID=1000 +firstUID=1000 +ldappassword= +shell=/bin/bash diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwalletrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwalletrc new file mode 100644 index 000000000..326194cb6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwalletrc @@ -0,0 +1,18 @@ +[Auto Allow] +kdewallet=kwalletmanager + +[Auto Deny] +kdewallet= + +[Wallet] +Close When Idle=false +Close on Screensaver=false +Default Wallet=kdewallet +Enabled=true +First Use=false +Idle Timeout=10 +Launch Manager=true +Leave Manager Open=false +Leave Open=true +Prompt on Open=true +Use One Wallet=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwinrc new file mode 100644 index 000000000..8f06aef78 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde4/kde-rc-files/kwinrc @@ -0,0 +1,5 @@ +[Desktops] +Number=2 + +[Windows] +TitlebarDoubleClickCommand=Maximize diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kickerrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kickerrc new file mode 100644 index 000000000..2bf2fd34b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kickerrc @@ -0,0 +1,10 @@ +[KMenu] +CustomIcon=kmenu +ShowText=true +Text=Start + +[buttons] +Font=Tahoma,9,-1,5,75,0,0,0,0,0 + +[General] +ShowIconActivationEffect=false diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/email.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/email.desktop new file mode 100644 index 000000000..4cb6de28a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/email.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Actions=Email +Encoding=UTF-8 +ServiceTypes=allfiles + +[Desktop Action Email] +Name=Email File +Name[de]=Versenden als E-Mail +Name[fr]=Envoyer par courriel +Name[pl]=Wyślij plik w załączniku +Exec=kmail --attach %F +Icon=kmail diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/konq_plugins.xml b/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/konq_plugins.xml new file mode 100644 index 000000000..1df24cc92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/konqueror-profile/konq_plugins.xml @@ -0,0 +1,12 @@ + + + + + Macromedia Flash Player 9.0 + http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz + http://www.adobe.com/shockwave/download/license/desktop/ssi/eula_ssi.html + this field appear if licenceurl doesn't exist + install_flash_player_9_linux/libflashplayer.so + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-plugins/dirfilterplugin.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-plugins/dirfilterplugin.rc new file mode 100755 index 000000000..cb7bb0081 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-plugins/dirfilterplugin.rc @@ -0,0 +1,19 @@ + + + + + &Tools + + + + + Extra Toolbar + + + + Filter Toolbar + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part.rc new file mode 100755 index 000000000..da8f97f73 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part.rc @@ -0,0 +1,57 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part_readonly.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part_readonly.rc new file mode 100755 index 000000000..888d12e8d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ark_part_readonly.rc @@ -0,0 +1,42 @@ + + + + + + + &File + + + &Edit + + + + + + &Action + + + + + + &Settings + + + + + + + + +Context Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/gvimagepart.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/gvimagepart.rc new file mode 100755 index 000000000..5e0cdf11a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/gvimagepart.rc @@ -0,0 +1,39 @@ + + + + &File + + + + + + &View + + + &Colors + + + + + + + + + + + + + + + + +Context Toolbar + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/khtml_browser.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/khtml_browser.rc new file mode 100755 index 000000000..2eab2a321 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/khtml_browser.rc @@ -0,0 +1,43 @@ + + + + &File + + + + + + + &Edit + + + + + + + + + &View + + + + + + + + + + +Main Toolbar + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ksvgplugin.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ksvgplugin.rc new file mode 100755 index 000000000..abf3537d7 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/ksvgplugin.rc @@ -0,0 +1,35 @@ + + + + &Settings + + + + + + + + + + +Context Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/part.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/part.rc new file mode 100644 index 000000000..e7ecb2f3d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kpart-rc-files/part.rc @@ -0,0 +1,63 @@ + + + + &File + + + + + + &Edit + + + + &View + + + + + + + + + + + + &Go + + + + + + + + + + + + &Tools + + + + + &Settings + + + + +Context Toolbar + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kwallet-default-wallet/kdewallet.kwl b/ubuntu/maverick/defaultsettings/redmond-default-settings/kwallet-default-wallet/kdewallet.kwl new file mode 100755 index 000000000..485b2e683 Binary files /dev/null and b/ubuntu/maverick/defaultsettings/redmond-default-settings/kwallet-default-wallet/kdewallet.kwl differ diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-7z.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-7z.desktop new file mode 100644 index 000000000..b8a1f6a57 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-7z.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive 7-Zip +Hidden=false +Patterns=*.7z;*.7Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-ace.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-ace.desktop new file mode 100644 index 000000000..55a07116b --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-ace.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ACE +Hidden=false +Patterns=*.ace;*.ACE +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arc.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arc.desktop new file mode 100644 index 000000000..2a65951e3 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arc.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARC +Hidden=false +Patterns=*.arc;*.ARC +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-archive.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-archive.desktop new file mode 100644 index 000000000..4fe4ad21d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-archive.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive AR +Hidden=false +Patterns=*.a +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arj.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arj.desktop new file mode 100644 index 000000000..9833cee92 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-arj.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive ARJ +Hidden=false +Patterns=*.arj;*.ARJ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip.desktop new file mode 100644 index 000000000..a9d55c0c5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip File +Hidden=false +Patterns=*.bz;*.BZ +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip2.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip2.desktop new file mode 100644 index 000000000..76ff0d62a --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-bzip2.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2 File +Hidden=false +Patterns=*.bz2;*.BZ2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-compress.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-compress.desktop new file mode 100644 index 000000000..e9ab5c907 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-compress.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=UNIX Compressed File +Hidden=false +Patterns=*.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-cpio.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-cpio.desktop new file mode 100644 index 000000000..6947dfad6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-cpio.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive CPIO +Hidden=false +Patterns=*.cpio +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-gzip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-gzip.desktop new file mode 100644 index 000000000..c3ca52731 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-gzip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzip File +Hidden=false +Patterns=*.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lha.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lha.desktop new file mode 100644 index 000000000..bfdfd8830 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lha.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive LHA +Hidden=false +Patterns=*.lha;*.lzh;*.LHA;*.LZH +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lzop.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lzop.desktop new file mode 100644 index 000000000..9865b07b9 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-lzop.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Comment=Lzopped File +Hidden=false +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-pak.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-pak.desktop new file mode 100644 index 000000000..fc22d2bb5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-pak.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Fichier archive PAK +Hidden=false +Patterns=*.pak;*.PAK +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-rar.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-rar.desktop new file mode 100644 index 000000000..35f9d7388 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-rar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Rar +Hidden=false +Patterns=*.rar;*.RAR +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tar.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tar.desktop new file mode 100644 index 000000000..9ced52953 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tar.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Tar +Hidden=false +Patterns=*.tar +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tarz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tarz.desktop new file mode 100644 index 000000000..8e1c1856d --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tarz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Compressed Tar Archive +Hidden=false +Patterns=*.tar.Z +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tbz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tbz.desktop new file mode 100644 index 000000000..8889183bd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tbz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Bzip2-ed Tar Archive +Hidden=false +Patterns=*.tar.bz;*.tbz;*.tar.bz2;*.tbz2 +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tgz.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tgz.desktop new file mode 100644 index 000000000..ef34b8220 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tgz.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Gzipped Tar Archive +Hidden=false +Patterns=*.tar.gz;*.tgz +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tzo.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tzo.desktop new file mode 100644 index 000000000..37d355b52 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-tzo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Lzopped Tar Archive +Hidden=false +Patterns=*.tar.lzo;*.tzo +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zip.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zip.desktop new file mode 100644 index 000000000..e6e3ecf95 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zip.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zip +Hidden=false +Patterns=*.zip;*.ZIP +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zoo.desktop b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zoo.desktop new file mode 100644 index 000000000..bffb80bde --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/mimelnk/x-zoo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Comment=Archive Zoo +Hidden=false +Patterns=*.zoo;*.ZOO +X-KDE-AutoEmbed=true + +[Property::X-KDE-LocalProtocol] +Type= +Value= \ No newline at end of file diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/kstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/kstylerc new file mode 100644 index 000000000..6c639810f --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/kstylerc @@ -0,0 +1,3 @@ +[Settings] +SemiTransparentRubberband=true +MenuDropShadow=true diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/lipstikstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/lipstikstylerc new file mode 100644 index 000000000..c1c892daa --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/lipstikstylerc @@ -0,0 +1,34 @@ +[Settings] +alterMenuGradients=false +animateProgressBar=true +checkMarkColor=#7a82b9 +coloredMenuBar=false +comboboxColored=false +compressedMenus=false +customCheckMarkColor=true +customFocusHighlightColor=false +customMenuStripeColor=true +customOverHighlightColor=false +drawFocusRect=true +drawStatusBarFrame=true +drawTabHighlight=true +drawToolBarHandle=true +drawToolBarItemSeparator=true +drawToolBarSeparator=false +drawTriangularExpander=true +flatHeaders=true +flatStripe=false +focusHighlightColor=#2050ff +inputFocusHighlight=true +kickerHighlight=true +menuLeftSideBar=true +menuStripeColor=#e6e6e6 +overHighlightColor=#3e51ff +paintGroove=true +reverseGradients=true +scrollBarStyle=ThreeButtonScrollBar +scrollBarWidth=Normal +sharperMenuGradient=true +sliderStyle=sliderLipstikStyle +tickCheckMark=true + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/polyesterstylerc b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/polyesterstylerc new file mode 100644 index 000000000..8526d4fa6 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/qt-rc-files/polyesterstylerc @@ -0,0 +1,36 @@ +[Settings] +animateButton=true +animateButtonToDark=false +animateProgressBar=true +buttonMenuItem=true +buttonStyle=glass +centeredTabBar=false +checkMarkColor=#000000 +coloredScrollBar=true +colorizeSortedHeader=true +customCheckMarkColor=false +customFocusHighlightColor=false +customMenuBarEmphasisColor=false +customOverHighlightColor=false +drawToolBarItemSeparator=false +drawToolBarSeparator=false +drawTriangularExpander=false +focusHighlightColor=#000000 +highLightTab=true +inputFocusHighlight=true +lightBorder=true +menuBarEmphasis=false +menuBarEmphasisBorder=false +menuBarEmphasisColor=#000000 +menuItemSpacing=8 +menuStripe=false +overHighlightColor=#000000 +scrollBarLines=false +scrollBarSize=16 +scrollBarStyle=ThreeButtonScrollBar +shadowedButtonsText=false +shadowedMenuBarText=false +shadowedText=true +statusBarFrame=true +useLowerCaseText=false + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/tdmdistrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/tdmdistrc new file mode 100644 index 000000000..9fa828bbd --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/tdmdistrc @@ -0,0 +1,582 @@ +# KDM master configuration file +# +# Please note: Settings in this file are sometimes ignored (overridden). +# The default KDM startup script /etc/init.d/kdm looks in /etc/default/kdm.d +# for theme-related settings which, if found, take precedence. The possibly +# overridden settings are: UseBackground, BackgroundCfg, UseTheme, Theme. +# See /usr/share/doc/kdm/README.Debian for details +# +# Definition: the greeter is the login dialog, i.e., the part of KDM +# which the user sees. +# +# You can configure every X-display individually. +# Every display has a display name, which consists of a host name +# (which is empty for local displays specified in {Static|Reserve}Servers), +# a colon, and a display number. Additionally, a display belongs to a +# display class (which can be ignored in most cases; the control center +# does not support this feature at all). +# Sections with display-specific settings have the formal syntax +# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" +# You can use the "*" wildcard for host, number, and class. You may omit +# trailing components; they are assumed to be "*" then. +# The host part may be a domain specification like ".inf.tu-dresden.de". +# It may also be "+", which means non-empty, i.e. remote displays only. +# From which section a setting is actually taken is determined by these +# rules: +# - an exact match takes precedence over a partial match (for the host part), +# which in turn takes precedence over a wildcard ("+" taking precedence +# over "*") +# - precedence decreases from left to right for equally exact matches +# Example: display name "myhost:0", class "dpy". +# [X-myhost:0_dpy] precedes +# [X-myhost:0_*] (same as [X-myhost:0]) precedes +# [X-myhost:*_dpy] precedes +# [X-myhost:*_*] (same as [X-myhost]) precedes +# [X-+:0_dpy] precedes +# [X-*:0_dpy] precedes +# [X-*:0_*] (same as [X-*:0]) precedes +# [X-*:*_*] (same as [X-*]) +# These sections do NOT match this display: +# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] +# If a setting is not found in any matching section, the default is used. +# +# Every comment applies to the following section or key. Note that all +# comments will be lost if you change this file with the kcontrol frontend. +# The defaults refer to KDM's built-in values, not anything set in this file. +# +# Special characters need to be backslash-escaped (leading and trailing +# spaces (\s), tab (\t), linefeed (\n), carriage return (\r) and the +# backslash itself (\\)). +# In lists, fields are separated with commas without whitespace in between. +# Some command strings are subject to simplified sh-style word splitting: +# single quotes (') and double quotes (") have the usual meaning; the backslash +# quotes everything (not only special characters). Note that the backslashes +# need to be doubled because of the two levels of quoting. + +[General] +# This option exists solely for the purpose of a clean automatic upgrade. +# Do not even think about changing it! +ConfigVersion=2.3 +# List of permanent displays. Displays with a hostname are foreign. A display +# class may be specified separated by an underscore. +# Default is ":0" +StaticServers=:0 +# List of on-demand displays. See StaticServers for syntax. +# Default is "" +ReserveServers=:1,:2,:3 +# VTs to allocate to X-servers. A negative number means that the VT will be +# used only if it is free. If all VTs in this list are used up, the next free +# one greater than the last one in this list will be allocated. +# Default is "" +ServerVTs=-7 +# TTYs (without /dev/) to monitor for activity while in console mode. +# Default is "" +ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 +# Where KDM should store its PID (do not store if empty). +# Default is "" +PidFile=/var/run/kdm.pid +# Whether KDM should lock the PID file to prevent having multiple KDM +# instances running at once. Do not change unless you are brave. +# Default is true +#LockPidFile=false +# Where to store authorization files. +# Default is "/var/run/xauth" +#AuthDir=/tmp +# Whether KDM should automatically re-read configuration files, if it +# finds them having changed. +# Default is true +#AutoRescan=false +# Additional environment variables KDM should pass on to all programs it runs. +# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; +# otherwise, it should not be necessary very often. +# Default is "" +#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR +# A character device KDM should read entropy from. +# Empty means use the system's preferred entropy device. +# Default is "" +#RandomDevice=/dev/altrandom +# Where the command FiFos should be created; make it empty to disable +# them. +# Default is "/var/run/xdmctl" +#FifoDir=/tmp +# The group to which the global command FiFo should belong; +# can be either a name or a numerical ID. +# Default is 0 +#FifoGroup=xdmctl +# The directory in which KDM should store persistent working data. +# Default is "/var/lib/kdm" +#DataDir= +# The directory in which KDM should store users' .dmrc files. This is only +# needed if the home directories are not readable before actually logging in +# (like with AFS). +# Default is "" +#DmrcDir=/nfs-shared/var/dmrcs + +[Xdmcp] +# Whether KDM should listen to incoming XDMCP requests. +# Default is true +Enable=false +# The UDP port on which KDM should listen for XDMCP requests. Do not change. +# Default is 177 +#Port=177 +# File with the private keys of X-terminals. Required for XDM authentication. +# Default is "" +#KeyFile=/etc/trinity/kdm/kdmkeys +# XDMCP access control file in the usual XDM-Xaccess format. +# Default is "/etc/trinity/kdm/Xaccess" +#Xaccess= +# Number of seconds to wait for display to respond after the user has +# selected a host from the chooser. +# Default is 15 +#ChoiceTimeout=10 +# Strip domain name from remote display names if it is equal to the local +# domain. +# Default is true +#RemoveDomainname=false +# Use the numeric IP address of the incoming connection on multihomed hosts +# instead of the host name. +# Default is false +#SourceAddress=true +# The program which is invoked to dynamically generate replies to XDMCP +# DirectQuery or BroadcastQuery requests. +# If empty, no program is invoked and "Willing to manage" is sent. +# Default is "" +Willing=/etc/trinity/kdm/Xwilling + +[Shutdown] +# The command (subject to word splitting) to run to halt the system. +# Default is "/sbin/poweroff" +#HaltCmd= +# The command (subject to word splitting) to run to reboot the system. +# Default is "/sbin/reboot" +#RebootCmd= +# Whether it is allowed to shut down the system via the global command FiFo. +# Default is false +#AllowFifo=true +# Whether it is allowed to abort active sessions when shutting down the +# system via the global command FiFo. +# Default is true +#AllowFifoNow=false +# The boot manager KDM should use for offering boot options in the +# shutdown dialog. +# "None" - no boot manager +# "Grub" - Grub boot manager +# "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only) +# Default is None +#BootManager=Grub + +# Rough estimations about how many seconds KDM will spend at most on +# - opening a connection to the X-server (OpenTime) if the attempt +# - times out: OpenTimeout +# - is refused: OpenRepeat * OpenDelay +# - starting a local X-server (ServerTime): +# ServerAttempts * (ServerTimeout + OpenDelay) +# - starting a display: +# - local display: ServerTime + OpenTime +# - foreign display: StartAttempts * OpenTime +# - XDMCP display: OpenTime (repeated indefinitely by client) + +# Core config for all displays +[X-*-Core] +# How long to wait before retrying to connect a display. +# Default is 15 +#OpenDelay=15 +# How long to wait before timing out a display connection attempt. +# Default is 120 +#OpenTimeout=120 +# How many connection attempts to make during a start attempt. Note that +# a timeout aborts the entire start attempt. +# Default is 5 +#OpenRepeat=5 +# Try at most that many times to start a display. If this fails, the display +# is disabled. +# Default is 4 +#StartAttempts=4 +# Ping remote display every that many minutes. +# Default is 5 +#PingInterval=5 +# Wait for a Pong that many minutes. +# Default is 5 +#PingTimeout=5 +# The name of this X-server's Xauth file. +# If empty, a random name in the AuthDir directory will be used. +# Default is "" +#AuthFile= +# Specify a file with X-resources for the greeter, chooser and background. +# The KDE frontend does not use this file, so you do not need it unless you +# use another background generator than krootimage. +# Default is "" +#Resources= +# The xrdb program to use to read the above specified recources. +# Subject to word splitting. +# Default is "/usr/bin/xrdb" +#Xrdb= +# A program to run before the greeter is shown. Can be used to start an +# xconsole or an alternative background generator. Subject to word splitting. +# Default is "" +Setup=/etc/trinity/kdm/Xsetup +# A program to run before a user session starts. Subject to word splitting. +# Default is "" +Startup=/etc/trinity/kdm/Xstartup +# A program to run after a user session exits. Subject to word splitting. +# Default is "" +Reset=/etc/trinity/kdm/Xreset +# The program which is run as the user which logs in. It is supposed to +# interpret the session argument (see SessionsDirs) and start an appropriate +# session according to it. Subject to word splitting. +# Default is "/usr/bin/xterm -ls -T" +Session=/etc/trinity/kdm/Xsession +# The program to run if Session fails. +# Default is "/usr/bin/xterm" +#FailsafeClient= +# The PATH for the Session program. +# Default is "/usr/local/bin:/opt/trinity/bin:/usr/bin:/bin:/opt/trinity/games:/usr/games" +#UserPath= +# The PATH for Setup, Startup and Reset, etc. +# Default is "/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin" +#SystemPath= +# The default system shell. +# Default is "/bin/sh" +#SystemShell=/bin/bash +# Where to put the user's X-server authorization file if ~/.Xauthority +# cannot be created. +# Default is "/tmp" +#UserAuthDir= +# Whether to automatically restart sessions after X-server crashes. +# Note that enabling this makes circumventing screen lockers other than +# KDE's built-in one possible! +# Default is false +#AutoReLogin=true +# Allow root logins? +# Default is true +AllowRootLogin=false +# Allow to log in, when user has set an empty password? +# Default is true +AllowNullPasswd=false +# Who is allowed to shut down the system. This applies both to the +# greeter and to the command FiFo. +# "None" - no "Shutdown..." menu entry is shown at all +# "Root" - the root password must be entered to shut down +# "All" - everybody can shut down the machine +# Default is All +AllowShutdown=Root +# Who is allowed to abort active sessions when shutting down. +# "None" - no forced shutdown is allowed at all +# "Root" - the root password must be entered to shut down forcibly +# "All" - everybody can shut down the machine forcibly +# Default is All +#AllowSdForceNow=Root +# The default choice for the shutdown condition/timing. +# "Schedule" - shut down after all active sessions exit (possibly at once) +# "TryNow" - shut down, if no active sessions are open; otherwise, do nothing +# "ForceNow" - shut down unconditionally +# Default is Schedule +#DefaultSdMode=ForceNow +# How to offer shutdown scheduling options: +# "Never" - not at all +# "Optional" - as a button in the simple shutdown dialogs +# "Always" - instead of the simple shutdown dialogs +# Default is Never +#ScheduledSd=Optional +# The directories containing session type definitions in .desktop format. +# Default is "/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions" +#SessionsDirs=/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions +# The file (relative to $HOME) to redirect the session output to. This is +# a printf format string; one %s will be replaced with the display name. +# Default is ".xsession-errors" +ClientLogFile=.xsession-errors-%s +# Whether KDM's built-in utmp/wtmp/lastlog registration should be used. +# Default is false +#UseSessReg=true + +# Greeter config for all displays +[X-*-Greeter] +# Widget style of the greeter. "" means the built-in default which currently +# is "Plastik". +# Default is "" +#GUIStyle=Windows +# Compositor binary name, if compositing is desired. "" means no compositing support. +# Default is "" +#Compositor= +# Window manager binary name, if window decorations are desired. "" means no window manager support. +# Default is "twin" +#WindowManager= +# SAK +# Default is true +#UseSAK=false +# Admin session +# Default is false +#UseAdminSession=true +# Widget color scheme of the greeter. "" means the built-in default which +# currently is yellowish grey with some light blue and yellow elements. +# Default is "" +#ColorScheme=Pumpkin +# What should be shown in the greeter's logo are: +# "None" - nothing +# "Logo" - the image specified by LogoPixmap +# "Clock" - a neat analog clock +# Default is Clock +LogoArea=Logo +# The image to show when LogoArea=Logo. +# Default is "" +LogoPixmap=/opt/trinity/share/apps/kdm/pics/kdelogo.png +# The relative coordinates (X,Y in percent) of the center of the greeter. +# Default is "50,50" +#GreeterPos=30,40 +# The screen the greeter should be displayed on in multi-headed and Xinerama +# setups. The numbering starts with 0. For Xinerama, it corresponds to the +# listing order in the active ServerLayout section of XF86Config; -1 means +# to use the upper-left screen, -2 means to use the upper-right screen. +# Default is 0 +#GreeterScreen=-1 +# The headline in the greeter. The following character pairs are replaced: +# - %d -> current display +# - %h -> host name, possibly with domain name +# - %n -> node name, most probably the host name without domain name +# - %s -> the operating system +# - %r -> the operating system's version +# - %m -> the machine (hardware) type +# - %% -> a single % +# Default is "Welcome to Trinity at %n" +#GreetString=Welcome to Trinity at %n +# Whether the fonts used in the greeter should be antialiased. +# Default is true +AntiAliasing=true +# The font for the greeter headline. +# Default is "Serif,20,bold" +#GreetFont=Sans Serif,22,5,0,50,0 +# The normal font used in the greeter. +# Default is "Sans Serif,10" +#StdFont=Sans Serif,10,5,0,50,0 +# The font used for the "Login Failed" message. +# Default is "Sans Serif,10,bold" +#FailFont=Sans Serif,10,5,0,75,0 +# What to do with the Num Lock modifier for the time the greeter is running: +# "Off" - turn off +# "On" - turn on +# "Keep" - do not change the state +# Default is Keep +#NumLock=Off +# Language and locale to use in the greeter, encoded like $LC_LANG. +# Default is "en_US" +#Language=de_DE +# Enable autocompletion in the username line edit. +# Default is false +#UserCompletion=true +# Enable user list (names along with images) in the greeter. +# Default is true +#UserList=false +# User selection for UserCompletion and UserList: +# "NotHidden" - all users except those listed in HiddenUsers +# "Selected" - only the users listed in SelectedUsers +# Default is NotHidden +#ShowUsers=Selected +# For ShowUsers=Selected. @ means all users in that group. +# Default is "" +#SelectedUsers=root,johndoe +# For ShowUsers=NotHidden. @ means all users in that group. +# Default is "" +#HiddenUsers=root +# Special case of HiddenUsers: users with a non-zero UID less than this number +# will not be shown as well. +# Default is 0 +MinShowUID=1000 +# Complement to MinShowUID: users with a UID greater than this number will +# not be shown as well. +# Default is 65535 +MaxShowUID=29999 +# If false, the users are listed in the order they appear in /etc/passwd. +# If true, they are sorted alphabetically. +# Default is true +#SortUsers=false +# Specify, where the users' pictures should be taken from. +# "AdminOnly" - from /$USER.face[.icon] +# "PreferAdmin" - prefer , fallback on $HOME +# "PreferUser" - ... and the other way round +# "UserOnly" - from the user's $HOME/.face[.icon] +# Default is AdminOnly +#FaceSource=PreferUser +# The directory containing the user images if FaceSource is not UserOnly. +# Default is "/opt/trinity/share/apps/kdm/faces" +#FaceDir=/usr/share/faces +# Specify, if/which user should be preselected for log in. +# "None" - do not preselect any user +# "Previous" - the user which successfully logged in last time +# "Default" - the user specified in the DefaultUser option +# Default is None +#PreselectUser=Previous +# If this is true, the password input line is focused automatically if +# a user is preselected. +# Default is false +#FocusPasswd=true +# The password input fields cloak the typed in text. Specify, how to do it: +# "OneStar" - * is shown for every typed letter +# "ThreeStars" - *** is shown for every typed letter +# "NoEcho" - nothing is shown at all, the cursor does not move +# Default is OneStar +#EchoMode=NoEcho +# If true, krootimage will be automatically started by KDM; otherwise, the +# Setup script should be used to setup the background. +# Default is true +#UseBackground=false +# The configuration file to be used by krootimage. +# Default is "/etc/trinity/kdm/backgroundrc" +#BackgroundCfg= +# Hold the X-server grabbed the whole time the greeter is visible. This +# may be more secure, but it will disable any background and other +# X-clients started from the Setup script. +# Default is false +#GrabServer=true +# How many seconds to wait for grab to succeed. +# Default is 3 +#GrabTimeout=3 +# Warn, if display has no X-authorization (local auth cannot be created, +# XDMCP display wants no auth, or display is foreign from StaticServers). +# Default is true +#AuthComplain=false +# Random seed for forging saved session types, etc. of unknown users. +# This value should be random but constant across the login domain. +# Default is 0 +#ForgingSeed=0 +# Specify conversation plugins for the login dialog. Each plugin can be +# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) +# or as a full pathname. +# Default is "classic" +#PluginsLogin=sign +# Same as PluginsLogin, but for the shutdown dialog. +# Default is "classic" +#PluginsShutdown=modern +# A list of options of the form Key=Value. The conversation plugins can query +# these settings; it is up to them what possible keys are. +# Default is "" +#PluginOptions=SomeKey=randomvalue,Foo=bar +# Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs +# is configured). +# Default is true +#AllowConsole=false +# A program to run while the greeter is visible. It is supposed to preload +# as much as possible of the session that is going to be started (most +# probably). +# Default is "" +Preloader=/opt/trinity/bin/preloadkde +# Whether the greeter should be themed. +# Default is true +#UseTheme=true +# The theme to use for the greeter. Can point to either a directory or an XML +# file. +# Default is "/opt/trinity/share/apps/kdm/themes/o2_enterprise" +Theme=/opt/trinity/share/apps/kdm/themes/kubuntu-trinity + +# Core config for local displays +[X-:*-Core] +# How often to try to run the X-server. Running includes executing it and +# waiting for it to come up. +# Default is 1 +#ServerAttempts=1 +# How long to wait for a local X-server to come up. +# Default is 15 +#ServerTimeout=15 +# The command line to start the X-server, without display number and VT spec. +# This string is subject to word splitting. +# Default is "/usr/bin/X -br" +ServerCmd=/usr/bin/X -br +# Additional arguments for the X-servers for local sessions. +# This string is subject to word splitting. +# Default is "" +ServerArgsLocal=-nolisten tcp +# Additional arguments for the X-servers for remote sessions. +# This string is subject to word splitting. +# Default is "" +#ServerArgsRemote= +# Restart instead of resetting the local X-server after session exit. +# Use it if the server leaks memory etc. +# Default is false +#TerminateServer=true +# The signal needed to reset the local X-server. +# Default is 1 (SIGHUP) +#ResetSignal=1 +# The signal needed to terminate the local X-server. +# Default is 15 (SIGTERM) +#TermSignal=15 +# Create X-authorizations for local displays. +# Default is true +#Authorize=false +# Which X-authorization mechanisms should be used. +# Default is "MIT-MAGIC-COOKIE-1" +#AuthNames= +# Need to reset the X-server to make it read initial Xauth file. +# Default is false +#ResetForAuth=true +# See above +AllowNullPasswd=true +# See above +AllowShutdown=All +# Enable password-less logins on this display. USE WITH EXTREME CARE! +# Default is false +#NoPassEnable=true +# The users that do not need to provide a password to log in. NEVER list root! +# "*" means all non-root users. @ means all users in that group. +# Default is "" +#NoPassUsers=fred,ethel + +# Greeter config for local displays +[X-:*-Greeter] +# See above +PreselectUser=Previous +# See above +FocusPasswd=true +# Specify whether the greeter of local displays should start up in host chooser +# (remote) or login (local) mode and whether it is allowed to switch to the +# other mode. +# "LocalOnly" - only local login possible +# "DefaultLocal" - start up in local mode, but allow switching to remote mode +# "DefaultRemote" - ... and the other way round +# "RemoteOnly" - only choice of remote host possible +# Default is LocalOnly +LoginMode=DefaultLocal +# A list of hosts to be automatically added to the remote login menu. The +# special name "*" means broadcast. +# Default is "*" +#ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com +# Show the "Restart X Server"/"Close Connection" action in the greeter. +# Default is true +AllowClose=true + +# Core config for 1st local display +[X-:0-Core] +# The VT the X-server should run on; auto-assign if zero, don't assign if -1. +# Better leave it zero and use ServerVTs. +# Default is 0 +#ServerVT=7 +# Enable automatic login. USE WITH EXTREME CARE! +# Default is false +#AutoLoginEnable=true +# If true, auto-login after logout. If false, auto-login is performed only +# when a display session starts up. +# Default is false +#AutoLoginAgain=true +# The delay in seconds before automatic login kicks in. +# Default is 0 +#AutoLoginDelay=10 +# The user to log in automatically. NEVER specify root! +# Default is "" +#AutoLoginUser=fred +# The password for the user to log in automatically. This is NOT required +# unless the user is logged into a NIS or Kerberos domain. If you use this +# option, you should "chmod 600 kdmrc" for obvious reasons. +# Default is "" +#AutoLoginPass=secret! +# Immediately lock the automatically started session. This works only with +# KDE sessions. +# Default is false +#AutoLoginLocked=true +# See above +ClientLogFile=.xsession-errors + +# Greeter config for 1st local display +[X-:0-Greeter] +# See above +#PreselectUser=Default +# The user to preselect if PreselectUser=Default. +# Default is "" +#DefaultUser=johndoe diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/gwenviewui.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/gwenviewui.rc new file mode 100644 index 000000000..3a7b72ba4 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/gwenviewui.rc @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + &View + + + + + + + + + + + + &Colors + + + + + + + + + + + + + + + + + &Go + + + + + + + + + + + + + + + + + + + + &Plugins + + Images + + + + Effects + + + + Tools + + + + Batch Processing + + + + Import + + + + Export + + + + Collections + + + + + &Window + + + + + + + Main Toolbar + + + + + + + + + + + + + + + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/konqueror.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/konqueror.rc new file mode 100644 index 000000000..cab74b6e5 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/konqueror.rc @@ -0,0 +1,126 @@ + + + + + + &Location + + + + + + + + + + + + + + + + &Edit + + + + + + + + + + + + + + + + + &View + + + + + &Split View + + + + + + + + + + + + + + &Tools + + + + + + &Settings + + + + + + + + + + + + + + &Help + + + + + + + Location Toolbar + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/kopetechatwindow.rc b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/kopetechatwindow.rc new file mode 100644 index 000000000..56b534b10 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/ui-rc-files/kopetechatwindow.rc @@ -0,0 +1,67 @@ + + + + + + &Chat + + + + + + + + + + + + &Format + + + + &Tabs + + + + + + + + &Settings + + + &Chat Members List + + + + + + + + + + + + Main Toolbar + + + + + + + + Status + + + Format Toolbar + + + + + + + + + + + diff --git a/ubuntu/maverick/dependencies/arts/debian/rules b/ubuntu/maverick/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/ubuntu/maverick/dependencies/arts/debian/rules +++ b/ubuntu/maverick/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/ubuntu/maverick/dependencies/arts/debian/source/options b/ubuntu/maverick/dependencies/arts/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/arts/debian/source/options +++ b/ubuntu/maverick/dependencies/arts/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/control b/ubuntu/maverick/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/ubuntu/maverick/dependencies/avahi-tqt/debian/control +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Timothy Pearson Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/rules b/ubuntu/maverick/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/ubuntu/maverick/dependencies/avahi-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/rules b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options +++ b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/rules b/ubuntu/maverick/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/ubuntu/maverick/dependencies/dbus-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/libcaldav/debian/rules b/ubuntu/maverick/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/ubuntu/maverick/dependencies/libcaldav/debian/rules +++ b/ubuntu/maverick/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/maverick/dependencies/libcarddav/debian/rules b/ubuntu/maverick/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/ubuntu/maverick/dependencies/libcarddav/debian/rules +++ b/ubuntu/maverick/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/rules b/ubuntu/maverick/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/ubuntu/maverick/dependencies/python-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/source/options b/ubuntu/maverick/dependencies/python-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/python-tqt/debian/source/options +++ b/ubuntu/maverick/dependencies/python-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/qt3/debian/control b/ubuntu/maverick/dependencies/qt3/debian/control index 91db9a202..4be146e7d 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/control +++ b/ubuntu/maverick/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/maverick/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/maverick/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/maverick/dependencies/qt3/debian/patches/series b/ubuntu/maverick/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/patches/series +++ b/ubuntu/maverick/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/ubuntu/maverick/dependencies/qt3/debian/rules +++ b/ubuntu/maverick/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/maverick/dependencies/qt3/debian/source/options b/ubuntu/maverick/dependencies/qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/source/options +++ b/ubuntu/maverick/dependencies/qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/rules b/ubuntu/maverick/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/ubuntu/maverick/dependencies/tqca-tls/debian/rules +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/source/options b/ubuntu/maverick/dependencies/tqca-tls/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/tqca-tls/debian/source/options +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/rules b/ubuntu/maverick/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/ubuntu/maverick/dependencies/tqscintilla/debian/rules +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/source/options b/ubuntu/maverick/dependencies/tqscintilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/tqscintilla/debian/source/options +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/tqt3/debian/control b/ubuntu/maverick/dependencies/tqt3/debian/control index 1c8b45da3..b45983f80 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/control +++ b/ubuntu/maverick/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/maverick/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/maverick/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/maverick/dependencies/tqt3/debian/patches/series b/ubuntu/maverick/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/patches/series +++ b/ubuntu/maverick/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/maverick/dependencies/tqt3/debian/rules b/ubuntu/maverick/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/ubuntu/maverick/dependencies/tqt3/debian/rules +++ b/ubuntu/maverick/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/maverick/dependencies/tqt3/debian/source/options b/ubuntu/maverick/dependencies/tqt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/source/options +++ b/ubuntu/maverick/dependencies/tqt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/rules b/ubuntu/maverick/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/ubuntu/maverick/dependencies/tqtinterface/debian/rules +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/source/options b/ubuntu/maverick/dependencies/tqtinterface/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/dependencies/tqtinterface/debian/source/options +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/kdegraphics.automake/debian/source/options b/ubuntu/maverick/kdegraphics.automake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/kdegraphics.automake/debian/source/options +++ b/ubuntu/maverick/kdegraphics.automake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/kdevelop.cmake/debian/source/options b/ubuntu/maverick/kdevelop.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/kdevelop.cmake/debian/source/options +++ b/ubuntu/maverick/kdevelop.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/rules b/ubuntu/maverick/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/rules +++ b/ubuntu/maverick/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/source/options b/ubuntu/maverick/libraries/kipi-plugins/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/source/options +++ b/ubuntu/maverick/libraries/kipi-plugins/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/libkdcraw/debian/rules b/ubuntu/maverick/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/ubuntu/maverick/libraries/libkdcraw/debian/rules +++ b/ubuntu/maverick/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/libraries/libkdcraw/debian/source/options b/ubuntu/maverick/libraries/libkdcraw/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/libkdcraw/debian/source/options +++ b/ubuntu/maverick/libraries/libkdcraw/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/libkexiv2/debian/rules b/ubuntu/maverick/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/ubuntu/maverick/libraries/libkexiv2/debian/rules +++ b/ubuntu/maverick/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/ubuntu/maverick/libraries/libkexiv2/debian/source/options b/ubuntu/maverick/libraries/libkexiv2/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/libkexiv2/debian/source/options +++ b/ubuntu/maverick/libraries/libkexiv2/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/libkipi/debian/rules b/ubuntu/maverick/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/ubuntu/maverick/libraries/libkipi/debian/rules +++ b/ubuntu/maverick/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/maverick/libraries/libkipi/debian/source/options b/ubuntu/maverick/libraries/libkipi/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/libkipi/debian/source/options +++ b/ubuntu/maverick/libraries/libkipi/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/libksquirrel/debian/rules b/ubuntu/maverick/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/ubuntu/maverick/libraries/libksquirrel/debian/rules +++ b/ubuntu/maverick/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/libraries/libksquirrel/debian/source/options b/ubuntu/maverick/libraries/libksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/libksquirrel/debian/source/options +++ b/ubuntu/maverick/libraries/libksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/libtdeldap/debian/control b/ubuntu/maverick/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/ubuntu/maverick/libraries/libtdeldap/debian/control +++ b/ubuntu/maverick/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/ubuntu/maverick/libraries/libtdeldap/debian/rules b/ubuntu/maverick/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/maverick/libraries/libtdeldap/debian/rules +++ b/ubuntu/maverick/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/libraries/libtqt-perl/debian/rules b/ubuntu/maverick/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/ubuntu/maverick/libraries/libtqt-perl/debian/rules +++ b/ubuntu/maverick/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/ubuntu/maverick/libraries/libtqt-perl/debian/source/options b/ubuntu/maverick/libraries/libtqt-perl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/libtqt-perl/debian/source/options +++ b/ubuntu/maverick/libraries/libtqt-perl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/mlt++/debian/rules b/ubuntu/maverick/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/ubuntu/maverick/libraries/mlt++/debian/rules +++ b/ubuntu/maverick/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/libraries/mlt++/debian/source/options b/ubuntu/maverick/libraries/mlt++/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/mlt++/debian/source/options +++ b/ubuntu/maverick/libraries/mlt++/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/mlt/debian/rules b/ubuntu/maverick/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/ubuntu/maverick/libraries/mlt/debian/rules +++ b/ubuntu/maverick/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/maverick/libraries/mlt/debian/source/options b/ubuntu/maverick/libraries/mlt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/mlt/debian/source/options +++ b/ubuntu/maverick/libraries/mlt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/control b/ubuntu/maverick/libraries/pytdeextensions/debian/control index 73d813acb..695fb6c89 100644 --- a/ubuntu/maverick/libraries/pytdeextensions/debian/control +++ b/ubuntu/maverick/libraries/pytdeextensions/debian/control @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/rules b/ubuntu/maverick/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/ubuntu/maverick/libraries/pytdeextensions/debian/rules +++ b/ubuntu/maverick/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/ubuntu/maverick/libraries/pytdeextensions/debian/source/options b/ubuntu/maverick/libraries/pytdeextensions/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/pytdeextensions/debian/source/options +++ b/ubuntu/maverick/libraries/pytdeextensions/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/libraries/python-trinity/debian/rules b/ubuntu/maverick/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/ubuntu/maverick/libraries/python-trinity/debian/rules +++ b/ubuntu/maverick/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/maverick/libraries/python-trinity/debian/source/options b/ubuntu/maverick/libraries/python-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/libraries/python-trinity/debian/source/options +++ b/ubuntu/maverick/libraries/python-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/COPYING b/ubuntu/maverick/metapackages/kubuntu-meta/COPYING new file mode 100644 index 000000000..d511905c1 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/README b/ubuntu/maverick/metapackages/kubuntu-meta/README new file mode 100644 index 000000000..357d51105 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/README @@ -0,0 +1,8 @@ +Run the "update" script to automatically generate new dependency +lists. The result will be based on the published seed lists, filtered +by: + +- The Packages files (nonexistent packages will be skipped) + +- debootstrap (packages not yet added to debootstrap will not be added + to ubuntu-base) diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debian/changelog b/ubuntu/maverick/metapackages/kubuntu-meta/debian/changelog new file mode 100644 index 000000000..0a3dc07a4 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debian/changelog @@ -0,0 +1,3571 @@ +kubuntu-meta-trinity (1:83) lucid; urgency=low + + * R14.0.0 rebuild + + -- Timothy Pearson Tue, 01 May 2012 02:27:00 -0600 + +kubuntu-meta-trinity (1:78) lucid; urgency=low + + * 3.5.13 rebuild + + -- Timothy Pearson Tue, 16 Aug 2011 02:09:00 -0600 + +kubuntu-meta-trinity (1:73) maverick; urgency=low + + * Maverick rebuild + + -- Timothy Pearson Tue, 07 Sep 2010 18:37:00 -0600 + +kubuntu-meta-trinity (1:65) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +kubuntu-meta-trinity (1:61) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package software-properties-kde + * Changed kio-apt-trinity from depends to recommends + + -- Timothy Pearson Wed, 25 Mar 2009 11:47:00 -0600 + +kubuntu-meta-trinity (1:58) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package language-selector-qt + + -- Timothy Pearson Fri, 06 Mar 2009 13:47:00 -0600 + +kubuntu-meta-trinity (1:57) intrepid; urgency=low + + * Refreshed dependencies and Intrepid versioning update + + -- Timothy Pearson Tue, 02 Dec 2008 17:01:00 -0600 + +kubuntu-meta (1.75) hardy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ijsgutenprint to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Wed, 16 Apr 2008 14:23:47 +0100 + +kubuntu-meta (1.74) hardy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Fri, 11 Apr 2008 13:48:20 +0100 + +kubuntu-meta (1.73) hardy; urgency=low + + * Refreshed dependencies + * Added ca-certificates to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Steve Langasek Tue, 08 Apr 2008 00:21:16 -0700 + +kubuntu-meta (1.72) hardy; urgency=low + + * Refreshed dependencies + * Added dmz-cursor-theme to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Thu, 13 Mar 2008 12:07:23 +0000 + +kubuntu-meta (1.71) hardy; urgency=low + + * Refreshed dependencies + * Added desktop-effects-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Wed, 12 Mar 2008 21:15:49 +0000 + +kubuntu-meta (1.70) hardy; urgency=low + + * Refreshed dependencies + * Added kde-style-qtcurve to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed kde-style-polyester from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell Wed, 12 Mar 2008 11:32:00 +0000 + +kubuntu-meta (1.69) hardy; urgency=low + + * Refreshed dependencies + * Added scim-bridge-agent to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added scim-bridge-client-qt to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed discover1 from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ksplash-engine-moodin from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed ttf-mgopen from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ttf-sil-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed xresprobe from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Mon, 10 Mar 2008 18:16:34 +0000 + +kubuntu-meta (1.68) hardy; urgency=low + + * Refreshed dependencies + * Removed kde-icons-mono from desktop-recommends-amd64, desktop- + recommends-powerpc, desktop-recommends-ia64, desktop-recommends- + sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Thu, 21 Feb 2008 18:42:48 +0000 + +kubuntu-meta (1.67) hardy; urgency=low + + * Refreshed dependencies + * Added alsa-base to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added alsa-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added jockey-kde to desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Wed, 20 Feb 2008 16:26:04 +0000 + +kubuntu-meta (1.66) hardy; urgency=low + + * Refreshed dependencies + * Added jockey-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-sparc + * Added kwin-style-crystal to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed slocate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Jonathan Riddell Sun, 17 Feb 2008 11:12:18 +0000 + +kubuntu-meta (1.65) hardy; urgency=low + + * Add desktop-kubuntu-common to update.cfg + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed foomatic-db-gutenprint from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + + -- Jonathan Riddell Wed, 13 Feb 2008 13:00:04 +0000 + +kubuntu-meta (1.64) hardy; urgency=low + + * Add seed_map/desktop to update.cfg to cope with seed reorganisation. + * Remove output_seeds from update.cfg (and 'required' from seeds option), + since germinate deals with this automatically now. Build-depend on + germinate (>= 0.38) for this. + * Point to specific GPL version in debian/copyright. + * Policy version 3.7.3. + + * Refreshed dependencies + * Added foomatic-db-hpijs to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed foomatic-db-hpijs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Colin Watson Tue, 12 Feb 2008 14:32:26 +0000 + +kubuntu-meta (1.63) hardy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-hppa + * Added system-config-printer-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-sil-gentium to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed restricted-manager-kde from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Tue, 29 Jan 2008 16:45:15 +0000 + +kubuntu-meta (1.62) hardy; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed openoffice.org-draw from desktop-recommends-i386, desktop- + recommends-amd64 + * Removed openoffice.org-java-common from desktop-recommends-i386, + desktop-recommends-amd64 + * Removed openoffice.org-math from desktop-recommends-i386, desktop- + recommends-amd64 + + -- Jonathan Riddell Wed, 19 Dec 2007 11:17:25 +0000 + +kubuntu-meta (1.61) hardy; urgency=low + + * Refreshed dependencies + * Added kaffeine to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed kaffeine-xine from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Fri, 30 Nov 2007 13:39:29 +0000 + +kubuntu-meta (1.60) hardy; urgency=low + + * update.cfg: + - Switch to Hardy. + - Switch from sftp:// to bzr+ssh:// for seed checkout for faster + operation. + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-hppa + * Added kde-style-polyester to desktop-sparc + * Added xdg-user-dirs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ksplash from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed libpam-foreground from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed openoffice.org-calc from desktop-recommends-powerpc + * Removed openoffice.org-draw from desktop-recommends-powerpc + * Removed openoffice.org-impress from desktop-recommends-powerpc + * Removed openoffice.org-java-common from desktop-recommends-powerpc + * Removed openoffice.org-kde from desktop-recommends-powerpc + * Removed openoffice.org-math from desktop-recommends-powerpc + * Removed openoffice.org-writer from desktop-recommends-powerpc + + -- Martin Pitt Fri, 23 Nov 2007 09:06:50 +0100 + +kubuntu-meta (1.59) gutsy; urgency=low + + * Refreshed dependencies + * Removed cupsys-driver-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell Mon, 08 Oct 2007 14:51:05 +0100 + +kubuntu-meta (1.58) gutsy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt Sat, 06 Oct 2007 13:15:22 +0200 + +kubuntu-meta (1.57) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-hppa + * Added hplip-gui to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Added kde-style-polyester to desktop-hppa + * Added libgl1-mesa-glx to desktop-hppa + * Added network-manager-kde to desktop-recommends-hppa + * Added restricted-manager-kde to desktop-recommends-hppa + * Added strigi-daemon to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed strigi-plugins from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Fri, 05 Oct 2007 13:32:59 +0100 + +kubuntu-meta (1.56) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-recommends-hppa + * Added genisoimage to desktop-hppa + * Added ghostscript-x to desktop-hppa + * Added kde-guidance-powermanager to desktop-recommends-hppa + * Added kdesudo to desktop-recommends-hppa + * Added kio-umountwrapper to desktop-recommends-hppa + * Added kvkbd to desktop-recommends-hppa + * Added make to desktop-recommends-hppa + * Added pxljr to desktop-recommends-hppa + * Added splix to desktop-recommends-hppa + * Added strigi-applet to desktop-recommends-hppa + * Added strigi-plugins to desktop-recommends-hppa + * Added ttf-dejavu-core to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added ttf-indic-fonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-unfonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added wodim to desktop-recommends-hppa + * Removed ttf-baekmuk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-dejavu from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ttf-indic-fonts from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt Thu, 20 Sep 2007 11:12:16 +0200 + +kubuntu-meta (1.55) gutsy; urgency=low + + * Refreshed dependencies + * Added kdebluetooth to desktop-recommends-lpia + * Added kdesudo to desktop-recommends-lpia + * Added keep to desktop-recommends-lpia + * Added kvkbd to desktop-recommends-lpia + * Added qca-tls to desktop-lpia + * Added restricted-manager-kde to desktop-recommends-lpia + * Added scim-qtimm to desktop-recommends-lpia + * Added splix to desktop-recommends-lpia + + -- Jonathan Riddell Fri, 07 Sep 2007 23:18:01 +0100 + +kubuntu-meta (1.54) gutsy; urgency=low + + * Generate packages for lpia. + + -- Matthias Klose Wed, 22 Aug 2007 17:24:37 +0000 + +kubuntu-meta (1.53) gutsy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kvkbd to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Wed, 22 Aug 2007 15:38:24 +0100 + +kubuntu-meta (1.52) gutsy; urgency=low + + * Refreshed dependencies + * Added rdesktop to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Fri, 17 Aug 2007 15:52:54 +0100 + +kubuntu-meta (1.51) gutsy; urgency=low + + * Refreshed dependencies + * Added foo2zjs to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added min12xxw to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added pxljr to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added splix to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed foo2zjs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed min12xxw from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Fri, 17 Aug 2007 12:01:37 +0100 + +kubuntu-meta (1.50) gutsy; urgency=low + + * Refreshed dependencies + * Added kdesudo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Mon, 13 Aug 2007 13:42:30 +0100 + +kubuntu-meta (1.49) gutsy; urgency=low + + * Refreshed dependencies + * Added wvdial to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed openoffice.org-gtk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wvdial from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Fri, 10 Aug 2007 11:45:42 +0200 + +kubuntu-meta (1.48) gutsy; urgency=low + + * Refreshed dependencies + * Added openoffice.org-gtk to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc. This is a temporary + workaround for LP #127944 for Tribe 4. + * Added restricted-manager-kde to desktop-recommends-sparc + + -- Martin Pitt Wed, 08 Aug 2007 09:02:48 +0200 + +kubuntu-meta (1.47) gutsy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + sparc + * Added restricted-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64 + + -- Jonathan Riddell Mon, 06 Aug 2007 19:11:35 +0100 + +kubuntu-meta (1.46) gutsy; urgency=low + + * Refreshed dependencies + * Added network-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added xdg-utils to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-ia64 + * Removed knetworkmanager from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Sat, 04 Aug 2007 09:33:54 +0100 + +kubuntu-meta (1.45) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kio-umountwrapper to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added libgl1-mesa-dri to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added libnss-mdns to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed avahi-autoipd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed libnss-mdns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 24 Jul 2007 10:07:24 +0100 + +kubuntu-meta (1.44) gutsy; urgency=low + + * Include a copy of GPLv2 (LP: #80513). + + -- Colin Watson Thu, 19 Jul 2007 22:09:50 +0100 + +kubuntu-meta (1.43) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Mon, 16 Jul 2007 13:03:03 +0100 + +kubuntu-meta (1.42) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-applet to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Sarah Hobbs Mon, 16 Jul 2007 13:01:18 +0100 + +kubuntu-meta (1.41) gutsy; urgency=low + + [ Anthony Mercatante ] + * Refreshed dependencies + * Added pinentry-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed xterm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Wed, 04 Jul 2007 13:26:22 +0200 + +kubuntu-meta (1.40) gutsy; urgency=low + + * Fix update.cfg so that update works from bzr. + + -- Colin Watson Tue, 03 Jul 2007 15:46:15 +0100 + +kubuntu-meta (1.39) gutsy; urgency=low + + * Switch powerpc to http://ports.ubuntu.com/ubuntu-ports/. + + -- Colin Watson Tue, 03 Jul 2007 15:20:11 +0100 + +kubuntu-meta (1.38) gutsy; urgency=low + + * Refreshed dependencies + * Added gdebi-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed kpager from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Tue, 26 Jun 2007 00:43:59 +0100 + +kubuntu-meta (1.37) gutsy; urgency=low + + * Refreshed dependencies + * Added adept to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added amarok to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdparanoia to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdrdao to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added dolphin to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added dvd+rw-tools to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added fortune-mod to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added k3b to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kaffeine-xine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kamera to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kate to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added keep to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kfind to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added klipper to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmailcvt to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konversation to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kooka to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kopete to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpager to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kppp to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krdc to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krfb to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ksysguard to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ktorrent to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-default-settings to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed adept from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed amarok from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdparanoia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrdao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed dolphin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dvd+rw-tools from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fortune-mod from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed k3b from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-xine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kamera from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed keep from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kfind from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed klipper from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmailcvt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konversation from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kooka from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kopete from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kpf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kppp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krdc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krfb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ksysguard from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ktorrent from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-default-settings from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wodim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Closes LP #44778, LP #119467 + + -- Sarah Hobbs Tue, 26 Jun 2007 01:26:20 +1000 + +kubuntu-meta (1.36) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Martin Pitt Fri, 22 Jun 2007 15:53:43 +0200 + +kubuntu-meta (1.35) gutsy; urgency=low + + * Refreshed dependencies + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Sarah Hobbs Tue, 05 Jun 2007 22:35:18 +1000 + +kubuntu-meta (1.34) gutsy; urgency=low + + * Refreshed dependencies + * Removed kexi from desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 31 May 2007 19:24:37 +0100 + +kubuntu-meta (1.33) gutsy; urgency=low + + * update.cfg: feisty -> gutsy + * Refreshed dependencies + * Added discover1 to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ghostscript-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added laptop-detect to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added xresprobe to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed bluez-pin from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed gs-esp-x from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde-style-polyester from desktop-sparc, desktop-hppa + * Removed pmount from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Fri, 25 May 2007 13:35:04 +0200 + +kubuntu-meta (1.32ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed libstdc++5 from desktop-i386 + * Removed scim-tables-additional from desktop-recommends-i386 + + -- Jonathan Riddell Fri, 6 Apr 2007 17:50:51 +0100 + +kubuntu-meta (1.32) feisty; urgency=low + + * changed Section to metapackages (LP#82876) + + -- Michael Vogt Tue, 3 Apr 2007 13:20:50 +0200 + +kubuntu-meta (1.31) feisty; urgency=low + + * Refreshed dependencies + * Added scim-tables-additional to desktop-recommends-i386 + + -- Martin Pitt Fri, 16 Mar 2007 12:10:41 +0100 + +kubuntu-meta (1.30) feisty; urgency=low + + * Refreshed dependencies + * Added akregator to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added apport-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added bogofilter to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added genisoimage to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added karm to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added katapult to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kdepim-kio-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kdepim-wizards to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmail to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmilo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added knotes to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror-nsplugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kontact to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added korganizer to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-docs to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-konqueror-shortcuts to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kwalletmanager to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added landscape-client to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added speedcrunch to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed akregator from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed apport-qt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrecord from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-base from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaddressbook from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed karm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed katapult from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-kio-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-wizards from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kexi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed kmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmilo from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knotes from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror-nsplugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kontact from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed korganizer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-docs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-konqueror-shortcuts from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kwalletmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed landscape-client from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mkisofs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed speedcrunch from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 13 Mar 2007 10:32:30 +0000 + +kubuntu-meta (1.29ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 8 Mar 2007 20:26:06 +0000 + +kubuntu-meta (1.29) feisty; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added gwenview to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kipi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added networkstatus to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed digikam from desktop-powerpc + * Removed gwenview from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed networkstatus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 6 Mar 2007 11:38:14 +0000 + +kubuntu-meta (1.28) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-i386 + + -- Martin Pitt Wed, 14 Feb 2007 11:00:56 +0100 + +kubuntu-meta (1.27) feisty; urgency=low + + * Refreshed dependencies + * Added openprinting-ppds to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Wed, 14 Feb 2007 10:35:25 +0100 + +kubuntu-meta (1.26ubuntu2) feisty; urgency=low + + * Refreshed dependencies + * Added apport-qt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added software-properties-kde to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 13 Feb 2007 11:00:26 +0000 + +kubuntu-meta (1.26ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gs-esp-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-style-polyester to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added networkstatus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed gs-esp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 8 Feb 2007 13:08:21 +0000 + +kubuntu-meta (1.26) feisty; urgency=low + + * Refreshed dependencies + * Removed example-content from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 1 Feb 2007 12:23:33 +0000 + +kubuntu-meta (1.25ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added libqt-perl to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xkb-data to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed digikam from desktop-amd64, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed gtk-qt-engine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xkeyboard-config from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 1 Feb 2007 09:05:31 +0000 + +kubuntu-meta (1.25) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gtk2-engines-gtk-qt from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 Jan 2007 14:39:17 +0000 + +kubuntu-meta (1.24) feisty; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knetworkmanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed diveintopython from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gdb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knetworkmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 Jan 2007 13:47:04 +0000 + +kubuntu-meta (1.23) feisty; urgency=low + + * Changed edgy to feisty in update.cfg + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added kdebluetooth to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added knetworkmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-calc to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-draw to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-impress to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-java-common to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-math to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-writer to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed kaudiocreator from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-guidance-powermanager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed kdebluetooth from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wlassistant from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 5 Dec 2006 18:37:43 +0000 + +kubuntu-meta (1.22) edgy; urgency=low + + * Refreshed dependencies + * Added linux-headers-generic to desktop-recommends-i386 + * Added openoffice.org-kde to desktop-recommends-amd64 + * Removed linux-headers-386 from desktop-recommends-i386 + * Robustify the update script. + + -- Matthias Klose Thu, 19 Oct 2006 20:04:12 +0200 + +kubuntu-meta (1.21) edgy; urgency=low + + * Refreshed dependencies + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 12 Oct 2006 23:14:16 +0100 + +kubuntu-meta (1.20) edgy; urgency=low + + * Fix build failure due to removal of kubuntu-live. + + -- Colin Watson Thu, 12 Oct 2006 10:33:42 +0100 + +kubuntu-meta (1.19) edgy; urgency=low + + * Remove kubuntu-live metapackage; this is done using tasks now. + * Set output_seeds appropriately and remove some extraneous files. + + -- Colin Watson Thu, 12 Oct 2006 03:43:21 +0100 + +kubuntu-meta (1.18) edgy; urgency=low + + * Refreshed dependencies + * Added kipi-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 10 Oct 2006 00:57:43 +0200 + +kubuntu-meta (1.17) edgy; urgency=low + + * Refreshed dependencies + * Added gdb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added util-linux-locales to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Thu, 5 Oct 2006 15:04:36 +0100 + +kubuntu-meta (1.16) edgy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 3 Oct 2006 18:43:12 +0200 + +kubuntu-meta (1.15) edgy; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 3 Oct 2006 16:55:52 +0200 + +kubuntu-meta (1.14) edgy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgl1-mesa-glx to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-support-en from live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell Wed, 27 Sep 2006 10:53:47 +0100 + +kubuntu-meta (1.13) edgy; urgency=low + + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed make from desktop-recommends-hppa + + -- Jonathan Riddell Thu, 21 Sep 2006 10:48:58 +0100 + +kubuntu-meta (1.12) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-logd to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + + -- Jonathan Riddell Wed, 20 Sep 2006 12:38:15 +0100 + +kubuntu-meta (1.11) edgy; urgency=low + + * Edit debian/control to make use of Recommends + * Refreshed dependencies + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 11 Sep 2006 16:51:21 +0100 + +kubuntu-meta (1.10) edgy; urgency=low + + * Meta packages now use Recommends for a number of packages that were + previously Depends (most of the packages marked as Removed below) + * Refreshed dependencies + * Added console-setup to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added startup-tasks to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added system-services to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Removed bluez-cups from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bluez-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed brltty from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed example-content from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gcc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kbstate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-icons-mono from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmag from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmousetool from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linux-headers-686 from desktop-i386 + * Removed linux-headers-amd64-generic from desktop-amd64 + * Removed linux-headers-hppa32 from desktop-hppa + * Removed linux-headers-hppa64 from desktop-hppa + * Removed linux-headers-itanium-smp from desktop-ia64 + * Removed linux-headers-mckinley-smp from desktop-ia64 + * Removed linux-headers-powerpc from desktop-powerpc + * Removed linux-headers-powerpc64-smp from desktop-powerpc + * Removed linux-headers-sparc64 from desktop-sparc + * Removed make from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed mtr-tiny from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed openoffice.org from desktop-i386, desktop-amd64, desktop- + powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + * Removed openssh-client from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed powernowd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed scim-qtimm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed skim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arabeyes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-uming from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-baekmuk from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-gentium from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-indic-fonts from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-gothic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-mincho from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-lao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-malayalam-fonts from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-mgopen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-thai-tlwg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xcursor-themes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 11 Sep 2006 13:37:17 +0100 + +kubuntu-meta (1.9) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-compat-sysv to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Added upstart to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Removed sysvinit from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Mon, 4 Sep 2006 22:29:21 +0000 + +kubuntu-meta (1.8) edgy; urgency=low + + * Refreshed dependencies + * Removed festival from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kttsd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Wed, 30 Aug 2006 14:20:29 +0000 + +kubuntu-meta (1.7) edgy; urgency=low + + * Refreshed dependencies + * Added vim-tiny to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed hpijs-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-filters-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed vim from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Wed, 30 Aug 2006 12:46:21 +0000 + +kubuntu-meta (1.6) edgy; urgency=low + + * Refreshed dependencies + * Added festival to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kbstate to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmag to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added kttsd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kde-icons-mono to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kmousetool to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-db-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 29 Aug 2006 11:27:15 +0100 + +kubuntu-meta (1.5) edgy; urgency=low + + * Refreshed dependencies + * Added mktemp to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gcc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-powerpc to desktop-powerpc + * Added linux-headers-hppa32 to desktop-hppa + * Added linux-headers-mckinley-smp to desktop-ia64 + * Added make to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-amd64-generic to desktop-amd64 + * Added tasksel to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added linux-headers-itanium-smp to desktop-ia64 + * Added linux-headers-sparc64 to desktop-sparc + * Added linux-headers-686 to desktop-i386 + * Added linux-headers-powerpc64-smp to desktop-powerpc + * Added linux-headers-hppa64 to desktop-hppa + * Added python-minimal to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed initscripts from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed klaptopdaemon from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgl1-mesa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 17 Aug 2006 11:40:39 +0000 + +kubuntu-meta (1.4) edgy; urgency=low + + * Refreshed dependencies + * Added avahi-daemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hfsplus to live-powerpc + * Added xfsprogs to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added jfsutils to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + + -- Jonathan Riddell Thu, 20 Jul 2006 15:25:50 +0100 + +kubuntu-meta (1.3) edgy; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-i386 + * Removed language-pack-bn from live-i386 + * Removed language-pack-kde-ar from live-i386 + * Removed language-pack-hi from live-i386 + * Removed language-pack-kde-bn from live-i386 + * Removed language-pack-fr from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-de from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed xserver-xorg-input-synaptics from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-nl from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed pbbuttonsd from desktop-i386 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-i386 + * Removed language-pack-es from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-fr from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-nl from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell Mon, 17 Jul 2006 12:21:37 +0100 + +kubuntu-meta (1.2) edgy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-ia64, desktop-hppa + * Added xorg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Removed x-window-system-core from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 13 Jul 2006 11:53:24 +0100 + +kubuntu-meta (1.1) edgy; urgency=low + + * Refreshed dependencies + * Added tzdata to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added hfsutils to standard-powerpc + * Added ltrace to standard-ia64 + * Added strace to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added dosfstools to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added ubuntu-live to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added memtest86+ to standard-i386, standard-amd64 + * Added dash to minimal-i386, minimal-amd64, minimal-powerpc, minimal- + ia64, minimal-sparc, minimal-hppa + * Added pbbuttonsd to desktop-i386 + * Added hpijs-ppds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added reiserfsprogs to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed bluez-pcmcia-support from desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyxattr from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xfsprogs from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pylibacl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed lvm2 from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed dosfstools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-cddb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bicyclerepair from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pqueue from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmlgen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xmpp from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxml2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-dbus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xdg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-parted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mdadm from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python2.4-dictclient from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-debian from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-ldap from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyorbit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-id3lib from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pexpect from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grepmap from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyao from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms-ncurses from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-adns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed python-clientcookie from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pgsql from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed python-genetic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyopenssl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-newt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxstack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-stats from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gdbm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-eunuchs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmltmpl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed pcmcia-cs from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed python2.4-pycurl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python-epydoc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-simpletal from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-kjbuckets from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed memtest86+ from minimal-i386, minimal-amd64 + * Removed irssi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsplus from minimal-powerpc + * Removed python-netcdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiser4progs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-numeric from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-librdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-sqlite from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiserfsprogs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-geoip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pam from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtexttools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-jabber from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsutils from minimal-powerpc + * Removed python-syck from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-soappy from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed strace from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyvorbis from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed dmsetup from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-examples from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxproxy from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gadfly from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gnupginterface from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pisock from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging-sane from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxslt1 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed jfsutils from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-unit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reportbug from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-apt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-mysqldb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-crypto from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-reportlab from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Wed, 12 Jul 2006 02:23:15 +0100 + +kubuntu-meta (1.0) edgy; urgency=low + + * Add update.cfg for new germinate-update-metapackage (Build-Depends: + germinate (>= 0.16)). Replace update with a trivial wrapper. We now pull + seeds directly from bzr over sftp by default, so update will only work + if you're in the ubuntu-core-dev team; run germinate-update-metapackage + without options or temporarily replace "sftp" with "http" in update.cfg + to update without authentication. + * Switch to edgy seeds. + * Seems like as good a time as any to bump to 1.0. + + -- Colin Watson Fri, 9 Jun 2006 13:13:18 +0100 + +kubuntu-meta (0.85) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-nl to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-fr to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-es to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-fr to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-nl to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-es to live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell Tue, 30 May 2006 02:05:00 +0100 + +kubuntu-meta (0.84) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-powerpc + * Removed language-pack-bn from live-powerpc + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-hi from live-powerpc + * Removed language-pack-kde-bn from live-powerpc + * Removed language-pack-kde-hi from live-powerpc + + -- Jonathan Riddell Mon, 29 May 2006 15:03:21 +0100 + +kubuntu-meta (0.83) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-bn to live-i386, live-powerpc + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-hi to live-i386, live-powerpc + * Added language-pack-kde-bn to live-i386, live-powerpc + * Added language-pack-kde-hi to live-i386, live-powerpc + * Added language-pack-kde-nl to live-powerpc + * Added language-pack-fr to live-powerpc + * Added language-pack-es to live-powerpc + * Added language-pack-kde-fr to live-powerpc + * Added language-pack-nl to live-powerpc + * Added language-pack-kde-zh to live-i386, live-powerpc + * Added language-pack-kde-es to live-powerpc + * Added language-pack-zh to live-i386, live-powerpc + + -- Jonathan Riddell Sun, 28 May 2006 19:27:10 +0100 + +kubuntu-meta (0.82) dapper; urgency=low + + * Refreshed dependencies + * Added landscape-client to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org-kde from desktop-amd64, desktop-ia64, + desktop-sparc + + -- Jonathan Riddell Sun, 28 May 2006 15:58:58 +0100 + +kubuntu-meta (0.81) dapper; urgency=low + + * Refreshed dependencies + * Removed language-support-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell Tue, 23 May 2006 15:09:51 +0100 + +kubuntu-meta (0.80) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-de to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-de to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-support-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-ar from live-i386, live-powerpc + * Removed language-pack-bn from live-i386, live-powerpc + * Removed language-pack-kde-ar from live-i386, live-powerpc + * Removed language-pack-hi from live-i386, live-powerpc + * Removed language-pack-kde-bn from live-i386, live-powerpc + * Removed language-pack-kde-hi from live-i386, live-powerpc + * Removed language-pack-fr from live-powerpc + * Removed language-pack-kde-nl from live-powerpc + * Removed language-pack-pt from live-i386 + * Removed language-pack-kde-pt from live-i386 + * Removed language-pack-es from live-powerpc + * Removed language-pack-kde-fr from live-powerpc + * Removed language-pack-nl from live-powerpc + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell Tue, 23 May 2006 08:28:12 +0100 + +kubuntu-meta (0.79) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-kde-de from live-amd64, live-ia64 + * Removed language-pack-az from live-i386, live-powerpc + * Removed language-pack-ru from live-i386, live-powerpc + * Removed language-pack-kde-bg from live-i386, live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-af from live-i386, live-powerpc + * Removed language-pack-kde-fr from live-amd64, live-ia64 + * Removed language-pack-kde-br from live-i386, live-powerpc + * Removed language-pack-kde-bs from live-i386, live-powerpc + * Removed language-pack-kde-az from live-i386, live-powerpc + * Removed language-pack-ca from live-i386, live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-amd64, live-ia64 + * Removed language-pack-kde-af from live-i386, live-powerpc + * Removed language-pack-ja from live-i386, live-powerpc + * Removed language-pack-kde-ca from live-i386, live-powerpc + * Removed language-pack-nl from live-amd64, live-ia64 + * Removed language-pack-kde-es from live-amd64, live-ia64 + * Removed language-pack-kde-ja from live-i386, live-powerpc + * Removed language-pack-bg from live-i386, live-powerpc + * Removed language-pack-de from live-amd64, live-ia64 + * Removed language-pack-kde-ru from live-i386, live-powerpc + * Removed language-pack-kde-nl from live-amd64, live-ia64 + * Removed language-pack-fr from live-amd64, live-ia64 + * Removed language-pack-bs from live-i386, live-powerpc + * Removed language-pack-br from live-i386, live-powerpc + + -- Jonathan Riddell Tue, 23 May 2006 00:17:45 +0100 + +kubuntu-meta (0.78) dapper; urgency=low + + * Refreshed dependencies + * Removed brltty-x11 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-sparc, live-hppa + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-kde-nl from live-sparc, live-hppa + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-es from live-sparc, live-hppa + * Removed language-pack-kde-fr from live-sparc, live-hppa + * Removed language-pack-nl from live-sparc, live-hppa + * Removed language-pack-kde-es from live-sparc, live-hppa + + -- Jonathan Riddell Mon, 22 May 2006 14:36:49 +0300 + +kubuntu-meta (0.77) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-ja to live-powerpc + * Added language-pack-ja to live-powerpc + * Added language-pack-az to live-powerpc + * Added language-pack-kde-ca to live-powerpc + * Added language-pack-kde-az to live-powerpc + * Added language-pack-ca to live-powerpc + * Added language-pack-ru to live-powerpc + * Added language-pack-kde-bg to live-powerpc + * Added language-pack-bg to live-powerpc + * Added language-pack-kde-ru to live-powerpc + * Added language-pack-af to live-powerpc + * Added language-pack-kde-af to live-powerpc + * Added language-pack-kde-br to live-powerpc + * Added language-pack-kde-bs to live-powerpc + * Added language-pack-bs to live-powerpc + * Added language-pack-br to live-powerpc + * Added brltty-x11 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-eo from live-i386 + * Removed language-pack-kde-da from live-i386 + * Removed language-pack-kde-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-da from live-i386 + * Removed language-pack-eo from live-i386 + * Removed language-pack-kde-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-cy from live-i386 + * Removed language-pack-cy from live-i386 + * Removed language-pack-kde-cs from live-i386 + * Removed language-pack-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-cs from live-i386 + + -- Jonathan Riddell Mon, 22 May 2006 03:54:13 +0300 + +kubuntu-meta (0.76) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-pt to live-powerpc + * Added language-pack-kde-pt to live-powerpc + * Removed language-pack-kde-el from live-i386 + * Removed language-pack-el from live-i386 + * Removed kwifimanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Fri, 12 May 2006 18:02:17 +0300 + +kubuntu-meta (0.75) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-i386 + * Added language-pack-az to live-i386 + * Added language-pack-kde-bg to live-i386 + * Added language-pack-af to live-i386 + * Added language-pack-kde-br to live-i386 + * Added language-pack-kde-bs to live-i386 + * Added language-pack-eo to live-i386 + * Added language-pack-el to live-i386 + * Added language-pack-kde-az to live-i386 + * Added language-pack-ca to live-i386 + * Added ubiquity-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Added language-pack-cy to live-i386 + * Added language-pack-kde-af to live-i386 + * Added language-pack-cs to live-i386 + * Added language-pack-kde-el to live-i386 + * Added language-pack-kde-eo to live-i386 + * Added language-pack-kde-ca to live-i386 + * Added language-pack-kde-cy to live-i386 + * Added language-pack-kde-cs to live-i386 + * Added usplash to desktop-hppa + * Added language-pack-da to live-i386 + * Added language-pack-bg to live-i386 + * Added language-pack-bs to live-i386 + * Added language-pack-br to live-i386 + * Removed language-pack-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed ubiquity-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-xh from live-i386, live-powerpc + * Removed language-pack-kde-xh from live-i386, live-powerpc + + -- Colin Watson Thu, 11 May 2006 22:47:16 +0100 + +kubuntu-meta (0.74) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-kde-fr to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-bn to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-ru to live-i386 + * Added language-pack-pt to live-i386, live-powerpc + * Added language-pack-kde-xh to live-i386, live-powerpc + * Added language-pack-kde-zh to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-kde-ru to live-i386 + * Added language-pack-kde-pt to live-i386, live-powerpc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-ja to live-i386 + * Added language-pack-kde-ja to live-i386 + * Added language-pack-nl to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-es to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-hi to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-nl to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-xh to live-i386, live-powerpc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Thu, 11 May 2006 01:09:32 +0300 + +kubuntu-meta (0.73) dapper; urgency=low + + * Refreshed dependencies + * Added wlassistant to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 May 2006 12:22:39 -0400 + +kubuntu-meta (0.72) dapper; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added bogofilter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libreiserfs0.3-0 from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed cdebconf from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Sat, 29 Apr 2006 15:57:41 +0100 + +kubuntu-meta (0.71) dapper; urgency=low + + * Refreshed dependencies + * Added libc6-sparc64v to minimal-sparc + * Added ttf-lao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libc6-sparcv9b to minimal-sparc + * Added wpasupplicant to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added kmailcvt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added sparc-utils to minimal-sparc + * Added libc6-sparc64b to minimal-sparc + * Added libc6-sparcv9v to minimal-sparc + * Added libstdc++5 to desktop-i386 + * Added ubiquity-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added ubiquity-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added brltty to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xcursor-themes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wpasupplicant from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso-frontend-kde from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed ttf-arphic-ukai from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed espresso-ubuntu-artwork from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell Sun, 23 Apr 2006 00:13:42 +0100 + +kubuntu-meta (0.70) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added espresso-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-grub from live-i386, live-amd64 + * Removed espresso-utils from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson Thu, 6 Apr 2006 17:39:22 +0100 + +kubuntu-meta (0.69) dapper; urgency=low + + * Refreshed dependencies + * Added wpasupplicant to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Mon, 3 Apr 2006 17:18:38 +0100 + +kubuntu-meta (0.68) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-bn from live-i386, live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64 + * Removed language-pack-kde-de from live-i386, live-amd64 + * Removed language-pack-de from live-i386, live-amd64 + * Removed language-pack-fr from live-i386, live-amd64 + * Removed language-pack-kde-fr from live-i386, live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64 + * Removed language-pack-zh from live-i386, live-amd64 + + -- Jonathan Riddell Tue, 28 Mar 2006 19:34:10 +0100 + +kubuntu-meta (0.67) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-bn to live-i386, live-amd64 + * Added usplash to desktop-ia64 + * Added language-pack-kde-fr to live-i386, live-amd64 + * Added language-pack-kde-bn to live-i386, live-amd64 + * Added language-pack-kde-de to live-i386, live-amd64 + * Added inputattach to standard-hppa + * Added libnss-mdns to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-hppa + * Added espresso to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added irssi to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ttf-thai-tlwg to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fr to live-i386, live-amd64 + * Added ktorrent to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-selector-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-kde-zh to live-i386, live-amd64 + * Added language-pack-de to live-i386, live-amd64 + * Added openoffice.org-kde to desktop-ia64 + * Added language-pack-zh to live-i386, live-amd64 + * Removed language-pack-ar from live-powerpc + * Removed language-pack-kde-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-de from live-powerpc, live-ia64 + * Removed language-pack-ru from live-powerpc + * Removed language-pack-kde-ru from live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-fr from live-powerpc, live-ia64 + * Removed language-pack-kde-zh from live-powerpc, live-ia64 + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-ca from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-powerpc + * Removed irssi-text from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-powerpc + * Removed language-pack-ja from live-powerpc + * Removed language-pack-kde-ja from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-hi from live-powerpc + * Removed language-pack-de from live-powerpc, live-ia64 + * Removed language-pack-fr from live-powerpc, live-ia64 + * Removed language-pack-zh from live-powerpc, live-ia64 + + -- Jonathan Riddell Mon, 27 Mar 2006 14:03:47 +0100 + +kubuntu-meta (0.66) dapper; urgency=low + + * Refreshed dependencies + * Added ltrace to standard-sparc + * Added grub to live-i386, live-amd64 + * Added openoffice.org to desktop-i386, desktop-amd64, desktop-powerpc + * Added yaboot to live-powerpc + * Added scim-qtimm to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added inputattach to standard-sparc + * Added skim to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added espresso-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added cdrdao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-sparc + * Removed openoffice.org2-kde from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed python-gdchart from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org2 from desktop-i386, desktop-amd64, desktop- + powerpc + + -- Martin Pitt Wed, 8 Mar 2006 15:28:58 +0100 + +kubuntu-meta (0.65) dapper; urgency=low + + * Refreshed dependencies + * Added inputattach to standard-i386, standard-amd64, standard- + powerpc, standard-ia64 + * Added example-content to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added ksplash-engine-moodin to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed konserve from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ifrename from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * germinator.plantSeed() takes an extra argument + + -- Jonathan Riddell Wed, 22 Feb 2006 13:30:56 +0000 + +kubuntu-meta (0.64) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-grub to live-i386, live-amd64 + * Added libpam-foreground to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-xine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added cdebconf to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-dvd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed gstreamer0.8-vorbis from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-hermes from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-flac from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed casper from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-sdl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-gstreamer from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-cdparanoia from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed user-setup from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-dv from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed os-prober from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-x from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-audiofile from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-theora from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed gstreamer0.8-speex from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed partman from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-misc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-plugin-apps from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-gsm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer0.8-0 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-jpeg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer-plugins0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-musepack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-osd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-oss from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-alsa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Fri, 3 Feb 2006 12:29:24 +0000 + +kubuntu-meta (0.63) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-ia64 + * Added ttf-arphic-ukai to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdnssd to desktop-ia64, desktop-hppa + * Added ttf-arphic-uming to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-musicbrainz from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 19 Jan 2006 09:25:12 +0000 + +kubuntu-meta (0.62) dapper; urgency=low + + * Refreshed dependencies + * Added kdnssd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + + -- Jonathan Riddell Fri, 13 Jan 2006 01:00:35 +0000 + +kubuntu-meta (0.61) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc, desktop-hppa + * Added foomatic-db-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added user-setup to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added kde-guidance to desktop-hppa + * Added xserver-xorg-input-synaptics to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added casper to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added os-prober to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added espresso-utils to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added hotkey-setup to desktop-amd64 + * Removed foomatic-db-gimp-print from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xorg-driver-synaptics from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cupsys-driver-gimpprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdemultimedia-kappfinder-data from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed base-config from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed ubuntu-express from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson Wed, 11 Jan 2006 18:57:11 +0000 + +kubuntu-meta (0.60) dapper; urgency=low + + * Refreshed dependencies + * Removed ivman from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 12 Dec 2005 16:16:26 +0000 + +kubuntu-meta (0.59) dapper; urgency=low + + * Refreshed dependencies + * Added partman to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added konq-plugins to desktop-hppa + * Added min12xxw to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hplip to desktop-hppa + * Added pcmciautils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added amarok to desktop-hppa + * Added foo2zjs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kdebluetooth to desktop-hppa + * Added libarts1-akode to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed akode from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bsmi00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hotplug from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed kuser from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gbsn00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Sun, 11 Dec 2005 22:49:19 +0000 + +kubuntu-meta (0.58) dapper; urgency=low + + * Refreshed dependencies + * Added hplip to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed hplip-base from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Thu, 17 Nov 2005 10:43:59 +0000 + +kubuntu-meta (0.57) dapper; urgency=low + + * Really build-depend on germinate (>= 0.6). + * Update Maintainer to Jonathan Riddell; Andreas Mueller has not worked on + this package for some time. + + -- Colin Watson Wed, 16 Nov 2005 17:20:24 +0000 + +kubuntu-meta (0.56) dapper; urgency=low + + * Merged update script changes from ubuntu-meta: + - Rewrite large parts of update to use germinate modules for Packages, + Sources, and seed parsing; this allows us to take advantage of new + seed syntax without having to duplicate code from germinate. + - Build-depend on germinate (>= 0.6) for the above. This isn't really + needed on the buildds, but you'll need it to run the update script. + - Turn off HTTP caching while fetching seed lists. + + * Refreshed dependencies + * Added knetworkconf to desktop-hppa + * Added krita to desktop-hppa + * Added kwalletmanager to desktop-hppa + * Added knotes to desktop-hppa + * Added kdepim-kio-plugins to desktop-hppa + * Added kdepim-wizards to desktop-hppa + * Added ark to desktop-hppa + * Added kdemultimedia-kfile-plugins to desktop-hppa + * Added karm to desktop-hppa + * Added kaffeine-gstreamer to desktop-hppa + * Added konversation to desktop-hppa + * Added kmilo to desktop-hppa + * Added ksystemlog to desktop-hppa + * Added kmail to desktop-hppa + * Added kscd to desktop-hppa + * Added kdemultimedia-kappfinder-data to desktop-hppa + * Added kde-guidance to desktop-sparc + * Added korganizer to desktop-hppa + * Added kaddressbook to desktop-hppa + * Added klaptopdaemon to desktop-hppa + * Added kaudiocreator to desktop-hppa + * Added akode to desktop-hppa + * Added kdemultimedia-kio-plugins to desktop-hppa + * Added akregator to desktop-hppa + * Added kmix to desktop-hppa + * Added kontact to desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fetchmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed procmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-opengl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Wed, 16 Nov 2005 16:34:17 +0000 + +kubuntu-meta (0.55) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-zh to live-powerpc + * Added openoffice.org2-kde to desktop-ia64, desktop-sparc + * Added language-pack-kde-ca to live-powerpc + * Added kio-apt to desktop-hppa + * Removed language-pack-ar from live-ia64 + * Removed language-pack-sk from live-ia64 + * Removed language-pack-kde-da from live-ia64 + * Removed language-pack-kde-eu from live-ia64 + * Removed language-pack-pl from live-ia64 + * Removed language-pack-ru from live-ia64 + * Removed language-pack-ko from live-ia64 + * Removed language-pack-kde-fi from live-ia64 + * Removed language-pack-kde-bg from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-hu from live-ia64 + * Removed language-pack-kde-xh from live-ia64 + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-ia64 + * Removed language-pack-kde-tr from live-ia64 + * Removed language-pack-kde-sk from live-ia64 + * Removed language-pack-kde-ar from live-ia64 + * Removed language-pack-el from live-ia64 + * Removed language-pack-kde-ko from live-ia64 + * Removed language-pack-ca from live-ia64 + * Removed language-pack-pt from live-ia64 + * Removed language-pack-kde-pt from live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed language-pack-es from live-ia64 + * Removed language-pack-kde-ms from live-ia64 + * Removed language-pack-kde-ro from live-ia64 + * Removed python2.4-samba from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-it from live-ia64 + * Removed language-pack-cs from live-ia64 + * Removed language-pack-kde-el from live-ia64 + * Removed language-pack-tr from live-ia64 + * Removed language-pack-hi from live-ia64 + * Removed language-pack-ja from live-ia64 + * Removed language-pack-kde-ca from live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-ia64 + * Removed python-twisted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-nl from live-ia64 + * Removed language-pack-kde-cs from live-ia64 + * Removed language-pack-nb from live-ia64 + * Removed language-pack-uk from live-ia64 + * Removed language-pack-kde-es from live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-kde-ja from live-ia64 + * Removed language-pack-sv from live-ia64 + * Removed language-pack-kde-hi from live-ia64 + * Removed language-pack-bg from live-ia64 + * Removed language-pack-kde-sr from live-ia64 + * Removed language-pack-fi from live-ia64 + * Removed language-pack-kde-ru from live-ia64 + * Removed language-pack-kde-lt from live-ia64 + * Removed language-pack-kde-nl from live-ia64 + * Removed language-pack-da from live-ia64 + * Removed language-pack-kde-no from live-ia64 + * Removed language-pack-xh from live-ia64 + * Removed language-pack-kde-uk from live-ia64 + * Removed language-pack-kde-sl from live-ia64 + * Removed language-pack-kde-sv from live-ia64 + * Removed language-pack-kde-hu from live-ia64 + * Removed language-pack-kde-pl from live-ia64 + * Removed language-pack-kde-nb from live-ia64 + * Removed language-pack-lt from live-ia64 + + -- Colin Watson Mon, 10 Oct 2005 17:15:31 +0100 + +kubuntu-meta (0.54) breezy; urgency=low + + * Refreshed dependencies + * Added kio-apt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-guidance to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Jonathan Riddell Fri, 7 Oct 2005 17:23:45 +0100 + +kubuntu-meta (0.53) breezy; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-hppa + * Added kicker to desktop-hppa + * Added konqueror-nsplugins to desktop-hppa + * Added kio-locate to desktop-hppa + * Added gstreamer0.8-dvd to desktop-hppa + * Added kcontrol to desktop-hppa + * Added gstreamer0.8-vorbis to desktop-hppa + * Added kwin to desktop-hppa + * Added kdeadmin-kfile-plugins to desktop-hppa + * Added usplash to desktop-sparc + * Added ttf-dejavu to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-flac to desktop-hppa + * Added kdebase-kio-plugins to desktop-hppa + * Added gstreamer0.8-hermes to desktop-hppa + * Added kate to desktop-hppa + * Added readahead to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added konserve to desktop-hppa + * Added kdepasswd to desktop-hppa + * Added gstreamer0.8-cdparanoia to desktop-hppa + * Added kmenuedit to desktop-hppa + * Added kghostview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added khelpcenter to desktop-hppa + * Added gstreamer0.8-dv to desktop-hppa + * Added katapult to desktop-hppa + * Added gstreamer0.8-x to desktop-hppa + * Added gstreamer0.8-musepack to desktop-hppa + * Added gtk2-engines-gtk-qt to desktop-sparc, desktop-hppa + * Added gstreamer0.8-theora to desktop-hppa + * Added kscreensaver to desktop-hppa + * Added kdesktop to desktop-hppa + * Added klipper to desktop-hppa + * Added konsole to desktop-hppa + * Added ksmserver to desktop-hppa + * Added gstreamer0.8-speex to desktop-hppa + * Added gstreamer0.8-sdl to desktop-hppa + * Added kfind to desktop-hppa + * Added gwenview to desktop-hppa + * Added adept to desktop-sparc, desktop-hppa + * Added gstreamer0.8-misc to desktop-hppa + * Added kubuntu-artwork-usplash to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-gsm to desktop-hppa + * Added kuser to desktop-hppa + * Added konqueror to desktop-hppa + * Added gstreamer0.8-jpeg to desktop-hppa + * Added ksplash to desktop-hppa + * Added kcron to desktop-hppa + * Added libxp6 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ksysguard to desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-hppa + * Added gstreamer0.8-audiofile to desktop-hppa + * Added gstreamer0.8-plugin-apps to desktop-hppa + * Added kdeprint to desktop-hppa + * Added gstreamer0.8-oss to desktop-hppa + * Added gstreamer0.8-alsa to desktop-hppa + * Removed powermanagement-interface from desktop-sparc, desktop-hppa + * Removed readahead-list from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 4 Oct 2005 22:58:38 +0100 + +kubuntu-meta (0.52) breezy; urgency=low + + * Refreshed dependencies + * Added gtk2-engines-gtk-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added ttf-mgopen to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added iproute to minimal-hppa + * Added dbus to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added usplash to desktop-powerpc + * Added adept to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebluetooth to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-1-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-zh from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed kynaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Jonathan Riddell Wed, 21 Sep 2005 01:09:58 +0100 + +kubuntu-meta (0.51) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-ia64 + * Added lvm2 to standard-hppa + * Added language-pack-kde-eu to live-ia64 + * Added language-pack-pl to live-ia64 + * Added language-pack-kde-sr to live-ia64 + * Added language-pack-kde-fi to live-ia64 + * Added language-pack-kde-bg to live-ia64 + * Added language-pack-ro to live-ia64 + * Added kdepim-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kdebase-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-xh to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-ia64 + * Added language-pack-kde-tr to live-ia64 + * Added language-pack-kde-sk to live-ia64 + * Added language-pack-el to live-ia64 + * Added language-pack-kde-ko to live-ia64 + * Added language-pack-sk to live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-tr to live-ia64 + * Added language-pack-kde-ms to live-ia64 + * Added language-pack-kde-ro to live-ia64 + * Added language-pack-hu to live-ia64 + * Added language-pack-kde-it to live-ia64 + * Added language-pack-cs to live-ia64 + * Added language-pack-kde-el to live-ia64 + * Added language-pack-ko to live-ia64 + * Added xorg-driver-synaptics to desktop-hppa + * Added language-pack-sv to live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-nl to live-ia64 + * Added language-pack-kde-cs to live-ia64 + * Added language-pack-nb to live-ia64 + * Added language-pack-uk to live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-ia64 + * Added speedcrunch to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fi to live-ia64 + * Added language-pack-kde-sv to live-ia64 + * Added language-pack-kde-lt to live-ia64 + * Added language-pack-kde-nl to live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-kde-no to live-ia64 + * Added language-pack-xh to live-ia64 + * Added language-pack-kde-uk to live-ia64 + * Added language-pack-kde-sl to live-ia64 + * Added language-pack-kde-hu to live-ia64 + * Added language-pack-kde-pl to live-ia64 + * Added language-pack-kde-nb to live-ia64 + * Removed language-pack-ar from live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-de from live-amd64 + * Removed language-pack-ru from live-amd64 + * Removed language-pack-kde-ru from live-amd64 + * Removed language-pack-pt from live-amd64 + * Removed language-pack-kde-fr from live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-ar from live-amd64 + * Removed libgstreamer-gconf0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-ca from live-amd64 + * Removed language-pack-kde-pt from live-amd64 + * Removed language-pack-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed python-numarray from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-amd64 + * Removed language-pack-ja from live-amd64 + * Removed language-pack-kde-ja from live-amd64 + * Removed language-pack-kde-ca from live-amd64 + * Removed language-pack-kde-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed gstreamer0.8-esd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-hi from live-amd64 + * Removed language-pack-de from live-amd64 + * Removed language-pack-fr from live-amd64 + * Removed gstreamer0.8-gnomevfs from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-zh from live-i386, live-amd64, live-sparc, + live-hppa + + -- Jonathan Riddell Wed, 7 Sep 2005 18:57:57 +0100 + +kubuntu-meta (0.50) breezy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added libgl1-mesa to desktop-hppa + + -- Matt Zimmerman Fri, 26 Aug 2005 16:01:12 -0700 + +kubuntu-meta (0.49) breezy; urgency=low + + * Refreshed dependencies + * Added kio-locate to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-bn to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-de to live-powerpc, live-ia64 + * Added hplip-ppds to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Added language-pack-kde-fr to live-powerpc, live-ia64 + * Added language-pack-kde-zh to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added libgl1-mesa to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine-gstreamer to desktop-sparc + * Added language-pack-kde-ar to live-powerpc, live-ia64 + * Added python-syck to desktop-ia64 + * Added ksystemlog to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-ru to live-powerpc, live-ia64 + * Added language-pack-kde-pt to live-powerpc, live-ia64 + * Added katapult to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-en to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ca to live-powerpc, live-ia64 + * Added bogofilter to desktop-hppa + * Added language-pack-kde-es to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ja to live-powerpc, live-ia64 + * Added language-pack-kde-hi to live-powerpc, live-ia64 + * Added gstreamer0.8-musepack to desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hplip-base to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed language-pack-ar from live-sparc, live-hppa + * Removed openoffice.org from desktop-ia64, desktop-sparc + * Removed language-pack-pl from live-powerpc, live-ia64 + * Removed language-pack-ru from live-sparc, live-hppa + * Removed language-pack-ko from live-powerpc, live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-pt from live-sparc, live-hppa + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-powerpc, live-ia64 + * Removed libgl1-xorg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-el from live-powerpc, live-ia64 + * Removed language-pack-ca from live-sparc, live-hppa + * Removed language-pack-nl from live-powerpc, live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed bind9-host from standard-powerpc, standard-ia64, standard- + sparc, standard-hppa + * Removed language-pack-cs from live-powerpc, live-ia64 + * Removed language-pack-tr from live-powerpc, live-ia64 + * Removed language-pack-hi from live-sparc, live-hppa + * Removed language-pack-ja from live-sparc, live-hppa + * Removed language-pack-sv from live-powerpc, live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-powerpc, live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-powerpc, live-ia64 + * Removed language-pack-lt from live-ia64 + * Removed language-pack-sk from live-powerpc, live-ia64 + * Removed language-pack-hu from live-powerpc, live-ia64 + * Removed language-pack-nb from live-powerpc, live-ia64 + * Removed language-pack-uk from live-powerpc, live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-da from live-powerpc, live-ia64 + * Removed language-pack-fi from live-powerpc, live-ia64 + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-bg from live-ia64 + * Removed language-pack-xh from live-ia64 + + -- Matt Zimmerman Mon, 22 Aug 2005 17:34:55 -0700 + +kubuntu-meta (0.48) breezy; urgency=low + + * Refreshed dependencies + * Added bluez-pcmcia-support to desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-dvd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-vorbis to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added usplash to desktop-i386, desktop-amd64 + * Added gstreamer0.8-hermes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-flac to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-sdl to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-cups to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-gstreamer to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added libgl1-xorg to desktop-amd64 + * Added openoffice.org2 to desktop-amd64 + * Added gstreamer0.8-cdparanoia to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer-gconf0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-dv to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added hotkey-setup to desktop-i386 + * Added gstreamer0.8-x to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added openoffice.org2-kde to desktop-amd64 + * Added gstreamer0.8-theora to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-speex to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-misc to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gsm to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer0.8-0 to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-esd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-jpeg to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gnomevfs to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-audiofile to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added initramfs-tools to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Added gstreamer0.8-plugin-apps to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-oss to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-alsa to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed initrd-tools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed kaffeine from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-amd64 + * Removed openoffice.org-kde from desktop-sparc + + -- Matt Zimmerman Fri, 12 Aug 2005 10:17:36 -0700 + +kubuntu-meta (0.47) breezy; urgency=low + + * Refreshed dependencies + * Added alsa-utils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added ksvg to desktop-hppa + * Added kdegraphics-kfile-plugins to desktop-hppa + * Added laptop-detect to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added xkeyboard-config to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added lshw to standard-hppa + * Added kaffeine to desktop-hppa + * Added kubuntu-docs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added python2.4-dbus to desktop-hppa + * Added kppp to desktop-hppa + * Added xresprobe to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added libgl1-xorg to desktop-i386, desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hal to desktop-hppa + * Added qca-tls to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kooka to desktop-hppa + * Added cupsys-client to desktop-hppa + * Added wvdial to desktop-hppa + * Added ksnapshot to desktop-hppa + * Added kde-systemsettings to desktop-hppa + * Added kpdf to desktop-hppa + * Added yaboot to live-powerpc + * Added discover1 to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added krdc to desktop-hppa + * Added kubuntu-konqueror-shortcuts to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdenetwork-kfile-plugins to desktop-hppa + * Added ivman to desktop-hppa + * Added dbus-1-utils to desktop-hppa + * Added cupsys to desktop-hppa + * Added krfb to desktop-hppa + * Added kopete to desktop-hppa + * Added nano to standard-hppa + * Added strace to minimal-hppa + * Added kdenetwork-filesharing to desktop-hppa + * Added kwifimanager to desktop-hppa + * Added kpf to desktop-hppa + * Added k3b to desktop-hppa + * Added cupsys-bsd to desktop-hppa + * Added pmount to desktop-hppa + * Added kamera to desktop-hppa + * Removed xlibmesa-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Mon, 8 Aug 2005 01:50:42 +0100 + +kubuntu-meta (0.46) breezy; urgency=low + + * Refreshed dependencies + * Added python-cddb to desktop-hppa + * Added bsdutils to minimal-hppa + * Added cupsys-driver-gimpprint to desktop-hppa + * Added less to minimal-hppa + * Added sysvinit to minimal-hppa + * Added passwd to minimal-hppa + * Added findutils to minimal-hppa + * Added util-linux to minimal-hppa + * Added python2.4-librdf to desktop-hppa + * Added grepmap to minimal-hppa + * Added python-musicbrainz to desktop-hppa + * Added ethtool to minimal-hppa + * Added lftp to desktop-hppa + * Added unzip to desktop-hppa + * Added python2.4-pycurl to desktop-hppa + * Added mkisofs to desktop-hppa + * Added xterm to desktop-hppa + * Added dc to desktop-hppa + * Added vim to minimal-hppa + * Added libfribidi0 to minimal-hppa + * Added python-netcdf to desktop-hppa + * Added ivman to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ifrename to minimal-hppa + * Added reiserfsprogs to minimal-hppa + * Added bind9-host to standard-hppa + * Added powermanagement-interface to desktop-hppa + * Added dmsetup to standard-hppa + * Added psmisc to standard-hppa + * Added net-tools to minimal-hppa + * Added gettext-base to minimal-hppa + * Added dselect to standard-hppa + * Added python-pyvorbis to desktop-hppa + * Added python2.4-libxslt1 to desktop-hppa + * Added x-window-system-core to desktop-hppa + * Added parted to standard-hppa + * Added ed to standard-hppa + * Added dosfstools to minimal-hppa + * Added fetchmail to desktop-hppa + * Added udev to minimal-hppa + * Added cron to standard-hppa + * Added sed to minimal-hppa + * Added python2.4-libxml2 to desktop-hppa + * Added mdadm to standard-hppa + * Added python-newt to desktop-hppa + * Added kde-systemsettings to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added sysklogd to minimal-hppa + * Added ftp to standard-hppa + * Added rsync to standard-hppa + * Added openssh-client to standard-hppa + * Added evms-ncurses to standard-hppa + * Added dvd+rw-tools to desktop-hppa + * Added slocate to desktop-hppa + * Added console-tools to minimal-hppa + * Added screen to desktop-hppa + * Added irssi-text to desktop-hppa + * Added evms to standard-hppa + * Added bc to desktop-hppa + * Added ubuntu-minimal to minimal-hppa + * Added smbclient to desktop-hppa + * Added iputils-tracepath to standard-hppa + * Added procmail to desktop-hppa + * Added wget to standard-hppa + * Added pcmcia-cs to live-hppa + * Added bash to minimal-hppa + * Added mawk to minimal-hppa + * Added foomatic-db-engine to desktop-hppa + * Added cdrecord to desktop-hppa + * Added python-pisock to desktop-hppa + * Added jfsutils to minimal-hppa + * Added login to minimal-hppa + * Added lsof to standard-hppa + * Added fortune-mod to desktop-hppa + * Added python-pqueue to desktop-hppa + * Added ppp to standard-hppa + * Added aptitude to minimal-hppa + * Added libreiserfs0.3-0 to minimal-hppa + * Added diff to minimal-hppa + * Added python-parted to desktop-hppa + * Added lsb-release to minimal-hppa + * Added ifupdown to minimal-hppa + * Added zip to desktop-hppa + * Added ntpdate to minimal-hppa + * Added w3m to standard-hppa + * Added dnsutils to standard-hppa + * Added python2.4-samba to desktop-hppa + * Added ubuntu-standard to standard-hppa + * Added mtr-tiny to standard-hppa + * Added python-gdchart to desktop-hppa + * Added dhcp3-client to minimal-hppa + * Added python-pyao to desktop-hppa + * Added telnet to standard-hppa + * Added fdutils to standard-hppa + * Added hdparm to standard-hppa + * Added debianutils to minimal-hppa + * Added cdparanoia to desktop-hppa + * Added dpkg to minimal-hppa + * Added iputils-ping to minimal-hppa + * Added info to standard-hppa + * Added grep to minimal-hppa + * Added tcpdump to standard-hppa + * Added mount to minimal-hppa + * Added initscripts to minimal-hppa + * Added gnupg to minimal-hppa + * Added procps to minimal-hppa + * Added iptables to standard-hppa + * Added xfsprogs to minimal-hppa + * Added powernowd to desktop-hppa + * Added gs-esp to desktop-hppa + * Added man-db to standard-hppa + * Added sudo to minimal-hppa + * Added logrotate to standard-hppa + * Added vorbis-tools to desktop-hppa + * Added at to standard-hppa + * Added file to standard-hppa + * Added base-files to minimal-hppa + * Added mii-diag to minimal-hppa + * Added tar to minimal-hppa + * Added bzip2 to minimal-hppa + * Added python-syck to desktop-hppa + * Added xlibmesa-gl to desktop-hppa + * Added hostname to minimal-hppa + * Added coreutils to minimal-hppa + * Added libsasl2-modules to desktop-hppa + * Added readahead-list to desktop-hppa + * Added python-numarray to desktop-hppa + * Added pnm2ppa to desktop-hppa + * Added wireless-tools to minimal-hppa + * Added ntfsprogs to live-hppa + * Added ncurses-bin to minimal-hppa + * Added time to standard-hppa + * Added anacron to desktop-hppa + * Added cpio to standard-hppa + * Added iputils-arping to standard-hppa + * Added netcat to minimal-hppa + * Added eject to minimal-hppa + * Added usbutils to minimal-hppa + * Added e2fsprogs to minimal-hppa + * Added python-crypto to desktop-hppa + * Added perl-base to minimal-hppa + * Added module-init-tools to minimal-hppa + * Added pciutils to minimal-hppa + * Added gzip to minimal-hppa + * Added base-passwd to minimal-hppa + * Added reiser4progs to minimal-hppa + * Removed ubuntu-quickguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed juk from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kcalc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gst from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Wed, 13 Jul 2005 19:06:47 +0100 + +kubuntu-meta (0.45) breezy; urgency=low + + * Refreshed dependencies + * Added ksmserver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ubuntu-express to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added grub to live-i386, live-amd64 + * Removed cupsys-driver-gimpprint from desktop-hppa + * Removed sysvinit from minimal-hppa + * Removed findutils from minimal-hppa + * Removed hal from desktop-hppa + * Removed python-musicbrainz from desktop-hppa + * Removed vorbis-tools from desktop-hppa + * Removed python2.4-pycurl from desktop-hppa + * Removed mkisofs from desktop-hppa + * Removed ntfsprogs from live-hppa + * Removed dc from desktop-hppa + * Removed python-netcdf from desktop-hppa + * Removed ifrename from minimal-hppa + * Removed util-linux from minimal-hppa + * Removed bind9-host from standard-hppa + * Removed powermanagement-interface from desktop-hppa + * Removed dmsetup from standard-hppa + * Removed psmisc from standard-hppa + * Removed gettext-base from minimal-hppa + * Removed dselect from standard-hppa + * Removed python2.4-libxslt1 from desktop-hppa + * Removed x-window-system-core from desktop-hppa + * Removed cupsys-bsd from desktop-hppa + * Removed parted from standard-hppa + * Removed fetchmail from desktop-hppa + * Removed udev from minimal-hppa + * Removed cron from standard-hppa + * Removed sed from minimal-hppa + * Removed python2.4-libxml2 from desktop-hppa + * Removed mdadm from standard-hppa + * Removed python-newt from desktop-hppa + * Removed ftp from standard-hppa + * Removed openssh-client from standard-hppa + * Removed nano from standard-hppa + * Removed evms-ncurses from standard-hppa + * Removed passwd from minimal-hppa + * Removed console-tools from minimal-hppa + * Removed irssi-text from desktop-hppa + * Removed evms from standard-hppa + * Removed bc from desktop-hppa + * Removed smbclient from desktop-hppa + * Removed procmail from desktop-hppa + * Removed bogofilter from desktop-hppa + * Removed pcmcia-cs from live-hppa + * Removed bash from minimal-hppa + * Removed mawk from minimal-hppa + * Removed foomatic-db-engine from desktop-hppa + * Removed cdrecord from desktop-hppa + * Removed python-pisock from desktop-hppa + * Removed jfsutils from minimal-hppa + * Removed pmount from desktop-hppa + * Removed login from minimal-hppa + * Removed lsof from standard-hppa + * Removed lvm2 from standard-hppa + * Removed fortune-mod from desktop-hppa + * Removed vim from minimal-hppa + * Removed ppp from standard-hppa + * Removed libreiserfs0.3-0 from minimal-hppa + * Removed diff from minimal-hppa + * Removed lsb-release from minimal-hppa + * Removed powernowd from desktop-hppa + * Removed zip from desktop-hppa + * Removed ntpdate from minimal-hppa + * Removed w3m from standard-hppa + * Removed dnsutils from standard-hppa + * Removed python2.4-samba from desktop-hppa + * Removed mtr-tiny from standard-hppa + * Removed dhcp3-client from minimal-hppa + * Removed fdutils from standard-hppa + * Removed hdparm from standard-hppa + * Removed reiser4progs from minimal-hppa + * Removed bsdutils from minimal-hppa + * Removed cupsys from desktop-hppa + * Removed dpkg from minimal-hppa + * Removed grep from minimal-hppa + * Removed tcpdump from standard-hppa + * Removed mount from minimal-hppa + * Removed initscripts from minimal-hppa + * Removed gnupg from minimal-hppa + * Removed procps from minimal-hppa + * Removed xfsprogs from minimal-hppa + * Removed tar from minimal-hppa + * Removed logrotate from standard-hppa + * Removed at from standard-hppa + * Removed base-files from minimal-hppa + * Removed mii-diag from minimal-hppa + * Removed bzip2 from minimal-hppa + * Removed python-syck from desktop-hppa + * Removed xlibmesa-gl from desktop-hppa + * Removed hostname from minimal-hppa + * Removed coreutils from minimal-hppa + * Removed libsasl2-modules from desktop-hppa + * Removed readahead-list from desktop-hppa + * Removed python-numarray from desktop-hppa + * Removed pnm2ppa from desktop-hppa + * Removed wireless-tools from minimal-hppa + * Removed ncurses-bin from minimal-hppa + * Removed anacron from desktop-hppa + * Removed cpio from standard-hppa + * Removed cupsys-client from desktop-hppa + * Removed eject from minimal-hppa + * Removed e2fsprogs from minimal-hppa + * Removed python-crypto from desktop-hppa + * Removed perl-base from minimal-hppa + * Removed module-init-tools from minimal-hppa + * Removed ifupdown from minimal-hppa + * Removed time from standard-hppa + * Removed gzip from minimal-hppa + * Removed base-passwd from minimal-hppa + * Removed debianutils from minimal-hppa + + -- Jonathan Riddell Thu, 30 Jun 2005 14:25:59 +0100 + +kubuntu-meta (0.44) breezy; urgency=low + + * Refreshed dependencies + * Added kwalletmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Thu, 9 Jun 2005 23:32:00 +0000 + +kubuntu-meta (0.43) breezy; urgency=low + + * Sync update script with ubuntu-meta + * Add hppa as a port architecture on request of lamont + * Refreshed dependencies + * Added kdegraphics-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added konqueror-nsplugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kcontrol to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmenuedit to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knotes to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwin to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdeadmin-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kuser to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added korganizer to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksysguard to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kcron to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksvg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krdc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepim-wizards to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added ark to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added readahead-list to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added karm to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kpdf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepasswd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kooka to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmilo to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kscd to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kate to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added khelpcenter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ntfsprogs to live-ia64 + * Added kmail to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeprint to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksnapshot to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added vorbis-tools to desktop-ia64 + * Added kdesktop to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konqueror to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klipper to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added juk to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kappfinder-data to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kcalc to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kfind to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaudiocreator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kppp to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krfb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kopete to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klaptopdaemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added gwenview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added akode to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konsole to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksplash to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdemultimedia-kio-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kdenetwork-filesharing to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added akregator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwifimanager to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kpf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kontact to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmix to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kamera to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kicker to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdepim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed lsb from desktop-ia64 + * Removed kdebase from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-qt-1 from desktop-ia64, desktop-sparc + * Removed kdemultimedia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeutils from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegraphics from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed readahead from desktop-ia64 + * Removed kdeadmin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdenetwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Mon, 6 Jun 2005 10:44:17 +0000 + +kubuntu-meta (0.42) breezy; urgency=low + + * Refreshed dependencies + * Removed lsb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed readahead from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed dbus-qt-1 from desktop-i386, desktop-amd64, desktop-powerpc + + -- Matt Zimmerman Mon, 23 May 2005 17:20:05 -0700 + +kubuntu-meta (0.41) breezy; urgency=low + + * Merge changes to update script from ubuntu-meta + * Refreshed dependencies + * Added openoffice.org2-kde to desktop-i386, desktop-powerpc + * Added vorbis-tools to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added openoffice.org2 to desktop-i386, desktop-powerpc + * Added ntfsprogs to live-i386, live-amd64, live-powerpc, live-sparc + * Removed openoffice.org from desktop-i386, desktop-powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + + -- Matt Zimmerman Fri, 15 Apr 2005 07:58:52 -0700 + +kubuntu-meta (0.40) hoary; urgency=low + + * Refreshed dependencies + * Added pmount to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Colin Watson Wed, 30 Mar 2005 03:17:50 +0100 + +kubuntu-meta (0.39) hoary; urgency=low + + * Refreshed dependencies + * Added knetworkconf to desktop-sparc + * Added konq-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added openoffice.org-kde to desktop-sparc + * Removed hal-device-manager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Tue, 29 Mar 2005 10:20:45 -0800 + +kubuntu-meta (0.38) hoary; urgency=low + + * Refreshed dependencies + * Added kscreensaver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-glade2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed rss-glx from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gnome2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed python-gtk2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Tue, 29 Mar 2005 02:52:52 +0100 + +kubuntu-meta (0.37) hoary; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-sparc + * Added knetworkconf to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-sparc + * Added konversation to desktop-sparc + * Added amarok to desktop-sparc + * Added kaffeine to desktop-sparc + * Added k3b to desktop-sparc + * Added openoffice.org-kde to desktop-i386, desktop-powerpc + + -- Jonathan Riddell Mon, 28 Mar 2005 16:49:55 +0100 + +kubuntu-meta (0.36) hoary; urgency=low + + * Refreshed dependencies + * Added openoffice.org to desktop-ia64 + * Added language-pack-pl to live-powerpc, live-ia64 + * Added language-pack-tr to live-powerpc, live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-ro to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-powerpc, live-ia64 + * Added language-pack-el to live-powerpc, live-ia64 + * Added language-pack-ca to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-nl to live-powerpc, live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-cs to live-powerpc, live-ia64 + * Added language-pack-ko to live-powerpc, live-ia64 + * Added language-pack-sv to live-powerpc, live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-powerpc, live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-powerpc, live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-sk to live-powerpc, live-ia64 + * Added language-pack-hu to live-powerpc, live-ia64 + * Added language-pack-nb to live-powerpc, live-ia64 + * Added language-pack-uk to live-powerpc, live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-powerpc, live-ia64 + * Added language-pack-fi to live-powerpc, live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-xh to live-ia64 + * Removed ubuntu-faqguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Thu, 17 Mar 2005 10:29:00 -0800 + +kubuntu-meta (0.35) hoary; urgency=low + + * Refreshed dependencies + * Added kubuntu-default-settings to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Thu, 17 Mar 2005 06:33:34 +0000 + +kubuntu-meta (0.34) hoary; urgency=low + + * Refreshed dependencies + * Removed scribus from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegames from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Matt Zimmerman Tue, 8 Mar 2005 14:23:21 -0800 + +kubuntu-meta (0.33) hoary; urgency=low + + * Refreshed dependencies + * Removed kdeartwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeaddons from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdewebdev from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdetoys from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- LaMont Jones Tue, 8 Mar 2005 12:36:48 -0700 + +kubuntu-meta (0.32) hoary; urgency=low + + * Refreshed dependencies + * Added amarok to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Matt Zimmerman Tue, 8 Mar 2005 06:57:51 -0800 + +kubuntu-meta (0.31) hoary; urgency=low + + * Refreshed dependencies + * Added scribus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp-python from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Mon, 7 Mar 2005 17:35:18 -0800 + +kubuntu-meta (0.30) hoary; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ja to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-pt to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ru to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-quickguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-faqguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Removed update-notifier from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Fri, 4 Mar 2005 12:49:54 -0800 + +kubuntu-meta (0.29) hoary; urgency=low + + * Refreshed dependencies + * Added acpi-support to desktop-ia64 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + + -- Matt Zimmerman Thu, 3 Mar 2005 11:56:10 -0800 + +kubuntu-meta (0.28) hoary; urgency=low + + * Remove kubuntu-base metapackage, add kubuntu-live + + -- Matt Zimmerman Wed, 2 Mar 2005 11:46:13 -0800 + +kubuntu-meta (0.27) hoary; urgency=low + + * Refreshed dependencies + * Kubuntu is now in main! + * Added kdeaddons to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konversation to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebase to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kynaptic to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeartwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added dbus-qt-1 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdetoys to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeadmin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added arts to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegames to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeutils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegraphics to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added k3b to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64 + * Added kdepim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64 + * Added ubuntu-sounds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdewebdev to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed apmd from desktop-amd64, desktop-powerpc, desktop-ia64, + desktop-sparc + * Removed kdm from desktop-sparc + + -- Matt Zimmerman Wed, 2 Mar 2005 08:14:47 -0800 + +kubuntu-meta (0.26) hoary; urgency=low + + * Fix update script + * Refreshed dependencies + * Added libglut3 to desktop-i386 + * Removed kdm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed vino from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed myspell-en-us from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed gucharmap from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xvncviewer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xsane from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed tsclient from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed openoffice.org-hyphenation-en-gb from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed synaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed mozilla-firefox from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed file-roller from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed desktop-file-utils from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed openoffice.org-help-en from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xchat from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-hip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed contact-lookup-applet from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed eog from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xpdf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed scrollkeeper from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed ssh-askpass-gnome from desktop-amd64 + * Removed openoffice.org-hyphenation-en-us from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed myspell-en-gb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed sound-juicer from desktop-amd64 + * Re-add kde and kdm by hand + + -- Matt Zimmerman Sun, 27 Feb 2005 16:48:38 -0800 + +kubuntu-meta (0.25) hoary; urgency=low + + * Initial release + + -- Andreas Mueller Thu, 7 Oct 2004 12:13:43 -0700 diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debian/compat b/ubuntu/maverick/metapackages/kubuntu-meta/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debian/control b/ubuntu/maverick/metapackages/kubuntu-meta/debian/control new file mode 100644 index 000000000..44ebbf465 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debian/control @@ -0,0 +1,17 @@ +Source: kubuntu-meta-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 4), germinate (>= 0.38) + +Package: kubuntu-desktop-trinity +Architecture: any +Depends: acpi, acpi-support, acpid, alsa-base, alsa-utils, anacron, ark-trinity, arts-trinity, avahi-daemon, bc, ca-certificates, cups, cups-bsd, cups-client, cups-driver-gutenprint, dbus, dc, foomatic-db, foomatic-db-engine,foomatic-filters, genisoimage, ghostscript-x, hal, kcontrol-trinity, kcron-trinity, tde-style-qtcurve-trinity, tde-systemsettings-trinity, tdeadmin-kfile-plugins-trinity, tdebase-kio-plugins-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdemultimedia-kio-plugins-trinity, tdenetwork-filesharing-trinity, tdenetwork-kfile-plugins-trinity, kdepasswd-trinity, tdeprint-trinity, kdesktop-trinity, tdm-trinity, kdnssd-trinity, kghostview-trinity, khelpcenter-trinity, kicker-trinity, kio-locate-trinity, kmenuedit-trinity, kmix-trinity, knetworkconf-trinity, konq-plugins-trinity, konsole-trinity, kpdf-trinity, ksmserver-trinity, ksnapshot-trinity, ksvg-trinity, ksystemlog-trinity, twin-trinity, twin-style-crystal-trinity, lftp, libarts1-akode-trinity, libgl1-mesa-glx,libglut3 | freeglut3, libsasl2-modules, libxp6, openprinting-ppds, pnm2ppa, powermanagement-interface, readahead, screen, ttf-bitstream-vera, ttf-dejavu-core, ttf-freefont, unzip, vorbis-tools, x-ttcidfont-conf, xdg-user-dirs, xkb-data, xorg, zip, ksplash-engine-moodin-trinity, sudo-trinity, libtqt-perl, tqca-tls, kdbusnotification-trinity, gtk-qt-engine-trinity, qt4-tqt-theme-engine +Recommends: kio-apt-trinity, tde-guidance-powermanager-trinity, adept-trinity, akregator-trinity, amarok-trinity, avahi-autoipd, bluez-cups, bluez-utils, bogofilter, brltty, cdparanoia, cdrdao, cups-pdf, desktop-effects-tde-trinity, digikam-trinity, desktop-effects-tde-trinity, dmz-cursor-theme, dvd+rw-tools, foo2zjs, foomatic-db-gutenprint, fortune-mod, gcc, gwenview-trinity, hpijs-ppds, hplip, ijsgutenprint, jockey-gtk, k3b-trinity, kaddressbook-trinity, kaffeine-trinity, kamera-trinity, karm-trinity, katapult-trinity, kate-trinity, kbstate-trinity, tdepim-kio-plugins-trinity, tdepim-wizards-trinity, tdesudo-trinity, keep-trinity, kfind-trinity, kio-umountwrapper-trinity, kipi-plugins-trinity, klipper-trinity, kmag-trinity, kmail-trinity, kmailcvt-trinity, kmilo-trinity, kmousetool-trinity, kmplayer-konq-plugins-trinity, knotes-trinity, konqueror-trinity, konqueror-nsplugins-trinity, kontact-trinity, konversation-trinity, kooka-trinity, kopete-trinity, korganizer-trinity, kpf-trinity, kppp-trinity, krdc-trinity, krfb-trinity, kscreensaver-trinity, ksysguard-trinity, ktorrent-trinity, kubuntu-default-settings-trinity, kubuntu-docs-trinity, kubuntu-konqueror-shortcuts-trinity, kvkbd-trinity, kwalletmanager-trinity, landscape-client, laptop-detect, libgl1-mesa-dri, libnss-mdns, linux-headers-generic, make, min12xxw, networkstatus-trinity, openoffice.org-calc, openoffice.org-impress, openoffice.org-trinity, openoffice.org-writer, pinentry-qt, powernowd, pxljr, rdesktop, scim-bridge-agent, scim-bridge-client-qt,scim-qtimm, skim, speedcrunch, splix, strigi-daemon, system-config-printer-tde-trinity, ttf-arabeyes, ttf-arphic-ukai, ttf-arphic-uming, ttf-indic-fonts-core, ttf-kochi-gothic,ttf-kochi-mincho, ttf-lao, ttf-malayalam-fonts, ttf-thai-tlwg, ttf-unfonts-core, wodim, wvdial, xcursor-themes, xdg-utils, smbclient, network-manager-tde-trinity | network-manager-gnome, plymouth-theme-kubuntu-logo-trinity +Suggests: apport-gtk, hplip-gui +Description: Kubuntu desktop system, TDE version + This package depends on all of the packages in the Kubuntu TDE desktop system + . + It is safe to remove this package if some of the desktop system packages are + not desired. diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debian/copyright b/ubuntu/maverick/metapackages/kubuntu-meta/debian/copyright new file mode 100644 index 000000000..1cc9d090e --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debian/copyright @@ -0,0 +1,14 @@ +Copyright 2004, Canonical Ltd. + +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 with your +system, in /usr/share/common-licenses/GPL-2. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debian/rules b/ubuntu/maverick/metapackages/kubuntu-meta/debian/rules new file mode 100755 index 000000000..2b69924b8 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +clean: + dh_testdir + dh_clean + + rm -rf build-stamp *.old debootstrap-dir + +DEB_BUILD_ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) + +build: build-stamp +build-stamp: desktop-$(DEB_BUILD_ARCH) + dh_clean + + for seed in desktop; do \ + package=kubuntu-$$seed; \ + (printf "$$package:Depends="; perl -pe 's/\n/, /g' $$seed-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + (printf "$$package:Recommends="; perl -pe 's/\n/, /g' $$seed-recommends-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + done + touch $@ + +install: build-stamp + +binary-arch: install + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installchangelogs -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) + +binary-indep: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean checkroot build diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/debootstrap-version b/ubuntu/maverick/metapackages/kubuntu-meta/debootstrap-version new file mode 100644 index 000000000..b0f3d96f8 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/debootstrap-version @@ -0,0 +1 @@ +1.0.8 diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop b/ubuntu/maverick/metapackages/kubuntu-meta/desktop new file mode 100644 index 000000000..bfdaff332 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop @@ -0,0 +1,328 @@ +Task-Per-Derivative: 1 +Task-Section: user +Task-Description: Kubuntu desktop +Task-Extended-Description: This task provides the Kubuntu desktop environment. +Task-Key: kubuntu-desktop + += Hardware and Architecture Support = + +== Architecture-independent == + + * hotkey-setup + +Power management: + + * acpi-support + * (powernowd) + * powermanagement-interface [i386 amd64 powerpc ia64] + +Bluetooth: + + * (bluez-utils) # base for bluetooth support + * (bluez-cups) # allow connecting to bluetooth printers from CUPS + +== i386, i686, amd64 == + + * acpi + * acpid + * apmd [i386] + +== ppc32, ppc64 == + + * pbbuttonsd [powerpc] + += Console-Based Tools = + +These tools are very commonly used by people who drop into a console shell to do some work. + + * bc + * dc + * genisoimage + * (wodim) + * (cdparanoia) + * (dvd+rw-tools) + * screen + * lftp + * slocate # tool to index user files + * zip + * unzip # also used for .zip support in file-roller + += Network Services = + +Basic network services and Windows integration. + + * libnss-mdns # IPv4 link-local DNS support + * avahi-autoipd # IPv4 link-local interface configuration support + * smbclient # to access files on other SAMBA and Windows servers + * wvdial # for automatic dialup configuration via g-s-t + +These packages help with system integration + + * libsasl2-modules # allows integration with MTA and login system + * avahi-daemon + += Printing = + +Printing and printer configuration is a real weak spot in Debian, and in Linux in general. We will need to stay at the front of the curve here. + + * cupsys # our preferred printer management infrastructure + * cupsys-bsd # gives us lpc, lpq, lpr, lprm + * cupsys-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove + * foomatic-db-engine # integrate the foomatic printer driver engine + * foomatic-db # the foomatic printer driver database + * foomatic-filters # converter from postscript to printer-specific formats + * foomatic-db-hpijs # printer drivers from the hp inkjet project + * cupsys-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support + * openprinting-ppds # Most common drivers we want in desktop; less common are in o-p-extra + * pnm2ppa # several ppds require this + * ghostscript-x + * (hplip) # support for HP all-in-one printers + * min12xxw # support for KonicaMinolta PagePro 1200W, 1300W printers + * foo2zjs # Support for printing to ZjStream-based printers + += GUI infrastructure = + +Packages used for X preconfiguration are just Recommends; removing them after initial installation should be relatively safe. + + * (xresprobe) + * (laptop-detect) + * (discover1) + + * xorg # this includes xserver-xorg->xserver-xorg-{input|video}-* (no need to add specific drivers manually) + * xterm # Provide a backup terminal and complete X env. + * xkb-data # XKB data now lives here + +Fonts: + + * x-ttcidfont-conf + * ttf-bitstream-vera + * ttf-dejavu # includes characters missing in Vera + * ttf-freefont + * (ttf-kochi-gothic) + * (ttf-kochi-mincho) + * (ttf-arphic-uming) + * (ttf-arphic-ukai) + * (ttf-arabeyes) + * (ttf-baekmuk) + * (ttf-indic-fonts) + * (ttf-malayalam-fonts) + * (ttf-mgopen) + * (ttf-thai-tlwg) + * (ttf-lao) + * (ttf-gentium) + +Input methods: + + * (skim) + * (scim-qtimm) +# * (scim-tables-additional) [i386] # input support for language packs that we ship + += Desktop KDE Apps = + +We've chosen KDE as our desktop user interface of choice + + * arts-trinity + +== kdebase-trinity == + + * (kate-trinity) + * kcontrol-trinity + * kdepasswd-trinity + * kdeprint-trinity + * kdesktop-trinity + * (kfind-trinity) + * khelpcenter-trinity + * kicker-trinity + * (klipper-trinity) + * kmenuedit-trinity + * (konqueror-trinity) + * (konqueror-nsplugins-trinity) + * konsole-trinity + * ksmserver-trinity + * ksplash-trinity + * (ksysguard-trinity) + * kwin-trinity + * kdm-trinity # we want trinity as loginmanager + +== kdeadmin-trinity == + + * kcron-trinity + * kdeadmin-kfile-plugins-trinity + * knetworkconf-trinity + +== kdegraphics-trinity == + + * (gwenview-trinity) + * (kipi-plugins-trinity) [i386 amd64] # set of plugins for digikam and gwenview + * (kamera-trinity) + * kdegraphics-kfile-plugins-trinity + * (kooka-trinity) + * kpdf-trinity + * ksnapshot-trinity + * ksvg-trinity + * kghostview-trinity # For print preview + +== kdemultimedia-trinity == + + * libarts1-akode-trinity + * kdemultimedia-kfile-plugins-trinity + * kdemultimedia-kio-plugins-trinity + * kmix-trinity + +== kdenetwork-trinity == + + * kdenetwork-filesharing-trinity + * kdnssd-trinity + * (kopete-trinity) + * (kpf-trinity) + * (kppp-trinity) + * (krdc-trinity) + * (krfb-trinity) + * kdenetwork-kfile-plugins-trinity + +== kdepim-trinity == + + * (kontact-trinity) + * (kmail-trinity) + * (akregator-trinity) + * (korganizer-trinity) + * (kaddressbook-trinity) + * (knotes-trinity) + * (karm-trinity) + * (kdepim-wizards-trinity) + +== kdeutils-trinity == + + * ark-trinity + * (speedcrunch-trinity) + * (kmilo-trinity) + * (kwalletmanager-trinity) + +== koffice-trinity == + +# * (krita-trinity) +# * (kexi-trinity) # instead of openoffice-base + +== everything else KDE == + + * (k3b-trinity) # kde CD burning + * (konversation-trinity) # kde irc-client + * vorbis-tools # for kaudiocreator + * (amarok-trinity) # audio multimediaplayer + * (kaffeine-xine-trinity) # video multimediaplayer + * (keep-trinity) # kde backuptool + * hal # it's not very polished but it's the future + * (adept-trinity) # better package manager + * konq-plugins-trinity + * kde-systemsettings-trinity # kcontrol replacement + * dbus # for session dbus, #895. Previously dbus-1-utils which brought in gtk, dbus-launch moved to dbus + * (kubuntu-default-settings-trinity) + * kio-locate-trinity # file searching + * (katapult-trinity) # program launcher + * (kubuntu-konqueror-shortcuts-trinity) + * qca-tls # used by Kopete Jabber plugin + * (kdebluetooth-trinity) + * ksystemlog-trinity + * (kdepim-kio-plugins-trinity) # Make sure we have both of these for KMail + * kdebase-kio-plugins-trinity + * (gtk-qt-engine-trinity) + * kde-guidance-trinity # configuration tools + * (kde-guidance-powermanager-trinity) + * kio-apt-trinity + * ksplash-engine-moodin-trinity + * (ktorrent-trinity) + * (cdrdao) + * language-selector-qt + * (kmailcvt-trinity) + * (bogofilter) # spam filter for KMail + * hwdb-client-kde + * libqt-perl # for debconf + * (digikam-trinity) [i386 amd64] + * kde-style-polyester + * (networkstatus-trinity) + * software-properties-kde + * (apport-qt) + * (strigi-trinity) + * (strigi-applet-trinity) + * (pinentry-qt) # for SMIME e-mail support + * (gpg-agent) # for SMIME e-mail support + * (gdebi-kde-trinity) + +Don't use gstreamer for dapper, 0.8 is unsupported upstream and amarok/kaffeine are not yet ported to 0.10 +#The gstreamer0.10 packages we want to install: + +# * gstreamer0.10-alsa +# * gstreamer0.10-esd +# * gstreamer0.10-plugins-base-apps + +Accessibility tools: + + * (kmag-trinity-trinity) + * (kde-icons-mono-trinity) + * (kbstate-trinity) + * (kmousetool-trinity) + * (xcursor-themes-trinity) + * (brltty-trinity) + += Other Desktop GUI Apps = + + * (openoffice.org-kde) [i386 powerpc amd64] # before OOo to avoid openoffice.org-style-default + * (openoffice.org-writer) [i386 powerpc amd64] + * (openoffice.org-calc) [i386 powerpc amd64] + * (openoffice.org-impress) [i386 powerpc amd64] + * (openoffice.org-draw) [i386 powerpc amd64] + * (openoffice.org-math) [i386 powerpc amd64] + * (openoffice.org-java-common) [i386 powerpc amd64] + * (kscreensaver-trinity) + += Games = + + * (fortune-mod) # Needed by some screensavers + += Python = + +Python is a significant commitment, we will present Python wherever we can. + +Python Integrated Applications: + +Documentation: + +# * (diveintopython) + * (kubuntu-trinity-docs) + += Development = + +Here we provide a minimal development environment sufficient to build kernel +drivers, so that this is possible on the live CD and in scenarios where +it is problematic to get these packages onto the installed system in order +to compile a driver. -mdz + + * (gcc) + * (make) + * (linux-headers-generic) [i386] + * (linux-headers-powerpc) [powerpc] + * (linux-headers-powerpc64-smp) [powerpc] + * (linux-headers-generic) [amd64] + * (linux-headers-itanium) [ia64] + * (linux-headers-mckinley) [ia64] + * (linux-headers-sparc64) [sparc] + * (linux-headers-hppa32) [hppa] + * (linux-headers-hppa64) [hppa] + += Other = + + * kubuntu-desktop-trinity # the metapackage itself + * anacron # generally appropriate for desktops + * (bogofilter) + * usplash + * libxp6 # required for some third party apps. See #15739 + * kubuntu-artwork-usplash + * libpam-foreground +# * (example-content) # dholbach: dapper feature goal (wiki.ubuntu.com/ExampleContent) + * (landscape-client) + * readahead + += Germinate workarounds = + + * libglut3 # depended upon by freeglut3 + * libgl1-mesa-glx # depended upon by freeglut3 diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-amd64 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-amd64 new file mode 100644 index 000000000..d04f55409 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-amd64 @@ -0,0 +1,84 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-hppa b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-hppa new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-hppa @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-i386 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-i386 new file mode 100644 index 000000000..9873a7dba --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-i386 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +apmd +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-ia64 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-ia64 new file mode 100644 index 000000000..c28064c75 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-ia64 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-lpia b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-lpia new file mode 100644 index 000000000..a1666b456 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-lpia @@ -0,0 +1,83 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-powerpc b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-powerpc new file mode 100644 index 000000000..4f36cc499 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-powerpc @@ -0,0 +1,83 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pbbuttonsd +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-amd64 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-amd64 new file mode 100644 index 000000000..f39f1dabd --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-amd64 @@ -0,0 +1,112 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-hppa b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-hppa new file mode 100644 index 000000000..5a4bea656 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-hppa @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-hppa32 +linux-headers-hppa64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-i386 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-i386 new file mode 100644 index 000000000..bb1c0df3f --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-i386 @@ -0,0 +1,113 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-ia64 b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-ia64 new file mode 100644 index 000000000..dda138ee3 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-ia64 @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-itanium +linux-headers-mckinley +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-lpia b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-lpia new file mode 100644 index 000000000..e0de83e1b --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-lpia @@ -0,0 +1,108 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +make +min12xxw +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-powerpc b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-powerpc new file mode 100644 index 000000000..caf564463 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-powerpc @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-powerpc +linux-headers-powerpc64-smp +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-sparc b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-sparc new file mode 100644 index 000000000..0aa3a1fb1 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-recommends-sparc @@ -0,0 +1,108 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-sparc64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/desktop-sparc b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-sparc new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/desktop-sparc @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/update b/ubuntu/maverick/metapackages/kubuntu-meta/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr diff --git a/ubuntu/maverick/metapackages/kubuntu-meta/update.cfg b/ubuntu/maverick/metapackages/kubuntu-meta/update.cfg new file mode 100644 index 000000000..ee2975a4f --- /dev/null +++ b/ubuntu/maverick/metapackages/kubuntu-meta/update.cfg @@ -0,0 +1,20 @@ +[DEFAULT] +dist: hardy + +[hardy] +seeds: desktop +seed_map/desktop: desktop-common desktop-kubuntu-common desktop +architectures: i386 amd64 powerpc ia64 sparc hppa lpia +seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/ +seed_dist: kubuntu.%(dist)s +archive_base/default: http://archive.ubuntu.com/ubuntu/ +archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/ +archive_base/hppa: %(archive_base/ports)s +archive_base/ia64: %(archive_base/ports)s +archive_base/powerpc: %(archive_base/ports)s +archive_base/lpia: %(archive_base/ports)s +components: main restricted + +[hardy/bzr] +seed_base: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ +seed_dist: kubuntu.%(dist)s diff --git a/ubuntu/maverick/metapackages/sudo-trinity/debian/rules b/ubuntu/maverick/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/ubuntu/maverick/metapackages/sudo-trinity/debian/rules +++ b/ubuntu/maverick/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/metapackages/sudo-trinity/debian/source/options b/ubuntu/maverick/metapackages/sudo-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/metapackages/sudo-trinity/debian/source/options +++ b/ubuntu/maverick/metapackages/sudo-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tde-i18n/debian/control b/ubuntu/maverick/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/ubuntu/maverick/tde-i18n/debian/control +++ b/ubuntu/maverick/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/ubuntu/maverick/tde-i18n/debian/rules b/ubuntu/maverick/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/ubuntu/maverick/tde-i18n/debian/rules +++ b/ubuntu/maverick/tde-i18n/debian/rules @@ -31,6 +31,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/ubuntu/maverick/tde-i18n/debian/source/options b/ubuntu/maverick/tde-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tde-i18n/debian/source/options +++ b/ubuntu/maverick/tde-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeaccessibility/debian/rules b/ubuntu/maverick/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/ubuntu/maverick/tdeaccessibility/debian/rules +++ b/ubuntu/maverick/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/ubuntu/maverick/tdeaccessibility/debian/source/options b/ubuntu/maverick/tdeaccessibility/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeaccessibility/debian/source/options +++ b/ubuntu/maverick/tdeaccessibility/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeaddons/debian/rules b/ubuntu/maverick/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/ubuntu/maverick/tdeaddons/debian/rules +++ b/ubuntu/maverick/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/ubuntu/maverick/tdeaddons/debian/source/options b/ubuntu/maverick/tdeaddons/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeaddons/debian/source/options +++ b/ubuntu/maverick/tdeaddons/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeadmin/debian/rules b/ubuntu/maverick/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/ubuntu/maverick/tdeadmin/debian/rules +++ b/ubuntu/maverick/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine 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=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/ubuntu/maverick/tdeadmin/debian/source/options b/ubuntu/maverick/tdeadmin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeadmin/debian/source/options +++ b/ubuntu/maverick/tdeadmin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeartwork/debian/control b/ubuntu/maverick/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/ubuntu/maverick/tdeartwork/debian/control +++ b/ubuntu/maverick/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Sune Vuorela -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/ubuntu/maverick/tdeartwork/debian/rules b/ubuntu/maverick/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/ubuntu/maverick/tdeartwork/debian/rules +++ b/ubuntu/maverick/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/ubuntu/maverick/tdeartwork/debian/source/options b/ubuntu/maverick/tdeartwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeartwork/debian/source/options +++ b/ubuntu/maverick/tdeartwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdebase/debian/80ubuntu-xmodmap b/ubuntu/maverick/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/ubuntu/maverick/tdebase/debian/80ubuntu-xmodmap +++ b/ubuntu/maverick/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/ubuntu/maverick/tdebase/debian/control b/ubuntu/maverick/tdebase/debian/control index fededdb54..663827759 100644 --- a/ubuntu/maverick/tdebase/debian/control +++ b/ubuntu/maverick/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules index 1ddae9c58..a1e9c65f7 100755 --- a/ubuntu/maverick/tdebase/debian/rules +++ b/ubuntu/maverick/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/ubuntu/maverick/tdebase/debian/source/options b/ubuntu/maverick/tdebase/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdebase/debian/source/options +++ b/ubuntu/maverick/tdebase/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdebindings/debian/rules b/ubuntu/maverick/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/ubuntu/maverick/tdebindings/debian/rules +++ b/ubuntu/maverick/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/ubuntu/maverick/tdebindings/debian/source/options b/ubuntu/maverick/tdebindings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdebindings/debian/source/options +++ b/ubuntu/maverick/tdebindings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeedu/debian/rules b/ubuntu/maverick/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/ubuntu/maverick/tdeedu/debian/rules +++ b/ubuntu/maverick/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/ubuntu/maverick/tdeedu/debian/source/options b/ubuntu/maverick/tdeedu/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeedu/debian/source/options +++ b/ubuntu/maverick/tdeedu/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdegames/debian/rules b/ubuntu/maverick/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/ubuntu/maverick/tdegames/debian/rules +++ b/ubuntu/maverick/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/ubuntu/maverick/tdegames/debian/source/options b/ubuntu/maverick/tdegames/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdegames/debian/source/options +++ b/ubuntu/maverick/tdegames/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdegraphics/debian/rules b/ubuntu/maverick/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/ubuntu/maverick/tdegraphics/debian/rules +++ b/ubuntu/maverick/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/ubuntu/maverick/tdegraphics/debian/source/options b/ubuntu/maverick/tdegraphics/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdegraphics/debian/source/options +++ b/ubuntu/maverick/tdegraphics/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules index 717488e0f..1ca5cc3ef 100755 --- a/ubuntu/maverick/tdelibs/debian/rules +++ b/ubuntu/maverick/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/ubuntu/maverick/tdelibs/debian/source/options b/ubuntu/maverick/tdelibs/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdelibs/debian/source/options +++ b/ubuntu/maverick/tdelibs/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdemultimedia/debian/rules b/ubuntu/maverick/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/ubuntu/maverick/tdemultimedia/debian/rules +++ b/ubuntu/maverick/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/ubuntu/maverick/tdemultimedia/debian/source/options b/ubuntu/maverick/tdemultimedia/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdemultimedia/debian/source/options +++ b/ubuntu/maverick/tdemultimedia/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdenetwork/debian/control b/ubuntu/maverick/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/ubuntu/maverick/tdenetwork/debian/control +++ b/ubuntu/maverick/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius , Sarah Hobbs , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/ubuntu/maverick/tdenetwork/debian/control.in b/ubuntu/maverick/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/ubuntu/maverick/tdenetwork/debian/control.in +++ b/ubuntu/maverick/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/ubuntu/maverick/tdenetwork/debian/rules b/ubuntu/maverick/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/ubuntu/maverick/tdenetwork/debian/rules +++ b/ubuntu/maverick/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/maverick/tdenetwork/debian/source/options b/ubuntu/maverick/tdenetwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdenetwork/debian/source/options +++ b/ubuntu/maverick/tdenetwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdepim/debian/rules b/ubuntu/maverick/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/ubuntu/maverick/tdepim/debian/rules +++ b/ubuntu/maverick/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/ubuntu/maverick/tdepim/debian/source/options b/ubuntu/maverick/tdepim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdepim/debian/source/options +++ b/ubuntu/maverick/tdepim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdesdk/debian/control b/ubuntu/maverick/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/ubuntu/maverick/tdesdk/debian/control +++ b/ubuntu/maverick/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/ubuntu/maverick/tdesdk/debian/rules b/ubuntu/maverick/tdesdk/debian/rules index 3675e531a..36d49b7c7 100755 --- a/ubuntu/maverick/tdesdk/debian/rules +++ b/ubuntu/maverick/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/maverick/tdesdk/debian/source/options b/ubuntu/maverick/tdesdk/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdesdk/debian/source/options +++ b/ubuntu/maverick/tdesdk/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdetoys/debian/control b/ubuntu/maverick/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/ubuntu/maverick/tdetoys/debian/control +++ b/ubuntu/maverick/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/ubuntu/maverick/tdetoys/debian/rules b/ubuntu/maverick/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/ubuntu/maverick/tdetoys/debian/rules +++ b/ubuntu/maverick/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/ubuntu/maverick/tdetoys/debian/source/options b/ubuntu/maverick/tdetoys/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdetoys/debian/source/options +++ b/ubuntu/maverick/tdetoys/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdeutils/debian/control b/ubuntu/maverick/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/ubuntu/maverick/tdeutils/debian/control +++ b/ubuntu/maverick/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/ubuntu/maverick/tdeutils/debian/rules b/ubuntu/maverick/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/ubuntu/maverick/tdeutils/debian/rules +++ b/ubuntu/maverick/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/maverick/tdeutils/debian/source/options b/ubuntu/maverick/tdeutils/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdeutils/debian/source/options +++ b/ubuntu/maverick/tdeutils/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdevelop/debian/control b/ubuntu/maverick/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/ubuntu/maverick/tdevelop/debian/control +++ b/ubuntu/maverick/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Jeremy Lain -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/ubuntu/maverick/tdevelop/debian/source/options b/ubuntu/maverick/tdevelop/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdevelop/debian/source/options +++ b/ubuntu/maverick/tdevelop/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/maverick/tdewebdev/debian/rules b/ubuntu/maverick/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/ubuntu/maverick/tdewebdev/debian/rules +++ b/ubuntu/maverick/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/maverick/tdewebdev/debian/source/options b/ubuntu/maverick/tdewebdev/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/tdewebdev/debian/source/options +++ b/ubuntu/maverick/tdewebdev/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/abakus/debian/rules b/ubuntu/precise/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/ubuntu/precise/applications/abakus/debian/rules +++ b/ubuntu/precise/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/abakus/debian/source/options b/ubuntu/precise/applications/abakus/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/abakus/debian/source/options +++ b/ubuntu/precise/applications/abakus/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/adept/debian/rules b/ubuntu/precise/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/ubuntu/precise/applications/adept/debian/rules +++ b/ubuntu/precise/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/ubuntu/precise/applications/adept/debian/source/options b/ubuntu/precise/applications/adept/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/adept/debian/source/options +++ b/ubuntu/precise/applications/adept/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/amarok.cmake/debian/source/options b/ubuntu/precise/applications/amarok.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/amarok.cmake/debian/source/options +++ b/ubuntu/precise/applications/amarok.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/amarok/debian/rules b/ubuntu/precise/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/ubuntu/precise/applications/amarok/debian/rules +++ b/ubuntu/precise/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/ubuntu/precise/applications/amarok/debian/source/options b/ubuntu/precise/applications/amarok/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/amarok/debian/source/options +++ b/ubuntu/precise/applications/amarok/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/basket/debian/rules b/ubuntu/precise/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/ubuntu/precise/applications/basket/debian/rules +++ b/ubuntu/precise/applications/basket/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/basket/debian/source/options b/ubuntu/precise/applications/basket/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/basket/debian/source/options +++ b/ubuntu/precise/applications/basket/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/bibletime/debian/rules b/ubuntu/precise/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/ubuntu/precise/applications/bibletime/debian/rules +++ b/ubuntu/precise/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/ubuntu/precise/applications/bibletime/debian/source/options b/ubuntu/precise/applications/bibletime/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/bibletime/debian/source/options +++ b/ubuntu/precise/applications/bibletime/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules +++ b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options +++ b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/desktop-effects-tde/debian/rules b/ubuntu/precise/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/ubuntu/precise/applications/desktop-effects-tde/debian/rules +++ b/ubuntu/precise/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/ubuntu/precise/applications/desktop-effects-tde/debian/source/options b/ubuntu/precise/applications/desktop-effects-tde/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/desktop-effects-tde/debian/source/options +++ b/ubuntu/precise/applications/desktop-effects-tde/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/digikam/debian/rules b/ubuntu/precise/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/ubuntu/precise/applications/digikam/debian/rules +++ b/ubuntu/precise/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/ubuntu/precise/applications/digikam/debian/source/options b/ubuntu/precise/applications/digikam/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/digikam/debian/source/options +++ b/ubuntu/precise/applications/digikam/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/dolphin/debian/rules b/ubuntu/precise/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/ubuntu/precise/applications/dolphin/debian/rules +++ b/ubuntu/precise/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/ubuntu/precise/applications/dolphin/debian/source/options b/ubuntu/precise/applications/dolphin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/dolphin/debian/source/options +++ b/ubuntu/precise/applications/dolphin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/filelight-l10n/debian/rules b/ubuntu/precise/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/ubuntu/precise/applications/filelight-l10n/debian/rules +++ b/ubuntu/precise/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/filelight-l10n/debian/source/options b/ubuntu/precise/applications/filelight-l10n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/filelight-l10n/debian/source/options +++ b/ubuntu/precise/applications/filelight-l10n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/filelight/debian/rules b/ubuntu/precise/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/ubuntu/precise/applications/filelight/debian/rules +++ b/ubuntu/precise/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/filelight/debian/source/options b/ubuntu/precise/applications/filelight/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/filelight/debian/source/options +++ b/ubuntu/precise/applications/filelight/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/fusion-icon/debian/rules b/ubuntu/precise/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/ubuntu/precise/applications/fusion-icon/debian/rules +++ b/ubuntu/precise/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/ubuntu/precise/applications/fusion-icon/debian/source/options b/ubuntu/precise/applications/fusion-icon/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/fusion-icon/debian/source/options +++ b/ubuntu/precise/applications/fusion-icon/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gtk-qt-engine/debian/rules b/ubuntu/precise/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/ubuntu/precise/applications/gtk-qt-engine/debian/rules +++ b/ubuntu/precise/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/ubuntu/precise/applications/gtk-qt-engine/debian/source/options b/ubuntu/precise/applications/gtk-qt-engine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gtk-qt-engine/debian/source/options +++ b/ubuntu/precise/applications/gtk-qt-engine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules b/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules +++ b/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/gwenview-i18n/debian/rules b/ubuntu/precise/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/ubuntu/precise/applications/gwenview-i18n/debian/rules +++ b/ubuntu/precise/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/ubuntu/precise/applications/gwenview-i18n/debian/source/options b/ubuntu/precise/applications/gwenview-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gwenview-i18n/debian/source/options +++ b/ubuntu/precise/applications/gwenview-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gwenview/debian/rules b/ubuntu/precise/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/ubuntu/precise/applications/gwenview/debian/rules +++ b/ubuntu/precise/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/ubuntu/precise/applications/gwenview/debian/source/options b/ubuntu/precise/applications/gwenview/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gwenview/debian/source/options +++ b/ubuntu/precise/applications/gwenview/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k3b-i18n/debian/rules b/ubuntu/precise/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/ubuntu/precise/applications/k3b-i18n/debian/rules +++ b/ubuntu/precise/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/ubuntu/precise/applications/k3b-i18n/debian/source/options b/ubuntu/precise/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k3b-i18n/debian/source/options +++ b/ubuntu/precise/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k3b/debian/control b/ubuntu/precise/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/ubuntu/precise/applications/k3b/debian/control +++ b/ubuntu/precise/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Francois Marier , Fathi Boudra -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/ubuntu/precise/applications/k3b/debian/rules b/ubuntu/precise/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/ubuntu/precise/applications/k3b/debian/rules +++ b/ubuntu/precise/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/k3b/debian/source/options b/ubuntu/precise/applications/k3b/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k3b/debian/source/options +++ b/ubuntu/precise/applications/k3b/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k9copy/debian/rules b/ubuntu/precise/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/ubuntu/precise/applications/k9copy/debian/rules +++ b/ubuntu/precise/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/k9copy/debian/source/options b/ubuntu/precise/applications/k9copy/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k9copy/debian/source/options +++ b/ubuntu/precise/applications/k9copy/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kaffeine-mozilla/debian/rules b/ubuntu/precise/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/ubuntu/precise/applications/kaffeine-mozilla/debian/rules +++ b/ubuntu/precise/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options b/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options +++ b/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kaffeine/debian/rules b/ubuntu/precise/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/ubuntu/precise/applications/kaffeine/debian/rules +++ b/ubuntu/precise/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kaffeine/debian/source/options b/ubuntu/precise/applications/kaffeine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kaffeine/debian/source/options +++ b/ubuntu/precise/applications/kaffeine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/katapult/debian/rules b/ubuntu/precise/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/ubuntu/precise/applications/katapult/debian/rules +++ b/ubuntu/precise/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/ubuntu/precise/applications/katapult/debian/source/options b/ubuntu/precise/applications/katapult/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/katapult/debian/source/options +++ b/ubuntu/precise/applications/katapult/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbarcode/debian/rules b/ubuntu/precise/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/ubuntu/precise/applications/kbarcode/debian/rules +++ b/ubuntu/precise/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kbarcode/debian/source/options b/ubuntu/precise/applications/kbarcode/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbarcode/debian/source/options +++ b/ubuntu/precise/applications/kbarcode/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbfx/debian/rules b/ubuntu/precise/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/ubuntu/precise/applications/kbfx/debian/rules +++ b/ubuntu/precise/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/ubuntu/precise/applications/kbfx/debian/source/options b/ubuntu/precise/applications/kbfx/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbfx/debian/source/options +++ b/ubuntu/precise/applications/kbfx/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbookreader/debian/rules b/ubuntu/precise/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/ubuntu/precise/applications/kbookreader/debian/rules +++ b/ubuntu/precise/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kbookreader/debian/source/options b/ubuntu/precise/applications/kbookreader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbookreader/debian/source/options +++ b/ubuntu/precise/applications/kbookreader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kchmviewer/debian/rules b/ubuntu/precise/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/ubuntu/precise/applications/kchmviewer/debian/rules +++ b/ubuntu/precise/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kchmviewer/debian/source/options b/ubuntu/precise/applications/kchmviewer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kchmviewer/debian/source/options +++ b/ubuntu/precise/applications/kchmviewer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kcmautostart/debian/rules b/ubuntu/precise/applications/kcmautostart/debian/rules old mode 100644 new mode 100755 index 242fb2c84..9bed17b05 --- a/ubuntu/precise/applications/kcmautostart/debian/rules +++ b/ubuntu/precise/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kcmldap/debian/changelog b/ubuntu/precise/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldap/debian/compat b/ubuntu/precise/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldap/debian/control b/ubuntu/precise/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: RaphaĆ«l Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/ubuntu/precise/applications/kcmldap/debian/copyright b/ubuntu/precise/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldap/debian/rules b/ubuntu/precise/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/changelog b/ubuntu/precise/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/compat b/ubuntu/precise/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/control b/ubuntu/precise/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/copyright b/ubuntu/precise/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/rules b/ubuntu/precise/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/changelog b/ubuntu/precise/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/compat b/ubuntu/precise/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/control b/ubuntu/precise/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/copyright b/ubuntu/precise/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/rules b/ubuntu/precise/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcpuload/debian/rules b/ubuntu/precise/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/ubuntu/precise/applications/kcpuload/debian/rules +++ b/ubuntu/precise/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/kcpuload/debian/source/options b/ubuntu/precise/applications/kcpuload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kcpuload/debian/source/options +++ b/ubuntu/precise/applications/kcpuload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdbusnotification/debian/rules b/ubuntu/precise/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/ubuntu/precise/applications/kdbusnotification/debian/rules +++ b/ubuntu/precise/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/kdbusnotification/debian/source/options b/ubuntu/precise/applications/kdbusnotification/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdbusnotification/debian/source/options +++ b/ubuntu/precise/applications/kdbusnotification/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdiff3/debian/rules b/ubuntu/precise/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/ubuntu/precise/applications/kdiff3/debian/rules +++ b/ubuntu/precise/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kdiff3/debian/source/options b/ubuntu/precise/applications/kdiff3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdiff3/debian/source/options +++ b/ubuntu/precise/applications/kdiff3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdirstat/debian/rules b/ubuntu/precise/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/ubuntu/precise/applications/kdirstat/debian/rules +++ b/ubuntu/precise/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kdirstat/debian/source/options b/ubuntu/precise/applications/kdirstat/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdirstat/debian/source/options +++ b/ubuntu/precise/applications/kdirstat/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdpkg/debian/rules b/ubuntu/precise/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/ubuntu/precise/applications/kdpkg/debian/rules +++ b/ubuntu/precise/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kdpkg/debian/source/options b/ubuntu/precise/applications/kdpkg/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdpkg/debian/source/options +++ b/ubuntu/precise/applications/kdpkg/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/keep/debian/rules b/ubuntu/precise/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/ubuntu/precise/applications/keep/debian/rules +++ b/ubuntu/precise/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/keep/debian/source/options b/ubuntu/precise/applications/keep/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/keep/debian/source/options +++ b/ubuntu/precise/applications/keep/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kerberostray/debian/rules b/ubuntu/precise/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/applications/kerberostray/debian/rules +++ b/ubuntu/precise/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kerry/debian/rules b/ubuntu/precise/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/ubuntu/precise/applications/kerry/debian/rules +++ b/ubuntu/precise/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/ubuntu/precise/applications/kerry/debian/source/options b/ubuntu/precise/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kerry/debian/source/options +++ b/ubuntu/precise/applications/kerry/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kgtk-qt3/debian/rules b/ubuntu/precise/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/ubuntu/precise/applications/kgtk-qt3/debian/rules +++ b/ubuntu/precise/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/kgtk-qt3/debian/source/options b/ubuntu/precise/applications/kgtk-qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kgtk-qt3/debian/source/options +++ b/ubuntu/precise/applications/kgtk-qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kile/debian/rules b/ubuntu/precise/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/ubuntu/precise/applications/kile/debian/rules +++ b/ubuntu/precise/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kile/debian/source/options b/ubuntu/precise/applications/kile/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kile/debian/source/options +++ b/ubuntu/precise/applications/kile/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kima/debian/rules b/ubuntu/precise/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/ubuntu/precise/applications/kima/debian/rules +++ b/ubuntu/precise/applications/kima/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kima/debian/source/options b/ubuntu/precise/applications/kima/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kima/debian/source/options +++ b/ubuntu/precise/applications/kima/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-apt/debian/rules b/ubuntu/precise/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/ubuntu/precise/applications/kio-apt/debian/rules +++ b/ubuntu/precise/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kio-apt/debian/source/options b/ubuntu/precise/applications/kio-apt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-apt/debian/source/options +++ b/ubuntu/precise/applications/kio-apt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-locate/debian/rules b/ubuntu/precise/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/ubuntu/precise/applications/kio-locate/debian/rules +++ b/ubuntu/precise/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/kio-locate/debian/source/options b/ubuntu/precise/applications/kio-locate/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-locate/debian/source/options +++ b/ubuntu/precise/applications/kio-locate/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-umountwrapper/debian/rules b/ubuntu/precise/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/ubuntu/precise/applications/kio-umountwrapper/debian/rules +++ b/ubuntu/precise/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kio-umountwrapper/debian/source/options b/ubuntu/precise/applications/kio-umountwrapper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-umountwrapper/debian/source/options +++ b/ubuntu/precise/applications/kio-umountwrapper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kiosktool/debian/rules b/ubuntu/precise/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/ubuntu/precise/applications/kiosktool/debian/rules +++ b/ubuntu/precise/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kiosktool/debian/source/options b/ubuntu/precise/applications/kiosktool/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kiosktool/debian/source/options +++ b/ubuntu/precise/applications/kiosktool/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmatplot/debian/source/options b/ubuntu/precise/applications/kmatplot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmatplot/debian/source/options +++ b/ubuntu/precise/applications/kmatplot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmplayer/debian/rules b/ubuntu/precise/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/ubuntu/precise/applications/kmplayer/debian/rules +++ b/ubuntu/precise/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kmplayer/debian/source/options b/ubuntu/precise/applications/kmplayer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmplayer/debian/source/options +++ b/ubuntu/precise/applications/kmplayer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmyfirewall/debian/rules b/ubuntu/precise/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/ubuntu/precise/applications/kmyfirewall/debian/rules +++ b/ubuntu/precise/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kmyfirewall/debian/source/options b/ubuntu/precise/applications/kmyfirewall/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmyfirewall/debian/source/options +++ b/ubuntu/precise/applications/kmyfirewall/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmymoney/debian/rules b/ubuntu/precise/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/ubuntu/precise/applications/kmymoney/debian/rules +++ b/ubuntu/precise/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kmymoney/debian/source/options b/ubuntu/precise/applications/kmymoney/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmymoney/debian/source/options +++ b/ubuntu/precise/applications/kmymoney/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knemo/debian/rules b/ubuntu/precise/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/ubuntu/precise/applications/knemo/debian/rules +++ b/ubuntu/precise/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knemo/debian/source/options b/ubuntu/precise/applications/knemo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knemo/debian/source/options +++ b/ubuntu/precise/applications/knemo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetload/debian/rules b/ubuntu/precise/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/ubuntu/precise/applications/knetload/debian/rules +++ b/ubuntu/precise/applications/knetload/debian/rules @@ -9,6 +9,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/knetload/debian/source/options b/ubuntu/precise/applications/knetload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetload/debian/source/options +++ b/ubuntu/precise/applications/knetload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetstats/debian/rules b/ubuntu/precise/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/ubuntu/precise/applications/knetstats/debian/rules +++ b/ubuntu/precise/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knetstats/debian/source/options b/ubuntu/precise/applications/knetstats/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetstats/debian/source/options +++ b/ubuntu/precise/applications/knetstats/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options b/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager8/debian/rules b/ubuntu/precise/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/ubuntu/precise/applications/knetworkmanager8/debian/rules +++ b/ubuntu/precise/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knetworkmanager8/debian/source/options b/ubuntu/precise/applications/knetworkmanager8/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager8/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager8/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager9/debian/rules b/ubuntu/precise/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/ubuntu/precise/applications/knetworkmanager9/debian/rules +++ b/ubuntu/precise/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/ubuntu/precise/applications/knetworkmanager9/debian/source/options b/ubuntu/precise/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager9/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knights/debian/rules b/ubuntu/precise/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/ubuntu/precise/applications/knights/debian/rules +++ b/ubuntu/precise/applications/knights/debian/rules @@ -13,6 +13,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knights/debian/source/options b/ubuntu/precise/applications/knights/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knights/debian/source/options +++ b/ubuntu/precise/applications/knights/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knowit/debian/rules b/ubuntu/precise/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/ubuntu/precise/applications/knowit/debian/rules +++ b/ubuntu/precise/applications/knowit/debian/rules @@ -14,6 +14,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knowit/debian/source/options b/ubuntu/precise/applications/knowit/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knowit/debian/source/options +++ b/ubuntu/precise/applications/knowit/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knutclient/debian/rules b/ubuntu/precise/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/ubuntu/precise/applications/knutclient/debian/rules +++ b/ubuntu/precise/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knutclient/debian/source/options b/ubuntu/precise/applications/knutclient/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knutclient/debian/source/options +++ b/ubuntu/precise/applications/knutclient/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/koffice-i18n/debian/rules b/ubuntu/precise/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/ubuntu/precise/applications/koffice-i18n/debian/rules +++ b/ubuntu/precise/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/ubuntu/precise/applications/koffice-i18n/debian/source/options b/ubuntu/precise/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/koffice-i18n/debian/source/options +++ b/ubuntu/precise/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/koffice/debian/rules b/ubuntu/precise/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/ubuntu/precise/applications/koffice/debian/rules +++ b/ubuntu/precise/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/ubuntu/precise/applications/koffice/debian/source/options b/ubuntu/precise/applications/koffice/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/koffice/debian/source/options +++ b/ubuntu/precise/applications/koffice/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/konversation/debian/rules b/ubuntu/precise/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/ubuntu/precise/applications/konversation/debian/rules +++ b/ubuntu/precise/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/konversation/debian/source/options b/ubuntu/precise/applications/konversation/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/konversation/debian/source/options +++ b/ubuntu/precise/applications/konversation/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kopete-otr/debian/rules b/ubuntu/precise/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/precise/applications/kopete-otr/debian/rules +++ b/ubuntu/precise/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kopete-otr/debian/source/options b/ubuntu/precise/applications/kopete-otr/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kopete-otr/debian/source/options +++ b/ubuntu/precise/applications/kopete-otr/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpicosim/debian/rules b/ubuntu/precise/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/ubuntu/precise/applications/kpicosim/debian/rules +++ b/ubuntu/precise/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kpicosim/debian/source/options b/ubuntu/precise/applications/kpicosim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpicosim/debian/source/options +++ b/ubuntu/precise/applications/kpicosim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpilot/debian/rules b/ubuntu/precise/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/precise/applications/kpilot/debian/rules +++ b/ubuntu/precise/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpilot/debian/source/options b/ubuntu/precise/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpilot/debian/source/options +++ b/ubuntu/precise/applications/kpilot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave-nohal/debian/rules b/ubuntu/precise/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/ubuntu/precise/applications/kpowersave-nohal/debian/rules +++ b/ubuntu/precise/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpowersave-nohal/debian/source/options b/ubuntu/precise/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave-nohal/debian/source/options +++ b/ubuntu/precise/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave.cmake/debian/source/options b/ubuntu/precise/applications/kpowersave.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave.cmake/debian/source/options +++ b/ubuntu/precise/applications/kpowersave.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave/debian/rules b/ubuntu/precise/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/ubuntu/precise/applications/kpowersave/debian/rules +++ b/ubuntu/precise/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpowersave/debian/source/options b/ubuntu/precise/applications/kpowersave/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave/debian/source/options +++ b/ubuntu/precise/applications/kpowersave/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kradio/debian/rules b/ubuntu/precise/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/ubuntu/precise/applications/kradio/debian/rules +++ b/ubuntu/precise/applications/kradio/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kradio/debian/source/options b/ubuntu/precise/applications/kradio/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kradio/debian/source/options +++ b/ubuntu/precise/applications/kradio/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/krename/debian/rules b/ubuntu/precise/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/ubuntu/precise/applications/krename/debian/rules +++ b/ubuntu/precise/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/precise/applications/krename/debian/source/options b/ubuntu/precise/applications/krename/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/krename/debian/source/options +++ b/ubuntu/precise/applications/krename/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/krusader/debian/rules b/ubuntu/precise/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/ubuntu/precise/applications/krusader/debian/rules +++ b/ubuntu/precise/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/krusader/debian/source/options b/ubuntu/precise/applications/krusader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/krusader/debian/source/options +++ b/ubuntu/precise/applications/krusader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules b/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules +++ b/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options b/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options +++ b/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksquirrel/debian/rules b/ubuntu/precise/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/ubuntu/precise/applications/ksquirrel/debian/rules +++ b/ubuntu/precise/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/ksquirrel/debian/source/options b/ubuntu/precise/applications/ksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksquirrel/debian/source/options +++ b/ubuntu/precise/applications/ksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kstreamripper/debian/rules b/ubuntu/precise/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/ubuntu/precise/applications/kstreamripper/debian/rules +++ b/ubuntu/precise/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/ubuntu/precise/applications/kstreamripper/debian/source/options b/ubuntu/precise/applications/kstreamripper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kstreamripper/debian/source/options +++ b/ubuntu/precise/applications/kstreamripper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksystemlog/debian/rules b/ubuntu/precise/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/ubuntu/precise/applications/ksystemlog/debian/rules +++ b/ubuntu/precise/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/ksystemlog/debian/source/options b/ubuntu/precise/applications/ksystemlog/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksystemlog/debian/source/options +++ b/ubuntu/precise/applications/ksystemlog/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ktechlab/debian/rules b/ubuntu/precise/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/ubuntu/precise/applications/ktechlab/debian/rules +++ b/ubuntu/precise/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/ubuntu/precise/applications/ktechlab/debian/source/options b/ubuntu/precise/applications/ktechlab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ktechlab/debian/source/options +++ b/ubuntu/precise/applications/ktechlab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ktorrent/debian/rules b/ubuntu/precise/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/ubuntu/precise/applications/ktorrent/debian/rules +++ b/ubuntu/precise/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/ubuntu/precise/applications/ktorrent/debian/source/options b/ubuntu/precise/applications/ktorrent/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ktorrent/debian/source/options +++ b/ubuntu/precise/applications/ktorrent/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kuickshow/debian/rules b/ubuntu/precise/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/ubuntu/precise/applications/kuickshow/debian/rules +++ b/ubuntu/precise/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kuickshow/debian/source/options b/ubuntu/precise/applications/kuickshow/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kuickshow/debian/source/options +++ b/ubuntu/precise/applications/kuickshow/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvirc/debian/rules b/ubuntu/precise/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/ubuntu/precise/applications/kvirc/debian/rules +++ b/ubuntu/precise/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/ubuntu/precise/applications/kvirc/debian/source/options b/ubuntu/precise/applications/kvirc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvirc/debian/source/options +++ b/ubuntu/precise/applications/kvirc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvkbd/debian/rules b/ubuntu/precise/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/ubuntu/precise/applications/kvkbd/debian/rules +++ b/ubuntu/precise/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/ubuntu/precise/applications/kvkbd/debian/source/options b/ubuntu/precise/applications/kvkbd/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvkbd/debian/source/options +++ b/ubuntu/precise/applications/kvkbd/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvpnc/debian/rules b/ubuntu/precise/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/ubuntu/precise/applications/kvpnc/debian/rules +++ b/ubuntu/precise/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/ubuntu/precise/applications/kvpnc/debian/source/options b/ubuntu/precise/applications/kvpnc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvpnc/debian/source/options +++ b/ubuntu/precise/applications/kvpnc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/piklab/debian/rules b/ubuntu/precise/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/ubuntu/precise/applications/piklab/debian/rules +++ b/ubuntu/precise/applications/piklab/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/piklab/debian/source/options b/ubuntu/precise/applications/piklab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/piklab/debian/source/options +++ b/ubuntu/precise/applications/piklab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/potracegui/debian/rules b/ubuntu/precise/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/ubuntu/precise/applications/potracegui/debian/rules +++ b/ubuntu/precise/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/potracegui/debian/source/options b/ubuntu/precise/applications/potracegui/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/potracegui/debian/source/options +++ b/ubuntu/precise/applications/potracegui/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules +++ b/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/ubuntu/precise/applications/rosegarden/debian/rules b/ubuntu/precise/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/ubuntu/precise/applications/rosegarden/debian/rules +++ b/ubuntu/precise/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/precise/applications/rosegarden/debian/source/options b/ubuntu/precise/applications/rosegarden/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/rosegarden/debian/source/options +++ b/ubuntu/precise/applications/rosegarden/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/smartcardauth/debian/rules b/ubuntu/precise/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/ubuntu/precise/applications/smartcardauth/debian/rules +++ b/ubuntu/precise/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/applications/smartcardauth/debian/source/options b/ubuntu/precise/applications/smartcardauth/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/smartcardauth/debian/source/options +++ b/ubuntu/precise/applications/smartcardauth/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/smb4k/debian/rules b/ubuntu/precise/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/ubuntu/precise/applications/smb4k/debian/rules +++ b/ubuntu/precise/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/smb4k/debian/source/options b/ubuntu/precise/applications/smb4k/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/smb4k/debian/source/options +++ b/ubuntu/precise/applications/smb4k/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/soundkonverter/debian/rules b/ubuntu/precise/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/ubuntu/precise/applications/soundkonverter/debian/rules +++ b/ubuntu/precise/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/ubuntu/precise/applications/soundkonverter/debian/source/options b/ubuntu/precise/applications/soundkonverter/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/soundkonverter/debian/source/options +++ b/ubuntu/precise/applications/soundkonverter/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-guidance/debian/rules b/ubuntu/precise/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/ubuntu/precise/applications/tde-guidance/debian/rules +++ b/ubuntu/precise/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/ubuntu/precise/applications/tde-guidance/debian/source/options b/ubuntu/precise/applications/tde-guidance/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-guidance/debian/source/options +++ b/ubuntu/precise/applications/tde-guidance/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-style-lipstik/debian/rules b/ubuntu/precise/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/ubuntu/precise/applications/tde-style-lipstik/debian/rules +++ b/ubuntu/precise/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/tde-style-lipstik/debian/source/options b/ubuntu/precise/applications/tde-style-lipstik/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-style-lipstik/debian/source/options +++ b/ubuntu/precise/applications/tde-style-lipstik/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-style-qtcurve/debian/rules b/ubuntu/precise/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/ubuntu/precise/applications/tde-style-qtcurve/debian/rules +++ b/ubuntu/precise/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options b/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options +++ b/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-systemsettings/debian/rules b/ubuntu/precise/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/ubuntu/precise/applications/tde-systemsettings/debian/rules +++ b/ubuntu/precise/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/tde-systemsettings/debian/source/options b/ubuntu/precise/applications/tde-systemsettings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-systemsettings/debian/source/options +++ b/ubuntu/precise/applications/tde-systemsettings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdesudo/debian/rules b/ubuntu/precise/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/ubuntu/precise/applications/tdesudo/debian/rules +++ b/ubuntu/precise/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/ubuntu/precise/applications/tdesudo/debian/source/options b/ubuntu/precise/applications/tdesudo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdesudo/debian/source/options +++ b/ubuntu/precise/applications/tdesudo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdesvn/debian/rules b/ubuntu/precise/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/ubuntu/precise/applications/tdesvn/debian/rules +++ b/ubuntu/precise/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/tdesvn/debian/source/options b/ubuntu/precise/applications/tdesvn/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdesvn/debian/source/options +++ b/ubuntu/precise/applications/tdesvn/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdmtheme/debian/rules b/ubuntu/precise/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/ubuntu/precise/applications/tdmtheme/debian/rules +++ b/ubuntu/precise/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/tdmtheme/debian/source/options b/ubuntu/precise/applications/tdmtheme/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdmtheme/debian/source/options +++ b/ubuntu/precise/applications/tdmtheme/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tellico/debian/rules b/ubuntu/precise/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/ubuntu/precise/applications/tellico/debian/rules +++ b/ubuntu/precise/applications/tellico/debian/rules @@ -12,6 +12,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/tellico/debian/source/options b/ubuntu/precise/applications/tellico/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tellico/debian/source/options +++ b/ubuntu/precise/applications/tellico/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/twin-style-crystal/debian/rules b/ubuntu/precise/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/ubuntu/precise/applications/twin-style-crystal/debian/rules +++ b/ubuntu/precise/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/twin-style-crystal/debian/source/options b/ubuntu/precise/applications/twin-style-crystal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/twin-style-crystal/debian/source/options +++ b/ubuntu/precise/applications/twin-style-crystal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/wlassistant/debian/rules b/ubuntu/precise/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/ubuntu/precise/applications/wlassistant/debian/rules +++ b/ubuntu/precise/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/wlassistant/debian/source/options b/ubuntu/precise/applications/wlassistant/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/wlassistant/debian/source/options +++ b/ubuntu/precise/applications/wlassistant/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/yakuake/debian/rules b/ubuntu/precise/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/ubuntu/precise/applications/yakuake/debian/rules +++ b/ubuntu/precise/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/precise/applications/yakuake/debian/source/options b/ubuntu/precise/applications/yakuake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/yakuake/debian/source/options +++ b/ubuntu/precise/applications/yakuake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/defaultsettings b/ubuntu/precise/defaultsettings new file mode 120000 index 000000000..39f665b36 --- /dev/null +++ b/ubuntu/precise/defaultsettings @@ -0,0 +1 @@ +../maverick/defaultsettings \ No newline at end of file diff --git a/ubuntu/precise/dependencies/arts/debian/rules b/ubuntu/precise/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/ubuntu/precise/dependencies/arts/debian/rules +++ b/ubuntu/precise/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/ubuntu/precise/dependencies/arts/debian/source/options b/ubuntu/precise/dependencies/arts/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/arts/debian/source/options +++ b/ubuntu/precise/dependencies/arts/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/control b/ubuntu/precise/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/control +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Timothy Pearson Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/rules b/ubuntu/precise/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/rules +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/source/options b/ubuntu/precise/dependencies/avahi-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules b/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules +++ b/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options b/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/dbus-tqt/debian/rules b/ubuntu/precise/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/ubuntu/precise/dependencies/dbus-tqt/debian/rules +++ b/ubuntu/precise/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/dbus-tqt/debian/source/options b/ubuntu/precise/dependencies/dbus-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/dbus-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/dbus-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/libart-lgpl/debian/rules b/ubuntu/precise/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/ubuntu/precise/dependencies/libart-lgpl/debian/rules +++ b/ubuntu/precise/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/libart-lgpl/debian/source/options b/ubuntu/precise/dependencies/libart-lgpl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/libart-lgpl/debian/source/options +++ b/ubuntu/precise/dependencies/libart-lgpl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/libcaldav/debian/rules b/ubuntu/precise/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/ubuntu/precise/dependencies/libcaldav/debian/rules +++ b/ubuntu/precise/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/dependencies/libcarddav/debian/rules b/ubuntu/precise/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/ubuntu/precise/dependencies/libcarddav/debian/rules +++ b/ubuntu/precise/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/dependencies/python-tqt/debian/rules b/ubuntu/precise/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/ubuntu/precise/dependencies/python-tqt/debian/rules +++ b/ubuntu/precise/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/precise/dependencies/python-tqt/debian/source/options b/ubuntu/precise/dependencies/python-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/python-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/python-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/qt3/debian/control b/ubuntu/precise/dependencies/qt3/debian/control index 91db9a202..4be146e7d 100644 --- a/ubuntu/precise/dependencies/qt3/debian/control +++ b/ubuntu/precise/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/series b/ubuntu/precise/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/precise/dependencies/qt3/debian/patches/series +++ b/ubuntu/precise/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/precise/dependencies/qt3/debian/rules b/ubuntu/precise/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/ubuntu/precise/dependencies/qt3/debian/rules +++ b/ubuntu/precise/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/precise/dependencies/qt3/debian/source/options b/ubuntu/precise/dependencies/qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/qt3/debian/source/options +++ b/ubuntu/precise/dependencies/qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/sip4-tqt/debian/rules b/ubuntu/precise/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/ubuntu/precise/dependencies/sip4-tqt/debian/rules +++ b/ubuntu/precise/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/ubuntu/precise/dependencies/sip4-tqt/debian/source/options b/ubuntu/precise/dependencies/sip4-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/sip4-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/sip4-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqca-tls/debian/rules b/ubuntu/precise/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/ubuntu/precise/dependencies/tqca-tls/debian/rules +++ b/ubuntu/precise/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/dependencies/tqca-tls/debian/source/options b/ubuntu/precise/dependencies/tqca-tls/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqca-tls/debian/source/options +++ b/ubuntu/precise/dependencies/tqca-tls/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqscintilla/debian/rules b/ubuntu/precise/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/ubuntu/precise/dependencies/tqscintilla/debian/rules +++ b/ubuntu/precise/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/precise/dependencies/tqscintilla/debian/source/options b/ubuntu/precise/dependencies/tqscintilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqscintilla/debian/source/options +++ b/ubuntu/precise/dependencies/tqscintilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqt3/debian/control b/ubuntu/precise/dependencies/tqt3/debian/control index 1c8b45da3..b45983f80 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/control +++ b/ubuntu/precise/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/precise/dependencies/tqt3/debian/patches/series b/ubuntu/precise/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/patches/series +++ b/ubuntu/precise/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/precise/dependencies/tqt3/debian/rules b/ubuntu/precise/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/ubuntu/precise/dependencies/tqt3/debian/rules +++ b/ubuntu/precise/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/precise/dependencies/tqt3/debian/source/options b/ubuntu/precise/dependencies/tqt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/source/options +++ b/ubuntu/precise/dependencies/tqt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqtinterface/debian/rules b/ubuntu/precise/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/ubuntu/precise/dependencies/tqtinterface/debian/rules +++ b/ubuntu/precise/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/dependencies/tqtinterface/debian/source/options b/ubuntu/precise/dependencies/tqtinterface/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqtinterface/debian/source/options +++ b/ubuntu/precise/dependencies/tqtinterface/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/kdegraphics.automake/debian/source/options b/ubuntu/precise/kdegraphics.automake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/kdegraphics.automake/debian/source/options +++ b/ubuntu/precise/kdegraphics.automake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/kdevelop.cmake/debian/source/options b/ubuntu/precise/kdevelop.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/kdevelop.cmake/debian/source/options +++ b/ubuntu/precise/kdevelop.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/kipi-plugins/debian/rules b/ubuntu/precise/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/ubuntu/precise/libraries/kipi-plugins/debian/rules +++ b/ubuntu/precise/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/precise/libraries/kipi-plugins/debian/source/options b/ubuntu/precise/libraries/kipi-plugins/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/kipi-plugins/debian/source/options +++ b/ubuntu/precise/libraries/kipi-plugins/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkdcraw/debian/rules b/ubuntu/precise/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/ubuntu/precise/libraries/libkdcraw/debian/rules +++ b/ubuntu/precise/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/libraries/libkdcraw/debian/source/options b/ubuntu/precise/libraries/libkdcraw/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkdcraw/debian/source/options +++ b/ubuntu/precise/libraries/libkdcraw/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkexiv2/debian/rules b/ubuntu/precise/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/ubuntu/precise/libraries/libkexiv2/debian/rules +++ b/ubuntu/precise/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/ubuntu/precise/libraries/libkexiv2/debian/source/options b/ubuntu/precise/libraries/libkexiv2/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkexiv2/debian/source/options +++ b/ubuntu/precise/libraries/libkexiv2/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkipi/debian/rules b/ubuntu/precise/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/ubuntu/precise/libraries/libkipi/debian/rules +++ b/ubuntu/precise/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/precise/libraries/libkipi/debian/source/options b/ubuntu/precise/libraries/libkipi/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkipi/debian/source/options +++ b/ubuntu/precise/libraries/libkipi/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libksquirrel/debian/rules b/ubuntu/precise/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/ubuntu/precise/libraries/libksquirrel/debian/rules +++ b/ubuntu/precise/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/libksquirrel/debian/source/options b/ubuntu/precise/libraries/libksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libksquirrel/debian/source/options +++ b/ubuntu/precise/libraries/libksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libtdeldap/debian/control b/ubuntu/precise/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/ubuntu/precise/libraries/libtdeldap/debian/control +++ b/ubuntu/precise/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/ubuntu/precise/libraries/libtdeldap/debian/rules b/ubuntu/precise/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/libraries/libtdeldap/debian/rules +++ b/ubuntu/precise/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/libraries/libtqt-perl/debian/rules b/ubuntu/precise/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/ubuntu/precise/libraries/libtqt-perl/debian/rules +++ b/ubuntu/precise/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/ubuntu/precise/libraries/libtqt-perl/debian/source/options b/ubuntu/precise/libraries/libtqt-perl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libtqt-perl/debian/source/options +++ b/ubuntu/precise/libraries/libtqt-perl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/mlt++/debian/rules b/ubuntu/precise/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/ubuntu/precise/libraries/mlt++/debian/rules +++ b/ubuntu/precise/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/mlt++/debian/source/options b/ubuntu/precise/libraries/mlt++/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/mlt++/debian/source/options +++ b/ubuntu/precise/libraries/mlt++/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/mlt/debian/rules b/ubuntu/precise/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/ubuntu/precise/libraries/mlt/debian/rules +++ b/ubuntu/precise/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/mlt/debian/source/options b/ubuntu/precise/libraries/mlt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/mlt/debian/source/options +++ b/ubuntu/precise/libraries/mlt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/control b/ubuntu/precise/libraries/pytdeextensions/debian/control index 73d813acb..695fb6c89 100644 --- a/ubuntu/precise/libraries/pytdeextensions/debian/control +++ b/ubuntu/precise/libraries/pytdeextensions/debian/control @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/rules b/ubuntu/precise/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/ubuntu/precise/libraries/pytdeextensions/debian/rules +++ b/ubuntu/precise/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/source/options b/ubuntu/precise/libraries/pytdeextensions/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/pytdeextensions/debian/source/options +++ b/ubuntu/precise/libraries/pytdeextensions/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/python-trinity/debian/rules b/ubuntu/precise/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/ubuntu/precise/libraries/python-trinity/debian/rules +++ b/ubuntu/precise/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/precise/libraries/python-trinity/debian/source/options b/ubuntu/precise/libraries/python-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/python-trinity/debian/source/options +++ b/ubuntu/precise/libraries/python-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/metapackages/kubuntu-meta/COPYING b/ubuntu/precise/metapackages/kubuntu-meta/COPYING new file mode 100644 index 000000000..d511905c1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, 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. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public 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. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 of the License, 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/README b/ubuntu/precise/metapackages/kubuntu-meta/README new file mode 100644 index 000000000..357d51105 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/README @@ -0,0 +1,8 @@ +Run the "update" script to automatically generate new dependency +lists. The result will be based on the published seed lists, filtered +by: + +- The Packages files (nonexistent packages will be skipped) + +- debootstrap (packages not yet added to debootstrap will not be added + to ubuntu-base) diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog b/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog new file mode 100644 index 000000000..0a3dc07a4 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog @@ -0,0 +1,3571 @@ +kubuntu-meta-trinity (1:83) lucid; urgency=low + + * R14.0.0 rebuild + + -- Timothy Pearson Tue, 01 May 2012 02:27:00 -0600 + +kubuntu-meta-trinity (1:78) lucid; urgency=low + + * 3.5.13 rebuild + + -- Timothy Pearson Tue, 16 Aug 2011 02:09:00 -0600 + +kubuntu-meta-trinity (1:73) maverick; urgency=low + + * Maverick rebuild + + -- Timothy Pearson Tue, 07 Sep 2010 18:37:00 -0600 + +kubuntu-meta-trinity (1:65) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +kubuntu-meta-trinity (1:61) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package software-properties-kde + * Changed kio-apt-trinity from depends to recommends + + -- Timothy Pearson Wed, 25 Mar 2009 11:47:00 -0600 + +kubuntu-meta-trinity (1:58) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package language-selector-qt + + -- Timothy Pearson Fri, 06 Mar 2009 13:47:00 -0600 + +kubuntu-meta-trinity (1:57) intrepid; urgency=low + + * Refreshed dependencies and Intrepid versioning update + + -- Timothy Pearson Tue, 02 Dec 2008 17:01:00 -0600 + +kubuntu-meta (1.75) hardy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ijsgutenprint to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Wed, 16 Apr 2008 14:23:47 +0100 + +kubuntu-meta (1.74) hardy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Fri, 11 Apr 2008 13:48:20 +0100 + +kubuntu-meta (1.73) hardy; urgency=low + + * Refreshed dependencies + * Added ca-certificates to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Steve Langasek Tue, 08 Apr 2008 00:21:16 -0700 + +kubuntu-meta (1.72) hardy; urgency=low + + * Refreshed dependencies + * Added dmz-cursor-theme to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Thu, 13 Mar 2008 12:07:23 +0000 + +kubuntu-meta (1.71) hardy; urgency=low + + * Refreshed dependencies + * Added desktop-effects-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Wed, 12 Mar 2008 21:15:49 +0000 + +kubuntu-meta (1.70) hardy; urgency=low + + * Refreshed dependencies + * Added kde-style-qtcurve to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed kde-style-polyester from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell Wed, 12 Mar 2008 11:32:00 +0000 + +kubuntu-meta (1.69) hardy; urgency=low + + * Refreshed dependencies + * Added scim-bridge-agent to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added scim-bridge-client-qt to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed discover1 from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ksplash-engine-moodin from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed ttf-mgopen from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ttf-sil-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed xresprobe from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Mon, 10 Mar 2008 18:16:34 +0000 + +kubuntu-meta (1.68) hardy; urgency=low + + * Refreshed dependencies + * Removed kde-icons-mono from desktop-recommends-amd64, desktop- + recommends-powerpc, desktop-recommends-ia64, desktop-recommends- + sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Thu, 21 Feb 2008 18:42:48 +0000 + +kubuntu-meta (1.67) hardy; urgency=low + + * Refreshed dependencies + * Added alsa-base to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added alsa-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added jockey-kde to desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell Wed, 20 Feb 2008 16:26:04 +0000 + +kubuntu-meta (1.66) hardy; urgency=low + + * Refreshed dependencies + * Added jockey-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-sparc + * Added kwin-style-crystal to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed slocate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Jonathan Riddell Sun, 17 Feb 2008 11:12:18 +0000 + +kubuntu-meta (1.65) hardy; urgency=low + + * Add desktop-kubuntu-common to update.cfg + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed foomatic-db-gutenprint from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + + -- Jonathan Riddell Wed, 13 Feb 2008 13:00:04 +0000 + +kubuntu-meta (1.64) hardy; urgency=low + + * Add seed_map/desktop to update.cfg to cope with seed reorganisation. + * Remove output_seeds from update.cfg (and 'required' from seeds option), + since germinate deals with this automatically now. Build-depend on + germinate (>= 0.38) for this. + * Point to specific GPL version in debian/copyright. + * Policy version 3.7.3. + + * Refreshed dependencies + * Added foomatic-db-hpijs to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed foomatic-db-hpijs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Colin Watson Tue, 12 Feb 2008 14:32:26 +0000 + +kubuntu-meta (1.63) hardy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-hppa + * Added system-config-printer-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-sil-gentium to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed restricted-manager-kde from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Tue, 29 Jan 2008 16:45:15 +0000 + +kubuntu-meta (1.62) hardy; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed openoffice.org-draw from desktop-recommends-i386, desktop- + recommends-amd64 + * Removed openoffice.org-java-common from desktop-recommends-i386, + desktop-recommends-amd64 + * Removed openoffice.org-math from desktop-recommends-i386, desktop- + recommends-amd64 + + -- Jonathan Riddell Wed, 19 Dec 2007 11:17:25 +0000 + +kubuntu-meta (1.61) hardy; urgency=low + + * Refreshed dependencies + * Added kaffeine to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed kaffeine-xine from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Fri, 30 Nov 2007 13:39:29 +0000 + +kubuntu-meta (1.60) hardy; urgency=low + + * update.cfg: + - Switch to Hardy. + - Switch from sftp:// to bzr+ssh:// for seed checkout for faster + operation. + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-hppa + * Added kde-style-polyester to desktop-sparc + * Added xdg-user-dirs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ksplash from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed libpam-foreground from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed openoffice.org-calc from desktop-recommends-powerpc + * Removed openoffice.org-draw from desktop-recommends-powerpc + * Removed openoffice.org-impress from desktop-recommends-powerpc + * Removed openoffice.org-java-common from desktop-recommends-powerpc + * Removed openoffice.org-kde from desktop-recommends-powerpc + * Removed openoffice.org-math from desktop-recommends-powerpc + * Removed openoffice.org-writer from desktop-recommends-powerpc + + -- Martin Pitt Fri, 23 Nov 2007 09:06:50 +0100 + +kubuntu-meta (1.59) gutsy; urgency=low + + * Refreshed dependencies + * Removed cupsys-driver-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell Mon, 08 Oct 2007 14:51:05 +0100 + +kubuntu-meta (1.58) gutsy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt Sat, 06 Oct 2007 13:15:22 +0200 + +kubuntu-meta (1.57) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-hppa + * Added hplip-gui to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Added kde-style-polyester to desktop-hppa + * Added libgl1-mesa-glx to desktop-hppa + * Added network-manager-kde to desktop-recommends-hppa + * Added restricted-manager-kde to desktop-recommends-hppa + * Added strigi-daemon to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed strigi-plugins from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell Fri, 05 Oct 2007 13:32:59 +0100 + +kubuntu-meta (1.56) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-recommends-hppa + * Added genisoimage to desktop-hppa + * Added ghostscript-x to desktop-hppa + * Added kde-guidance-powermanager to desktop-recommends-hppa + * Added kdesudo to desktop-recommends-hppa + * Added kio-umountwrapper to desktop-recommends-hppa + * Added kvkbd to desktop-recommends-hppa + * Added make to desktop-recommends-hppa + * Added pxljr to desktop-recommends-hppa + * Added splix to desktop-recommends-hppa + * Added strigi-applet to desktop-recommends-hppa + * Added strigi-plugins to desktop-recommends-hppa + * Added ttf-dejavu-core to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added ttf-indic-fonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-unfonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added wodim to desktop-recommends-hppa + * Removed ttf-baekmuk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-dejavu from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ttf-indic-fonts from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt Thu, 20 Sep 2007 11:12:16 +0200 + +kubuntu-meta (1.55) gutsy; urgency=low + + * Refreshed dependencies + * Added kdebluetooth to desktop-recommends-lpia + * Added kdesudo to desktop-recommends-lpia + * Added keep to desktop-recommends-lpia + * Added kvkbd to desktop-recommends-lpia + * Added qca-tls to desktop-lpia + * Added restricted-manager-kde to desktop-recommends-lpia + * Added scim-qtimm to desktop-recommends-lpia + * Added splix to desktop-recommends-lpia + + -- Jonathan Riddell Fri, 07 Sep 2007 23:18:01 +0100 + +kubuntu-meta (1.54) gutsy; urgency=low + + * Generate packages for lpia. + + -- Matthias Klose Wed, 22 Aug 2007 17:24:37 +0000 + +kubuntu-meta (1.53) gutsy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kvkbd to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Wed, 22 Aug 2007 15:38:24 +0100 + +kubuntu-meta (1.52) gutsy; urgency=low + + * Refreshed dependencies + * Added rdesktop to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Fri, 17 Aug 2007 15:52:54 +0100 + +kubuntu-meta (1.51) gutsy; urgency=low + + * Refreshed dependencies + * Added foo2zjs to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added min12xxw to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added pxljr to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added splix to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed foo2zjs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed min12xxw from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Fri, 17 Aug 2007 12:01:37 +0100 + +kubuntu-meta (1.50) gutsy; urgency=low + + * Refreshed dependencies + * Added kdesudo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Mon, 13 Aug 2007 13:42:30 +0100 + +kubuntu-meta (1.49) gutsy; urgency=low + + * Refreshed dependencies + * Added wvdial to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed openoffice.org-gtk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wvdial from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Fri, 10 Aug 2007 11:45:42 +0200 + +kubuntu-meta (1.48) gutsy; urgency=low + + * Refreshed dependencies + * Added openoffice.org-gtk to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc. This is a temporary + workaround for LP #127944 for Tribe 4. + * Added restricted-manager-kde to desktop-recommends-sparc + + -- Martin Pitt Wed, 08 Aug 2007 09:02:48 +0200 + +kubuntu-meta (1.47) gutsy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + sparc + * Added restricted-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64 + + -- Jonathan Riddell Mon, 06 Aug 2007 19:11:35 +0100 + +kubuntu-meta (1.46) gutsy; urgency=low + + * Refreshed dependencies + * Added network-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added xdg-utils to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-ia64 + * Removed knetworkmanager from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Sat, 04 Aug 2007 09:33:54 +0100 + +kubuntu-meta (1.45) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kio-umountwrapper to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added libgl1-mesa-dri to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added libnss-mdns to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed avahi-autoipd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed libnss-mdns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 24 Jul 2007 10:07:24 +0100 + +kubuntu-meta (1.44) gutsy; urgency=low + + * Include a copy of GPLv2 (LP: #80513). + + -- Colin Watson Thu, 19 Jul 2007 22:09:50 +0100 + +kubuntu-meta (1.43) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell Mon, 16 Jul 2007 13:03:03 +0100 + +kubuntu-meta (1.42) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-applet to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Sarah Hobbs Mon, 16 Jul 2007 13:01:18 +0100 + +kubuntu-meta (1.41) gutsy; urgency=low + + [ Anthony Mercatante ] + * Refreshed dependencies + * Added pinentry-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed xterm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Wed, 04 Jul 2007 13:26:22 +0200 + +kubuntu-meta (1.40) gutsy; urgency=low + + * Fix update.cfg so that update works from bzr. + + -- Colin Watson Tue, 03 Jul 2007 15:46:15 +0100 + +kubuntu-meta (1.39) gutsy; urgency=low + + * Switch powerpc to http://ports.ubuntu.com/ubuntu-ports/. + + -- Colin Watson Tue, 03 Jul 2007 15:20:11 +0100 + +kubuntu-meta (1.38) gutsy; urgency=low + + * Refreshed dependencies + * Added gdebi-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed kpager from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Tue, 26 Jun 2007 00:43:59 +0100 + +kubuntu-meta (1.37) gutsy; urgency=low + + * Refreshed dependencies + * Added adept to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added amarok to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdparanoia to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdrdao to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added dolphin to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added dvd+rw-tools to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added fortune-mod to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added k3b to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kaffeine-xine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kamera to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kate to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added keep to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kfind to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added klipper to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmailcvt to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konversation to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kooka to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kopete to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpager to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kppp to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krdc to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krfb to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ksysguard to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ktorrent to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-default-settings to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed adept from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed amarok from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdparanoia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrdao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed dolphin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dvd+rw-tools from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fortune-mod from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed k3b from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-xine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kamera from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed keep from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kfind from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed klipper from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmailcvt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konversation from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kooka from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kopete from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kpf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kppp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krdc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krfb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ksysguard from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ktorrent from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-default-settings from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wodim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Closes LP #44778, LP #119467 + + -- Sarah Hobbs Tue, 26 Jun 2007 01:26:20 +1000 + +kubuntu-meta (1.36) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Martin Pitt Fri, 22 Jun 2007 15:53:43 +0200 + +kubuntu-meta (1.35) gutsy; urgency=low + + * Refreshed dependencies + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Sarah Hobbs Tue, 05 Jun 2007 22:35:18 +1000 + +kubuntu-meta (1.34) gutsy; urgency=low + + * Refreshed dependencies + * Removed kexi from desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 31 May 2007 19:24:37 +0100 + +kubuntu-meta (1.33) gutsy; urgency=low + + * update.cfg: feisty -> gutsy + * Refreshed dependencies + * Added discover1 to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ghostscript-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added laptop-detect to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added xresprobe to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed bluez-pin from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed gs-esp-x from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde-style-polyester from desktop-sparc, desktop-hppa + * Removed pmount from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Fri, 25 May 2007 13:35:04 +0200 + +kubuntu-meta (1.32ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed libstdc++5 from desktop-i386 + * Removed scim-tables-additional from desktop-recommends-i386 + + -- Jonathan Riddell Fri, 6 Apr 2007 17:50:51 +0100 + +kubuntu-meta (1.32) feisty; urgency=low + + * changed Section to metapackages (LP#82876) + + -- Michael Vogt Tue, 3 Apr 2007 13:20:50 +0200 + +kubuntu-meta (1.31) feisty; urgency=low + + * Refreshed dependencies + * Added scim-tables-additional to desktop-recommends-i386 + + -- Martin Pitt Fri, 16 Mar 2007 12:10:41 +0100 + +kubuntu-meta (1.30) feisty; urgency=low + + * Refreshed dependencies + * Added akregator to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added apport-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added bogofilter to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added genisoimage to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added karm to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added katapult to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kdepim-kio-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kdepim-wizards to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmail to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmilo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added knotes to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror-nsplugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kontact to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added korganizer to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-docs to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-konqueror-shortcuts to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kwalletmanager to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added landscape-client to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added speedcrunch to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed akregator from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed apport-qt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrecord from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-base from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaddressbook from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed karm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed katapult from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-kio-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-wizards from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kexi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed kmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmilo from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knotes from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror-nsplugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kontact from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed korganizer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-docs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-konqueror-shortcuts from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kwalletmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed landscape-client from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mkisofs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed speedcrunch from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 13 Mar 2007 10:32:30 +0000 + +kubuntu-meta (1.29ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 8 Mar 2007 20:26:06 +0000 + +kubuntu-meta (1.29) feisty; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added gwenview to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kipi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added networkstatus to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed digikam from desktop-powerpc + * Removed gwenview from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed networkstatus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 6 Mar 2007 11:38:14 +0000 + +kubuntu-meta (1.28) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-i386 + + -- Martin Pitt Wed, 14 Feb 2007 11:00:56 +0100 + +kubuntu-meta (1.27) feisty; urgency=low + + * Refreshed dependencies + * Added openprinting-ppds to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt Wed, 14 Feb 2007 10:35:25 +0100 + +kubuntu-meta (1.26ubuntu2) feisty; urgency=low + + * Refreshed dependencies + * Added apport-qt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added software-properties-kde to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 13 Feb 2007 11:00:26 +0000 + +kubuntu-meta (1.26ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gs-esp-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-style-polyester to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added networkstatus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed gs-esp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 8 Feb 2007 13:08:21 +0000 + +kubuntu-meta (1.26) feisty; urgency=low + + * Refreshed dependencies + * Removed example-content from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell Thu, 1 Feb 2007 12:23:33 +0000 + +kubuntu-meta (1.25ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added libqt-perl to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xkb-data to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed digikam from desktop-amd64, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed gtk-qt-engine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xkeyboard-config from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 1 Feb 2007 09:05:31 +0000 + +kubuntu-meta (1.25) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gtk2-engines-gtk-qt from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 Jan 2007 14:39:17 +0000 + +kubuntu-meta (1.24) feisty; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knetworkmanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed diveintopython from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gdb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knetworkmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 Jan 2007 13:47:04 +0000 + +kubuntu-meta (1.23) feisty; urgency=low + + * Changed edgy to feisty in update.cfg + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added kdebluetooth to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added knetworkmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-calc to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-draw to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-impress to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-java-common to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-math to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-writer to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed kaudiocreator from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-guidance-powermanager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed kdebluetooth from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wlassistant from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 5 Dec 2006 18:37:43 +0000 + +kubuntu-meta (1.22) edgy; urgency=low + + * Refreshed dependencies + * Added linux-headers-generic to desktop-recommends-i386 + * Added openoffice.org-kde to desktop-recommends-amd64 + * Removed linux-headers-386 from desktop-recommends-i386 + * Robustify the update script. + + -- Matthias Klose Thu, 19 Oct 2006 20:04:12 +0200 + +kubuntu-meta (1.21) edgy; urgency=low + + * Refreshed dependencies + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 12 Oct 2006 23:14:16 +0100 + +kubuntu-meta (1.20) edgy; urgency=low + + * Fix build failure due to removal of kubuntu-live. + + -- Colin Watson Thu, 12 Oct 2006 10:33:42 +0100 + +kubuntu-meta (1.19) edgy; urgency=low + + * Remove kubuntu-live metapackage; this is done using tasks now. + * Set output_seeds appropriately and remove some extraneous files. + + -- Colin Watson Thu, 12 Oct 2006 03:43:21 +0100 + +kubuntu-meta (1.18) edgy; urgency=low + + * Refreshed dependencies + * Added kipi-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 10 Oct 2006 00:57:43 +0200 + +kubuntu-meta (1.17) edgy; urgency=low + + * Refreshed dependencies + * Added gdb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added util-linux-locales to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Thu, 5 Oct 2006 15:04:36 +0100 + +kubuntu-meta (1.16) edgy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 3 Oct 2006 18:43:12 +0200 + +kubuntu-meta (1.15) edgy; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante Tue, 3 Oct 2006 16:55:52 +0200 + +kubuntu-meta (1.14) edgy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgl1-mesa-glx to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-support-en from live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell Wed, 27 Sep 2006 10:53:47 +0100 + +kubuntu-meta (1.13) edgy; urgency=low + + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed make from desktop-recommends-hppa + + -- Jonathan Riddell Thu, 21 Sep 2006 10:48:58 +0100 + +kubuntu-meta (1.12) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-logd to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + + -- Jonathan Riddell Wed, 20 Sep 2006 12:38:15 +0100 + +kubuntu-meta (1.11) edgy; urgency=low + + * Edit debian/control to make use of Recommends + * Refreshed dependencies + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 11 Sep 2006 16:51:21 +0100 + +kubuntu-meta (1.10) edgy; urgency=low + + * Meta packages now use Recommends for a number of packages that were + previously Depends (most of the packages marked as Removed below) + * Refreshed dependencies + * Added console-setup to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added startup-tasks to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added system-services to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Removed bluez-cups from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bluez-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed brltty from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed example-content from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gcc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kbstate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-icons-mono from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmag from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmousetool from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linux-headers-686 from desktop-i386 + * Removed linux-headers-amd64-generic from desktop-amd64 + * Removed linux-headers-hppa32 from desktop-hppa + * Removed linux-headers-hppa64 from desktop-hppa + * Removed linux-headers-itanium-smp from desktop-ia64 + * Removed linux-headers-mckinley-smp from desktop-ia64 + * Removed linux-headers-powerpc from desktop-powerpc + * Removed linux-headers-powerpc64-smp from desktop-powerpc + * Removed linux-headers-sparc64 from desktop-sparc + * Removed make from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed mtr-tiny from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed openoffice.org from desktop-i386, desktop-amd64, desktop- + powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + * Removed openssh-client from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed powernowd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed scim-qtimm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed skim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arabeyes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-uming from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-baekmuk from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-gentium from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-indic-fonts from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-gothic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-mincho from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-lao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-malayalam-fonts from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-mgopen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-thai-tlwg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xcursor-themes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 11 Sep 2006 13:37:17 +0100 + +kubuntu-meta (1.9) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-compat-sysv to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Added upstart to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Removed sysvinit from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Mon, 4 Sep 2006 22:29:21 +0000 + +kubuntu-meta (1.8) edgy; urgency=low + + * Refreshed dependencies + * Removed festival from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kttsd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Wed, 30 Aug 2006 14:20:29 +0000 + +kubuntu-meta (1.7) edgy; urgency=low + + * Refreshed dependencies + * Added vim-tiny to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed hpijs-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-filters-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed vim from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell Wed, 30 Aug 2006 12:46:21 +0000 + +kubuntu-meta (1.6) edgy; urgency=low + + * Refreshed dependencies + * Added festival to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kbstate to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmag to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added kttsd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kde-icons-mono to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kmousetool to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-db-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 29 Aug 2006 11:27:15 +0100 + +kubuntu-meta (1.5) edgy; urgency=low + + * Refreshed dependencies + * Added mktemp to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gcc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-powerpc to desktop-powerpc + * Added linux-headers-hppa32 to desktop-hppa + * Added linux-headers-mckinley-smp to desktop-ia64 + * Added make to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-amd64-generic to desktop-amd64 + * Added tasksel to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added linux-headers-itanium-smp to desktop-ia64 + * Added linux-headers-sparc64 to desktop-sparc + * Added linux-headers-686 to desktop-i386 + * Added linux-headers-powerpc64-smp to desktop-powerpc + * Added linux-headers-hppa64 to desktop-hppa + * Added python-minimal to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed initscripts from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed klaptopdaemon from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgl1-mesa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 17 Aug 2006 11:40:39 +0000 + +kubuntu-meta (1.4) edgy; urgency=low + + * Refreshed dependencies + * Added avahi-daemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hfsplus to live-powerpc + * Added xfsprogs to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added jfsutils to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + + -- Jonathan Riddell Thu, 20 Jul 2006 15:25:50 +0100 + +kubuntu-meta (1.3) edgy; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-i386 + * Removed language-pack-bn from live-i386 + * Removed language-pack-kde-ar from live-i386 + * Removed language-pack-hi from live-i386 + * Removed language-pack-kde-bn from live-i386 + * Removed language-pack-fr from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-de from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed xserver-xorg-input-synaptics from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-nl from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed pbbuttonsd from desktop-i386 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-i386 + * Removed language-pack-es from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-fr from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-nl from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell Mon, 17 Jul 2006 12:21:37 +0100 + +kubuntu-meta (1.2) edgy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-ia64, desktop-hppa + * Added xorg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Removed x-window-system-core from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 13 Jul 2006 11:53:24 +0100 + +kubuntu-meta (1.1) edgy; urgency=low + + * Refreshed dependencies + * Added tzdata to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added hfsutils to standard-powerpc + * Added ltrace to standard-ia64 + * Added strace to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added dosfstools to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added ubuntu-live to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added memtest86+ to standard-i386, standard-amd64 + * Added dash to minimal-i386, minimal-amd64, minimal-powerpc, minimal- + ia64, minimal-sparc, minimal-hppa + * Added pbbuttonsd to desktop-i386 + * Added hpijs-ppds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added reiserfsprogs to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed bluez-pcmcia-support from desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyxattr from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xfsprogs from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pylibacl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed lvm2 from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed dosfstools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-cddb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bicyclerepair from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pqueue from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmlgen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xmpp from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxml2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-dbus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xdg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-parted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mdadm from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python2.4-dictclient from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-debian from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-ldap from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyorbit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-id3lib from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pexpect from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grepmap from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyao from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms-ncurses from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-adns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed python-clientcookie from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pgsql from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed python-genetic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyopenssl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-newt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxstack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-stats from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gdbm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-eunuchs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmltmpl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed pcmcia-cs from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed python2.4-pycurl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python-epydoc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-simpletal from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-kjbuckets from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed memtest86+ from minimal-i386, minimal-amd64 + * Removed irssi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsplus from minimal-powerpc + * Removed python-netcdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiser4progs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-numeric from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-librdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-sqlite from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiserfsprogs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-geoip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pam from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtexttools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-jabber from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsutils from minimal-powerpc + * Removed python-syck from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-soappy from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed strace from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyvorbis from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed dmsetup from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-examples from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxproxy from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gadfly from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gnupginterface from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pisock from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging-sane from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxslt1 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed jfsutils from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-unit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reportbug from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-apt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-mysqldb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-crypto from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-reportlab from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Wed, 12 Jul 2006 02:23:15 +0100 + +kubuntu-meta (1.0) edgy; urgency=low + + * Add update.cfg for new germinate-update-metapackage (Build-Depends: + germinate (>= 0.16)). Replace update with a trivial wrapper. We now pull + seeds directly from bzr over sftp by default, so update will only work + if you're in the ubuntu-core-dev team; run germinate-update-metapackage + without options or temporarily replace "sftp" with "http" in update.cfg + to update without authentication. + * Switch to edgy seeds. + * Seems like as good a time as any to bump to 1.0. + + -- Colin Watson Fri, 9 Jun 2006 13:13:18 +0100 + +kubuntu-meta (0.85) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-nl to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-fr to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-es to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-fr to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-nl to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-es to live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell Tue, 30 May 2006 02:05:00 +0100 + +kubuntu-meta (0.84) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-powerpc + * Removed language-pack-bn from live-powerpc + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-hi from live-powerpc + * Removed language-pack-kde-bn from live-powerpc + * Removed language-pack-kde-hi from live-powerpc + + -- Jonathan Riddell Mon, 29 May 2006 15:03:21 +0100 + +kubuntu-meta (0.83) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-bn to live-i386, live-powerpc + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-hi to live-i386, live-powerpc + * Added language-pack-kde-bn to live-i386, live-powerpc + * Added language-pack-kde-hi to live-i386, live-powerpc + * Added language-pack-kde-nl to live-powerpc + * Added language-pack-fr to live-powerpc + * Added language-pack-es to live-powerpc + * Added language-pack-kde-fr to live-powerpc + * Added language-pack-nl to live-powerpc + * Added language-pack-kde-zh to live-i386, live-powerpc + * Added language-pack-kde-es to live-powerpc + * Added language-pack-zh to live-i386, live-powerpc + + -- Jonathan Riddell Sun, 28 May 2006 19:27:10 +0100 + +kubuntu-meta (0.82) dapper; urgency=low + + * Refreshed dependencies + * Added landscape-client to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org-kde from desktop-amd64, desktop-ia64, + desktop-sparc + + -- Jonathan Riddell Sun, 28 May 2006 15:58:58 +0100 + +kubuntu-meta (0.81) dapper; urgency=low + + * Refreshed dependencies + * Removed language-support-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell Tue, 23 May 2006 15:09:51 +0100 + +kubuntu-meta (0.80) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-de to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-de to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-support-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-ar from live-i386, live-powerpc + * Removed language-pack-bn from live-i386, live-powerpc + * Removed language-pack-kde-ar from live-i386, live-powerpc + * Removed language-pack-hi from live-i386, live-powerpc + * Removed language-pack-kde-bn from live-i386, live-powerpc + * Removed language-pack-kde-hi from live-i386, live-powerpc + * Removed language-pack-fr from live-powerpc + * Removed language-pack-kde-nl from live-powerpc + * Removed language-pack-pt from live-i386 + * Removed language-pack-kde-pt from live-i386 + * Removed language-pack-es from live-powerpc + * Removed language-pack-kde-fr from live-powerpc + * Removed language-pack-nl from live-powerpc + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell Tue, 23 May 2006 08:28:12 +0100 + +kubuntu-meta (0.79) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-kde-de from live-amd64, live-ia64 + * Removed language-pack-az from live-i386, live-powerpc + * Removed language-pack-ru from live-i386, live-powerpc + * Removed language-pack-kde-bg from live-i386, live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-af from live-i386, live-powerpc + * Removed language-pack-kde-fr from live-amd64, live-ia64 + * Removed language-pack-kde-br from live-i386, live-powerpc + * Removed language-pack-kde-bs from live-i386, live-powerpc + * Removed language-pack-kde-az from live-i386, live-powerpc + * Removed language-pack-ca from live-i386, live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-amd64, live-ia64 + * Removed language-pack-kde-af from live-i386, live-powerpc + * Removed language-pack-ja from live-i386, live-powerpc + * Removed language-pack-kde-ca from live-i386, live-powerpc + * Removed language-pack-nl from live-amd64, live-ia64 + * Removed language-pack-kde-es from live-amd64, live-ia64 + * Removed language-pack-kde-ja from live-i386, live-powerpc + * Removed language-pack-bg from live-i386, live-powerpc + * Removed language-pack-de from live-amd64, live-ia64 + * Removed language-pack-kde-ru from live-i386, live-powerpc + * Removed language-pack-kde-nl from live-amd64, live-ia64 + * Removed language-pack-fr from live-amd64, live-ia64 + * Removed language-pack-bs from live-i386, live-powerpc + * Removed language-pack-br from live-i386, live-powerpc + + -- Jonathan Riddell Tue, 23 May 2006 00:17:45 +0100 + +kubuntu-meta (0.78) dapper; urgency=low + + * Refreshed dependencies + * Removed brltty-x11 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-sparc, live-hppa + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-kde-nl from live-sparc, live-hppa + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-es from live-sparc, live-hppa + * Removed language-pack-kde-fr from live-sparc, live-hppa + * Removed language-pack-nl from live-sparc, live-hppa + * Removed language-pack-kde-es from live-sparc, live-hppa + + -- Jonathan Riddell Mon, 22 May 2006 14:36:49 +0300 + +kubuntu-meta (0.77) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-ja to live-powerpc + * Added language-pack-ja to live-powerpc + * Added language-pack-az to live-powerpc + * Added language-pack-kde-ca to live-powerpc + * Added language-pack-kde-az to live-powerpc + * Added language-pack-ca to live-powerpc + * Added language-pack-ru to live-powerpc + * Added language-pack-kde-bg to live-powerpc + * Added language-pack-bg to live-powerpc + * Added language-pack-kde-ru to live-powerpc + * Added language-pack-af to live-powerpc + * Added language-pack-kde-af to live-powerpc + * Added language-pack-kde-br to live-powerpc + * Added language-pack-kde-bs to live-powerpc + * Added language-pack-bs to live-powerpc + * Added language-pack-br to live-powerpc + * Added brltty-x11 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-eo from live-i386 + * Removed language-pack-kde-da from live-i386 + * Removed language-pack-kde-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-da from live-i386 + * Removed language-pack-eo from live-i386 + * Removed language-pack-kde-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-cy from live-i386 + * Removed language-pack-cy from live-i386 + * Removed language-pack-kde-cs from live-i386 + * Removed language-pack-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-cs from live-i386 + + -- Jonathan Riddell Mon, 22 May 2006 03:54:13 +0300 + +kubuntu-meta (0.76) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-pt to live-powerpc + * Added language-pack-kde-pt to live-powerpc + * Removed language-pack-kde-el from live-i386 + * Removed language-pack-el from live-i386 + * Removed kwifimanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Fri, 12 May 2006 18:02:17 +0300 + +kubuntu-meta (0.75) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-i386 + * Added language-pack-az to live-i386 + * Added language-pack-kde-bg to live-i386 + * Added language-pack-af to live-i386 + * Added language-pack-kde-br to live-i386 + * Added language-pack-kde-bs to live-i386 + * Added language-pack-eo to live-i386 + * Added language-pack-el to live-i386 + * Added language-pack-kde-az to live-i386 + * Added language-pack-ca to live-i386 + * Added ubiquity-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Added language-pack-cy to live-i386 + * Added language-pack-kde-af to live-i386 + * Added language-pack-cs to live-i386 + * Added language-pack-kde-el to live-i386 + * Added language-pack-kde-eo to live-i386 + * Added language-pack-kde-ca to live-i386 + * Added language-pack-kde-cy to live-i386 + * Added language-pack-kde-cs to live-i386 + * Added usplash to desktop-hppa + * Added language-pack-da to live-i386 + * Added language-pack-bg to live-i386 + * Added language-pack-bs to live-i386 + * Added language-pack-br to live-i386 + * Removed language-pack-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed ubiquity-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-xh from live-i386, live-powerpc + * Removed language-pack-kde-xh from live-i386, live-powerpc + + -- Colin Watson Thu, 11 May 2006 22:47:16 +0100 + +kubuntu-meta (0.74) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-kde-fr to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-bn to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-ru to live-i386 + * Added language-pack-pt to live-i386, live-powerpc + * Added language-pack-kde-xh to live-i386, live-powerpc + * Added language-pack-kde-zh to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-kde-ru to live-i386 + * Added language-pack-kde-pt to live-i386, live-powerpc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-ja to live-i386 + * Added language-pack-kde-ja to live-i386 + * Added language-pack-nl to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-es to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-hi to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-nl to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-xh to live-i386, live-powerpc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Thu, 11 May 2006 01:09:32 +0300 + +kubuntu-meta (0.73) dapper; urgency=low + + * Refreshed dependencies + * Added wlassistant to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 4 May 2006 12:22:39 -0400 + +kubuntu-meta (0.72) dapper; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added bogofilter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libreiserfs0.3-0 from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed cdebconf from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Sat, 29 Apr 2006 15:57:41 +0100 + +kubuntu-meta (0.71) dapper; urgency=low + + * Refreshed dependencies + * Added libc6-sparc64v to minimal-sparc + * Added ttf-lao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libc6-sparcv9b to minimal-sparc + * Added wpasupplicant to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added kmailcvt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added sparc-utils to minimal-sparc + * Added libc6-sparc64b to minimal-sparc + * Added libc6-sparcv9v to minimal-sparc + * Added libstdc++5 to desktop-i386 + * Added ubiquity-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added ubiquity-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added brltty to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xcursor-themes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wpasupplicant from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso-frontend-kde from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed ttf-arphic-ukai from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed espresso-ubuntu-artwork from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell Sun, 23 Apr 2006 00:13:42 +0100 + +kubuntu-meta (0.70) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added espresso-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-grub from live-i386, live-amd64 + * Removed espresso-utils from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson Thu, 6 Apr 2006 17:39:22 +0100 + +kubuntu-meta (0.69) dapper; urgency=low + + * Refreshed dependencies + * Added wpasupplicant to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell Mon, 3 Apr 2006 17:18:38 +0100 + +kubuntu-meta (0.68) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-bn from live-i386, live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64 + * Removed language-pack-kde-de from live-i386, live-amd64 + * Removed language-pack-de from live-i386, live-amd64 + * Removed language-pack-fr from live-i386, live-amd64 + * Removed language-pack-kde-fr from live-i386, live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64 + * Removed language-pack-zh from live-i386, live-amd64 + + -- Jonathan Riddell Tue, 28 Mar 2006 19:34:10 +0100 + +kubuntu-meta (0.67) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-bn to live-i386, live-amd64 + * Added usplash to desktop-ia64 + * Added language-pack-kde-fr to live-i386, live-amd64 + * Added language-pack-kde-bn to live-i386, live-amd64 + * Added language-pack-kde-de to live-i386, live-amd64 + * Added inputattach to standard-hppa + * Added libnss-mdns to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-hppa + * Added espresso to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added irssi to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ttf-thai-tlwg to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fr to live-i386, live-amd64 + * Added ktorrent to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-selector-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-kde-zh to live-i386, live-amd64 + * Added language-pack-de to live-i386, live-amd64 + * Added openoffice.org-kde to desktop-ia64 + * Added language-pack-zh to live-i386, live-amd64 + * Removed language-pack-ar from live-powerpc + * Removed language-pack-kde-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-de from live-powerpc, live-ia64 + * Removed language-pack-ru from live-powerpc + * Removed language-pack-kde-ru from live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-fr from live-powerpc, live-ia64 + * Removed language-pack-kde-zh from live-powerpc, live-ia64 + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-ca from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-powerpc + * Removed irssi-text from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-powerpc + * Removed language-pack-ja from live-powerpc + * Removed language-pack-kde-ja from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-hi from live-powerpc + * Removed language-pack-de from live-powerpc, live-ia64 + * Removed language-pack-fr from live-powerpc, live-ia64 + * Removed language-pack-zh from live-powerpc, live-ia64 + + -- Jonathan Riddell Mon, 27 Mar 2006 14:03:47 +0100 + +kubuntu-meta (0.66) dapper; urgency=low + + * Refreshed dependencies + * Added ltrace to standard-sparc + * Added grub to live-i386, live-amd64 + * Added openoffice.org to desktop-i386, desktop-amd64, desktop-powerpc + * Added yaboot to live-powerpc + * Added scim-qtimm to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added inputattach to standard-sparc + * Added skim to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added espresso-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added cdrdao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-sparc + * Removed openoffice.org2-kde from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed python-gdchart from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org2 from desktop-i386, desktop-amd64, desktop- + powerpc + + -- Martin Pitt Wed, 8 Mar 2006 15:28:58 +0100 + +kubuntu-meta (0.65) dapper; urgency=low + + * Refreshed dependencies + * Added inputattach to standard-i386, standard-amd64, standard- + powerpc, standard-ia64 + * Added example-content to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added ksplash-engine-moodin to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed konserve from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ifrename from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * germinator.plantSeed() takes an extra argument + + -- Jonathan Riddell Wed, 22 Feb 2006 13:30:56 +0000 + +kubuntu-meta (0.64) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-grub to live-i386, live-amd64 + * Added libpam-foreground to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-xine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added cdebconf to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-dvd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed gstreamer0.8-vorbis from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-hermes from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-flac from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed casper from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-sdl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-gstreamer from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-cdparanoia from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed user-setup from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-dv from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed os-prober from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-x from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-audiofile from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-theora from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed gstreamer0.8-speex from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed partman from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-misc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-plugin-apps from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-gsm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer0.8-0 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-jpeg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer-plugins0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-musepack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-osd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-oss from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-alsa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Fri, 3 Feb 2006 12:29:24 +0000 + +kubuntu-meta (0.63) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-ia64 + * Added ttf-arphic-ukai to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdnssd to desktop-ia64, desktop-hppa + * Added ttf-arphic-uming to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-musicbrainz from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Thu, 19 Jan 2006 09:25:12 +0000 + +kubuntu-meta (0.62) dapper; urgency=low + + * Refreshed dependencies + * Added kdnssd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + + -- Jonathan Riddell Fri, 13 Jan 2006 01:00:35 +0000 + +kubuntu-meta (0.61) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc, desktop-hppa + * Added foomatic-db-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added user-setup to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added kde-guidance to desktop-hppa + * Added xserver-xorg-input-synaptics to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added casper to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added os-prober to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added espresso-utils to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added hotkey-setup to desktop-amd64 + * Removed foomatic-db-gimp-print from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xorg-driver-synaptics from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cupsys-driver-gimpprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdemultimedia-kappfinder-data from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed base-config from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed ubuntu-express from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson Wed, 11 Jan 2006 18:57:11 +0000 + +kubuntu-meta (0.60) dapper; urgency=low + + * Refreshed dependencies + * Removed ivman from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Mon, 12 Dec 2005 16:16:26 +0000 + +kubuntu-meta (0.59) dapper; urgency=low + + * Refreshed dependencies + * Added partman to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added konq-plugins to desktop-hppa + * Added min12xxw to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hplip to desktop-hppa + * Added pcmciautils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added amarok to desktop-hppa + * Added foo2zjs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kdebluetooth to desktop-hppa + * Added libarts1-akode to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed akode from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bsmi00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hotplug from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed kuser from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gbsn00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Sun, 11 Dec 2005 22:49:19 +0000 + +kubuntu-meta (0.58) dapper; urgency=low + + * Refreshed dependencies + * Added hplip to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed hplip-base from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Thu, 17 Nov 2005 10:43:59 +0000 + +kubuntu-meta (0.57) dapper; urgency=low + + * Really build-depend on germinate (>= 0.6). + * Update Maintainer to Jonathan Riddell; Andreas Mueller has not worked on + this package for some time. + + -- Colin Watson Wed, 16 Nov 2005 17:20:24 +0000 + +kubuntu-meta (0.56) dapper; urgency=low + + * Merged update script changes from ubuntu-meta: + - Rewrite large parts of update to use germinate modules for Packages, + Sources, and seed parsing; this allows us to take advantage of new + seed syntax without having to duplicate code from germinate. + - Build-depend on germinate (>= 0.6) for the above. This isn't really + needed on the buildds, but you'll need it to run the update script. + - Turn off HTTP caching while fetching seed lists. + + * Refreshed dependencies + * Added knetworkconf to desktop-hppa + * Added krita to desktop-hppa + * Added kwalletmanager to desktop-hppa + * Added knotes to desktop-hppa + * Added kdepim-kio-plugins to desktop-hppa + * Added kdepim-wizards to desktop-hppa + * Added ark to desktop-hppa + * Added kdemultimedia-kfile-plugins to desktop-hppa + * Added karm to desktop-hppa + * Added kaffeine-gstreamer to desktop-hppa + * Added konversation to desktop-hppa + * Added kmilo to desktop-hppa + * Added ksystemlog to desktop-hppa + * Added kmail to desktop-hppa + * Added kscd to desktop-hppa + * Added kdemultimedia-kappfinder-data to desktop-hppa + * Added kde-guidance to desktop-sparc + * Added korganizer to desktop-hppa + * Added kaddressbook to desktop-hppa + * Added klaptopdaemon to desktop-hppa + * Added kaudiocreator to desktop-hppa + * Added akode to desktop-hppa + * Added kdemultimedia-kio-plugins to desktop-hppa + * Added akregator to desktop-hppa + * Added kmix to desktop-hppa + * Added kontact to desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fetchmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed procmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-opengl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Wed, 16 Nov 2005 16:34:17 +0000 + +kubuntu-meta (0.55) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-zh to live-powerpc + * Added openoffice.org2-kde to desktop-ia64, desktop-sparc + * Added language-pack-kde-ca to live-powerpc + * Added kio-apt to desktop-hppa + * Removed language-pack-ar from live-ia64 + * Removed language-pack-sk from live-ia64 + * Removed language-pack-kde-da from live-ia64 + * Removed language-pack-kde-eu from live-ia64 + * Removed language-pack-pl from live-ia64 + * Removed language-pack-ru from live-ia64 + * Removed language-pack-ko from live-ia64 + * Removed language-pack-kde-fi from live-ia64 + * Removed language-pack-kde-bg from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-hu from live-ia64 + * Removed language-pack-kde-xh from live-ia64 + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-ia64 + * Removed language-pack-kde-tr from live-ia64 + * Removed language-pack-kde-sk from live-ia64 + * Removed language-pack-kde-ar from live-ia64 + * Removed language-pack-el from live-ia64 + * Removed language-pack-kde-ko from live-ia64 + * Removed language-pack-ca from live-ia64 + * Removed language-pack-pt from live-ia64 + * Removed language-pack-kde-pt from live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed language-pack-es from live-ia64 + * Removed language-pack-kde-ms from live-ia64 + * Removed language-pack-kde-ro from live-ia64 + * Removed python2.4-samba from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-it from live-ia64 + * Removed language-pack-cs from live-ia64 + * Removed language-pack-kde-el from live-ia64 + * Removed language-pack-tr from live-ia64 + * Removed language-pack-hi from live-ia64 + * Removed language-pack-ja from live-ia64 + * Removed language-pack-kde-ca from live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-ia64 + * Removed python-twisted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-nl from live-ia64 + * Removed language-pack-kde-cs from live-ia64 + * Removed language-pack-nb from live-ia64 + * Removed language-pack-uk from live-ia64 + * Removed language-pack-kde-es from live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-kde-ja from live-ia64 + * Removed language-pack-sv from live-ia64 + * Removed language-pack-kde-hi from live-ia64 + * Removed language-pack-bg from live-ia64 + * Removed language-pack-kde-sr from live-ia64 + * Removed language-pack-fi from live-ia64 + * Removed language-pack-kde-ru from live-ia64 + * Removed language-pack-kde-lt from live-ia64 + * Removed language-pack-kde-nl from live-ia64 + * Removed language-pack-da from live-ia64 + * Removed language-pack-kde-no from live-ia64 + * Removed language-pack-xh from live-ia64 + * Removed language-pack-kde-uk from live-ia64 + * Removed language-pack-kde-sl from live-ia64 + * Removed language-pack-kde-sv from live-ia64 + * Removed language-pack-kde-hu from live-ia64 + * Removed language-pack-kde-pl from live-ia64 + * Removed language-pack-kde-nb from live-ia64 + * Removed language-pack-lt from live-ia64 + + -- Colin Watson Mon, 10 Oct 2005 17:15:31 +0100 + +kubuntu-meta (0.54) breezy; urgency=low + + * Refreshed dependencies + * Added kio-apt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-guidance to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Jonathan Riddell Fri, 7 Oct 2005 17:23:45 +0100 + +kubuntu-meta (0.53) breezy; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-hppa + * Added kicker to desktop-hppa + * Added konqueror-nsplugins to desktop-hppa + * Added kio-locate to desktop-hppa + * Added gstreamer0.8-dvd to desktop-hppa + * Added kcontrol to desktop-hppa + * Added gstreamer0.8-vorbis to desktop-hppa + * Added kwin to desktop-hppa + * Added kdeadmin-kfile-plugins to desktop-hppa + * Added usplash to desktop-sparc + * Added ttf-dejavu to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-flac to desktop-hppa + * Added kdebase-kio-plugins to desktop-hppa + * Added gstreamer0.8-hermes to desktop-hppa + * Added kate to desktop-hppa + * Added readahead to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added konserve to desktop-hppa + * Added kdepasswd to desktop-hppa + * Added gstreamer0.8-cdparanoia to desktop-hppa + * Added kmenuedit to desktop-hppa + * Added kghostview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added khelpcenter to desktop-hppa + * Added gstreamer0.8-dv to desktop-hppa + * Added katapult to desktop-hppa + * Added gstreamer0.8-x to desktop-hppa + * Added gstreamer0.8-musepack to desktop-hppa + * Added gtk2-engines-gtk-qt to desktop-sparc, desktop-hppa + * Added gstreamer0.8-theora to desktop-hppa + * Added kscreensaver to desktop-hppa + * Added kdesktop to desktop-hppa + * Added klipper to desktop-hppa + * Added konsole to desktop-hppa + * Added ksmserver to desktop-hppa + * Added gstreamer0.8-speex to desktop-hppa + * Added gstreamer0.8-sdl to desktop-hppa + * Added kfind to desktop-hppa + * Added gwenview to desktop-hppa + * Added adept to desktop-sparc, desktop-hppa + * Added gstreamer0.8-misc to desktop-hppa + * Added kubuntu-artwork-usplash to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-gsm to desktop-hppa + * Added kuser to desktop-hppa + * Added konqueror to desktop-hppa + * Added gstreamer0.8-jpeg to desktop-hppa + * Added ksplash to desktop-hppa + * Added kcron to desktop-hppa + * Added libxp6 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ksysguard to desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-hppa + * Added gstreamer0.8-audiofile to desktop-hppa + * Added gstreamer0.8-plugin-apps to desktop-hppa + * Added kdeprint to desktop-hppa + * Added gstreamer0.8-oss to desktop-hppa + * Added gstreamer0.8-alsa to desktop-hppa + * Removed powermanagement-interface from desktop-sparc, desktop-hppa + * Removed readahead-list from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell Tue, 4 Oct 2005 22:58:38 +0100 + +kubuntu-meta (0.52) breezy; urgency=low + + * Refreshed dependencies + * Added gtk2-engines-gtk-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added ttf-mgopen to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added iproute to minimal-hppa + * Added dbus to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added usplash to desktop-powerpc + * Added adept to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebluetooth to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-1-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-zh from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed kynaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Jonathan Riddell Wed, 21 Sep 2005 01:09:58 +0100 + +kubuntu-meta (0.51) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-ia64 + * Added lvm2 to standard-hppa + * Added language-pack-kde-eu to live-ia64 + * Added language-pack-pl to live-ia64 + * Added language-pack-kde-sr to live-ia64 + * Added language-pack-kde-fi to live-ia64 + * Added language-pack-kde-bg to live-ia64 + * Added language-pack-ro to live-ia64 + * Added kdepim-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kdebase-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-xh to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-ia64 + * Added language-pack-kde-tr to live-ia64 + * Added language-pack-kde-sk to live-ia64 + * Added language-pack-el to live-ia64 + * Added language-pack-kde-ko to live-ia64 + * Added language-pack-sk to live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-tr to live-ia64 + * Added language-pack-kde-ms to live-ia64 + * Added language-pack-kde-ro to live-ia64 + * Added language-pack-hu to live-ia64 + * Added language-pack-kde-it to live-ia64 + * Added language-pack-cs to live-ia64 + * Added language-pack-kde-el to live-ia64 + * Added language-pack-ko to live-ia64 + * Added xorg-driver-synaptics to desktop-hppa + * Added language-pack-sv to live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-nl to live-ia64 + * Added language-pack-kde-cs to live-ia64 + * Added language-pack-nb to live-ia64 + * Added language-pack-uk to live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-ia64 + * Added speedcrunch to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fi to live-ia64 + * Added language-pack-kde-sv to live-ia64 + * Added language-pack-kde-lt to live-ia64 + * Added language-pack-kde-nl to live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-kde-no to live-ia64 + * Added language-pack-xh to live-ia64 + * Added language-pack-kde-uk to live-ia64 + * Added language-pack-kde-sl to live-ia64 + * Added language-pack-kde-hu to live-ia64 + * Added language-pack-kde-pl to live-ia64 + * Added language-pack-kde-nb to live-ia64 + * Removed language-pack-ar from live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-de from live-amd64 + * Removed language-pack-ru from live-amd64 + * Removed language-pack-kde-ru from live-amd64 + * Removed language-pack-pt from live-amd64 + * Removed language-pack-kde-fr from live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-ar from live-amd64 + * Removed libgstreamer-gconf0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-ca from live-amd64 + * Removed language-pack-kde-pt from live-amd64 + * Removed language-pack-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed python-numarray from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-amd64 + * Removed language-pack-ja from live-amd64 + * Removed language-pack-kde-ja from live-amd64 + * Removed language-pack-kde-ca from live-amd64 + * Removed language-pack-kde-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed gstreamer0.8-esd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-hi from live-amd64 + * Removed language-pack-de from live-amd64 + * Removed language-pack-fr from live-amd64 + * Removed gstreamer0.8-gnomevfs from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-zh from live-i386, live-amd64, live-sparc, + live-hppa + + -- Jonathan Riddell Wed, 7 Sep 2005 18:57:57 +0100 + +kubuntu-meta (0.50) breezy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added libgl1-mesa to desktop-hppa + + -- Matt Zimmerman Fri, 26 Aug 2005 16:01:12 -0700 + +kubuntu-meta (0.49) breezy; urgency=low + + * Refreshed dependencies + * Added kio-locate to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-bn to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-de to live-powerpc, live-ia64 + * Added hplip-ppds to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Added language-pack-kde-fr to live-powerpc, live-ia64 + * Added language-pack-kde-zh to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added libgl1-mesa to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine-gstreamer to desktop-sparc + * Added language-pack-kde-ar to live-powerpc, live-ia64 + * Added python-syck to desktop-ia64 + * Added ksystemlog to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-ru to live-powerpc, live-ia64 + * Added language-pack-kde-pt to live-powerpc, live-ia64 + * Added katapult to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-en to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ca to live-powerpc, live-ia64 + * Added bogofilter to desktop-hppa + * Added language-pack-kde-es to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ja to live-powerpc, live-ia64 + * Added language-pack-kde-hi to live-powerpc, live-ia64 + * Added gstreamer0.8-musepack to desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hplip-base to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed language-pack-ar from live-sparc, live-hppa + * Removed openoffice.org from desktop-ia64, desktop-sparc + * Removed language-pack-pl from live-powerpc, live-ia64 + * Removed language-pack-ru from live-sparc, live-hppa + * Removed language-pack-ko from live-powerpc, live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-pt from live-sparc, live-hppa + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-powerpc, live-ia64 + * Removed libgl1-xorg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-el from live-powerpc, live-ia64 + * Removed language-pack-ca from live-sparc, live-hppa + * Removed language-pack-nl from live-powerpc, live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed bind9-host from standard-powerpc, standard-ia64, standard- + sparc, standard-hppa + * Removed language-pack-cs from live-powerpc, live-ia64 + * Removed language-pack-tr from live-powerpc, live-ia64 + * Removed language-pack-hi from live-sparc, live-hppa + * Removed language-pack-ja from live-sparc, live-hppa + * Removed language-pack-sv from live-powerpc, live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-powerpc, live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-powerpc, live-ia64 + * Removed language-pack-lt from live-ia64 + * Removed language-pack-sk from live-powerpc, live-ia64 + * Removed language-pack-hu from live-powerpc, live-ia64 + * Removed language-pack-nb from live-powerpc, live-ia64 + * Removed language-pack-uk from live-powerpc, live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-da from live-powerpc, live-ia64 + * Removed language-pack-fi from live-powerpc, live-ia64 + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-bg from live-ia64 + * Removed language-pack-xh from live-ia64 + + -- Matt Zimmerman Mon, 22 Aug 2005 17:34:55 -0700 + +kubuntu-meta (0.48) breezy; urgency=low + + * Refreshed dependencies + * Added bluez-pcmcia-support to desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-dvd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-vorbis to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added usplash to desktop-i386, desktop-amd64 + * Added gstreamer0.8-hermes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-flac to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-sdl to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-cups to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-gstreamer to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added libgl1-xorg to desktop-amd64 + * Added openoffice.org2 to desktop-amd64 + * Added gstreamer0.8-cdparanoia to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer-gconf0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-dv to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added hotkey-setup to desktop-i386 + * Added gstreamer0.8-x to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added openoffice.org2-kde to desktop-amd64 + * Added gstreamer0.8-theora to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-speex to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-misc to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gsm to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer0.8-0 to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-esd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-jpeg to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gnomevfs to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-audiofile to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added initramfs-tools to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Added gstreamer0.8-plugin-apps to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-oss to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-alsa to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed initrd-tools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed kaffeine from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-amd64 + * Removed openoffice.org-kde from desktop-sparc + + -- Matt Zimmerman Fri, 12 Aug 2005 10:17:36 -0700 + +kubuntu-meta (0.47) breezy; urgency=low + + * Refreshed dependencies + * Added alsa-utils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added ksvg to desktop-hppa + * Added kdegraphics-kfile-plugins to desktop-hppa + * Added laptop-detect to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added xkeyboard-config to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added lshw to standard-hppa + * Added kaffeine to desktop-hppa + * Added kubuntu-docs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added python2.4-dbus to desktop-hppa + * Added kppp to desktop-hppa + * Added xresprobe to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added libgl1-xorg to desktop-i386, desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hal to desktop-hppa + * Added qca-tls to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kooka to desktop-hppa + * Added cupsys-client to desktop-hppa + * Added wvdial to desktop-hppa + * Added ksnapshot to desktop-hppa + * Added kde-systemsettings to desktop-hppa + * Added kpdf to desktop-hppa + * Added yaboot to live-powerpc + * Added discover1 to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added krdc to desktop-hppa + * Added kubuntu-konqueror-shortcuts to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdenetwork-kfile-plugins to desktop-hppa + * Added ivman to desktop-hppa + * Added dbus-1-utils to desktop-hppa + * Added cupsys to desktop-hppa + * Added krfb to desktop-hppa + * Added kopete to desktop-hppa + * Added nano to standard-hppa + * Added strace to minimal-hppa + * Added kdenetwork-filesharing to desktop-hppa + * Added kwifimanager to desktop-hppa + * Added kpf to desktop-hppa + * Added k3b to desktop-hppa + * Added cupsys-bsd to desktop-hppa + * Added pmount to desktop-hppa + * Added kamera to desktop-hppa + * Removed xlibmesa-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson Mon, 8 Aug 2005 01:50:42 +0100 + +kubuntu-meta (0.46) breezy; urgency=low + + * Refreshed dependencies + * Added python-cddb to desktop-hppa + * Added bsdutils to minimal-hppa + * Added cupsys-driver-gimpprint to desktop-hppa + * Added less to minimal-hppa + * Added sysvinit to minimal-hppa + * Added passwd to minimal-hppa + * Added findutils to minimal-hppa + * Added util-linux to minimal-hppa + * Added python2.4-librdf to desktop-hppa + * Added grepmap to minimal-hppa + * Added python-musicbrainz to desktop-hppa + * Added ethtool to minimal-hppa + * Added lftp to desktop-hppa + * Added unzip to desktop-hppa + * Added python2.4-pycurl to desktop-hppa + * Added mkisofs to desktop-hppa + * Added xterm to desktop-hppa + * Added dc to desktop-hppa + * Added vim to minimal-hppa + * Added libfribidi0 to minimal-hppa + * Added python-netcdf to desktop-hppa + * Added ivman to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ifrename to minimal-hppa + * Added reiserfsprogs to minimal-hppa + * Added bind9-host to standard-hppa + * Added powermanagement-interface to desktop-hppa + * Added dmsetup to standard-hppa + * Added psmisc to standard-hppa + * Added net-tools to minimal-hppa + * Added gettext-base to minimal-hppa + * Added dselect to standard-hppa + * Added python-pyvorbis to desktop-hppa + * Added python2.4-libxslt1 to desktop-hppa + * Added x-window-system-core to desktop-hppa + * Added parted to standard-hppa + * Added ed to standard-hppa + * Added dosfstools to minimal-hppa + * Added fetchmail to desktop-hppa + * Added udev to minimal-hppa + * Added cron to standard-hppa + * Added sed to minimal-hppa + * Added python2.4-libxml2 to desktop-hppa + * Added mdadm to standard-hppa + * Added python-newt to desktop-hppa + * Added kde-systemsettings to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added sysklogd to minimal-hppa + * Added ftp to standard-hppa + * Added rsync to standard-hppa + * Added openssh-client to standard-hppa + * Added evms-ncurses to standard-hppa + * Added dvd+rw-tools to desktop-hppa + * Added slocate to desktop-hppa + * Added console-tools to minimal-hppa + * Added screen to desktop-hppa + * Added irssi-text to desktop-hppa + * Added evms to standard-hppa + * Added bc to desktop-hppa + * Added ubuntu-minimal to minimal-hppa + * Added smbclient to desktop-hppa + * Added iputils-tracepath to standard-hppa + * Added procmail to desktop-hppa + * Added wget to standard-hppa + * Added pcmcia-cs to live-hppa + * Added bash to minimal-hppa + * Added mawk to minimal-hppa + * Added foomatic-db-engine to desktop-hppa + * Added cdrecord to desktop-hppa + * Added python-pisock to desktop-hppa + * Added jfsutils to minimal-hppa + * Added login to minimal-hppa + * Added lsof to standard-hppa + * Added fortune-mod to desktop-hppa + * Added python-pqueue to desktop-hppa + * Added ppp to standard-hppa + * Added aptitude to minimal-hppa + * Added libreiserfs0.3-0 to minimal-hppa + * Added diff to minimal-hppa + * Added python-parted to desktop-hppa + * Added lsb-release to minimal-hppa + * Added ifupdown to minimal-hppa + * Added zip to desktop-hppa + * Added ntpdate to minimal-hppa + * Added w3m to standard-hppa + * Added dnsutils to standard-hppa + * Added python2.4-samba to desktop-hppa + * Added ubuntu-standard to standard-hppa + * Added mtr-tiny to standard-hppa + * Added python-gdchart to desktop-hppa + * Added dhcp3-client to minimal-hppa + * Added python-pyao to desktop-hppa + * Added telnet to standard-hppa + * Added fdutils to standard-hppa + * Added hdparm to standard-hppa + * Added debianutils to minimal-hppa + * Added cdparanoia to desktop-hppa + * Added dpkg to minimal-hppa + * Added iputils-ping to minimal-hppa + * Added info to standard-hppa + * Added grep to minimal-hppa + * Added tcpdump to standard-hppa + * Added mount to minimal-hppa + * Added initscripts to minimal-hppa + * Added gnupg to minimal-hppa + * Added procps to minimal-hppa + * Added iptables to standard-hppa + * Added xfsprogs to minimal-hppa + * Added powernowd to desktop-hppa + * Added gs-esp to desktop-hppa + * Added man-db to standard-hppa + * Added sudo to minimal-hppa + * Added logrotate to standard-hppa + * Added vorbis-tools to desktop-hppa + * Added at to standard-hppa + * Added file to standard-hppa + * Added base-files to minimal-hppa + * Added mii-diag to minimal-hppa + * Added tar to minimal-hppa + * Added bzip2 to minimal-hppa + * Added python-syck to desktop-hppa + * Added xlibmesa-gl to desktop-hppa + * Added hostname to minimal-hppa + * Added coreutils to minimal-hppa + * Added libsasl2-modules to desktop-hppa + * Added readahead-list to desktop-hppa + * Added python-numarray to desktop-hppa + * Added pnm2ppa to desktop-hppa + * Added wireless-tools to minimal-hppa + * Added ntfsprogs to live-hppa + * Added ncurses-bin to minimal-hppa + * Added time to standard-hppa + * Added anacron to desktop-hppa + * Added cpio to standard-hppa + * Added iputils-arping to standard-hppa + * Added netcat to minimal-hppa + * Added eject to minimal-hppa + * Added usbutils to minimal-hppa + * Added e2fsprogs to minimal-hppa + * Added python-crypto to desktop-hppa + * Added perl-base to minimal-hppa + * Added module-init-tools to minimal-hppa + * Added pciutils to minimal-hppa + * Added gzip to minimal-hppa + * Added base-passwd to minimal-hppa + * Added reiser4progs to minimal-hppa + * Removed ubuntu-quickguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed juk from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kcalc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gst from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Wed, 13 Jul 2005 19:06:47 +0100 + +kubuntu-meta (0.45) breezy; urgency=low + + * Refreshed dependencies + * Added ksmserver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ubuntu-express to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added grub to live-i386, live-amd64 + * Removed cupsys-driver-gimpprint from desktop-hppa + * Removed sysvinit from minimal-hppa + * Removed findutils from minimal-hppa + * Removed hal from desktop-hppa + * Removed python-musicbrainz from desktop-hppa + * Removed vorbis-tools from desktop-hppa + * Removed python2.4-pycurl from desktop-hppa + * Removed mkisofs from desktop-hppa + * Removed ntfsprogs from live-hppa + * Removed dc from desktop-hppa + * Removed python-netcdf from desktop-hppa + * Removed ifrename from minimal-hppa + * Removed util-linux from minimal-hppa + * Removed bind9-host from standard-hppa + * Removed powermanagement-interface from desktop-hppa + * Removed dmsetup from standard-hppa + * Removed psmisc from standard-hppa + * Removed gettext-base from minimal-hppa + * Removed dselect from standard-hppa + * Removed python2.4-libxslt1 from desktop-hppa + * Removed x-window-system-core from desktop-hppa + * Removed cupsys-bsd from desktop-hppa + * Removed parted from standard-hppa + * Removed fetchmail from desktop-hppa + * Removed udev from minimal-hppa + * Removed cron from standard-hppa + * Removed sed from minimal-hppa + * Removed python2.4-libxml2 from desktop-hppa + * Removed mdadm from standard-hppa + * Removed python-newt from desktop-hppa + * Removed ftp from standard-hppa + * Removed openssh-client from standard-hppa + * Removed nano from standard-hppa + * Removed evms-ncurses from standard-hppa + * Removed passwd from minimal-hppa + * Removed console-tools from minimal-hppa + * Removed irssi-text from desktop-hppa + * Removed evms from standard-hppa + * Removed bc from desktop-hppa + * Removed smbclient from desktop-hppa + * Removed procmail from desktop-hppa + * Removed bogofilter from desktop-hppa + * Removed pcmcia-cs from live-hppa + * Removed bash from minimal-hppa + * Removed mawk from minimal-hppa + * Removed foomatic-db-engine from desktop-hppa + * Removed cdrecord from desktop-hppa + * Removed python-pisock from desktop-hppa + * Removed jfsutils from minimal-hppa + * Removed pmount from desktop-hppa + * Removed login from minimal-hppa + * Removed lsof from standard-hppa + * Removed lvm2 from standard-hppa + * Removed fortune-mod from desktop-hppa + * Removed vim from minimal-hppa + * Removed ppp from standard-hppa + * Removed libreiserfs0.3-0 from minimal-hppa + * Removed diff from minimal-hppa + * Removed lsb-release from minimal-hppa + * Removed powernowd from desktop-hppa + * Removed zip from desktop-hppa + * Removed ntpdate from minimal-hppa + * Removed w3m from standard-hppa + * Removed dnsutils from standard-hppa + * Removed python2.4-samba from desktop-hppa + * Removed mtr-tiny from standard-hppa + * Removed dhcp3-client from minimal-hppa + * Removed fdutils from standard-hppa + * Removed hdparm from standard-hppa + * Removed reiser4progs from minimal-hppa + * Removed bsdutils from minimal-hppa + * Removed cupsys from desktop-hppa + * Removed dpkg from minimal-hppa + * Removed grep from minimal-hppa + * Removed tcpdump from standard-hppa + * Removed mount from minimal-hppa + * Removed initscripts from minimal-hppa + * Removed gnupg from minimal-hppa + * Removed procps from minimal-hppa + * Removed xfsprogs from minimal-hppa + * Removed tar from minimal-hppa + * Removed logrotate from standard-hppa + * Removed at from standard-hppa + * Removed base-files from minimal-hppa + * Removed mii-diag from minimal-hppa + * Removed bzip2 from minimal-hppa + * Removed python-syck from desktop-hppa + * Removed xlibmesa-gl from desktop-hppa + * Removed hostname from minimal-hppa + * Removed coreutils from minimal-hppa + * Removed libsasl2-modules from desktop-hppa + * Removed readahead-list from desktop-hppa + * Removed python-numarray from desktop-hppa + * Removed pnm2ppa from desktop-hppa + * Removed wireless-tools from minimal-hppa + * Removed ncurses-bin from minimal-hppa + * Removed anacron from desktop-hppa + * Removed cpio from standard-hppa + * Removed cupsys-client from desktop-hppa + * Removed eject from minimal-hppa + * Removed e2fsprogs from minimal-hppa + * Removed python-crypto from desktop-hppa + * Removed perl-base from minimal-hppa + * Removed module-init-tools from minimal-hppa + * Removed ifupdown from minimal-hppa + * Removed time from standard-hppa + * Removed gzip from minimal-hppa + * Removed base-passwd from minimal-hppa + * Removed debianutils from minimal-hppa + + -- Jonathan Riddell Thu, 30 Jun 2005 14:25:59 +0100 + +kubuntu-meta (0.44) breezy; urgency=low + + * Refreshed dependencies + * Added kwalletmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Thu, 9 Jun 2005 23:32:00 +0000 + +kubuntu-meta (0.43) breezy; urgency=low + + * Sync update script with ubuntu-meta + * Add hppa as a port architecture on request of lamont + * Refreshed dependencies + * Added kdegraphics-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added konqueror-nsplugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kcontrol to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmenuedit to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knotes to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwin to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdeadmin-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kuser to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added korganizer to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksysguard to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kcron to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksvg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krdc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepim-wizards to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added ark to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added readahead-list to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added karm to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kpdf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepasswd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kooka to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmilo to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kscd to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kate to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added khelpcenter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ntfsprogs to live-ia64 + * Added kmail to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeprint to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksnapshot to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added vorbis-tools to desktop-ia64 + * Added kdesktop to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konqueror to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klipper to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added juk to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kappfinder-data to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kcalc to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kfind to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaudiocreator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kppp to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krfb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kopete to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klaptopdaemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added gwenview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added akode to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konsole to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksplash to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdemultimedia-kio-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kdenetwork-filesharing to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added akregator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwifimanager to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kpf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kontact to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmix to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kamera to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kicker to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdepim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed lsb from desktop-ia64 + * Removed kdebase from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-qt-1 from desktop-ia64, desktop-sparc + * Removed kdemultimedia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeutils from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegraphics from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed readahead from desktop-ia64 + * Removed kdeadmin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdenetwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Mon, 6 Jun 2005 10:44:17 +0000 + +kubuntu-meta (0.42) breezy; urgency=low + + * Refreshed dependencies + * Removed lsb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed readahead from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed dbus-qt-1 from desktop-i386, desktop-amd64, desktop-powerpc + + -- Matt Zimmerman Mon, 23 May 2005 17:20:05 -0700 + +kubuntu-meta (0.41) breezy; urgency=low + + * Merge changes to update script from ubuntu-meta + * Refreshed dependencies + * Added openoffice.org2-kde to desktop-i386, desktop-powerpc + * Added vorbis-tools to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added openoffice.org2 to desktop-i386, desktop-powerpc + * Added ntfsprogs to live-i386, live-amd64, live-powerpc, live-sparc + * Removed openoffice.org from desktop-i386, desktop-powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + + -- Matt Zimmerman Fri, 15 Apr 2005 07:58:52 -0700 + +kubuntu-meta (0.40) hoary; urgency=low + + * Refreshed dependencies + * Added pmount to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Colin Watson Wed, 30 Mar 2005 03:17:50 +0100 + +kubuntu-meta (0.39) hoary; urgency=low + + * Refreshed dependencies + * Added knetworkconf to desktop-sparc + * Added konq-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added openoffice.org-kde to desktop-sparc + * Removed hal-device-manager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Tue, 29 Mar 2005 10:20:45 -0800 + +kubuntu-meta (0.38) hoary; urgency=low + + * Refreshed dependencies + * Added kscreensaver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-glade2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed rss-glx from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gnome2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed python-gtk2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Tue, 29 Mar 2005 02:52:52 +0100 + +kubuntu-meta (0.37) hoary; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-sparc + * Added knetworkconf to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-sparc + * Added konversation to desktop-sparc + * Added amarok to desktop-sparc + * Added kaffeine to desktop-sparc + * Added k3b to desktop-sparc + * Added openoffice.org-kde to desktop-i386, desktop-powerpc + + -- Jonathan Riddell Mon, 28 Mar 2005 16:49:55 +0100 + +kubuntu-meta (0.36) hoary; urgency=low + + * Refreshed dependencies + * Added openoffice.org to desktop-ia64 + * Added language-pack-pl to live-powerpc, live-ia64 + * Added language-pack-tr to live-powerpc, live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-ro to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-powerpc, live-ia64 + * Added language-pack-el to live-powerpc, live-ia64 + * Added language-pack-ca to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-nl to live-powerpc, live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-cs to live-powerpc, live-ia64 + * Added language-pack-ko to live-powerpc, live-ia64 + * Added language-pack-sv to live-powerpc, live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-powerpc, live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-powerpc, live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-sk to live-powerpc, live-ia64 + * Added language-pack-hu to live-powerpc, live-ia64 + * Added language-pack-nb to live-powerpc, live-ia64 + * Added language-pack-uk to live-powerpc, live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-powerpc, live-ia64 + * Added language-pack-fi to live-powerpc, live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-xh to live-ia64 + * Removed ubuntu-faqguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Thu, 17 Mar 2005 10:29:00 -0800 + +kubuntu-meta (0.35) hoary; urgency=low + + * Refreshed dependencies + * Added kubuntu-default-settings to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell Thu, 17 Mar 2005 06:33:34 +0000 + +kubuntu-meta (0.34) hoary; urgency=low + + * Refreshed dependencies + * Removed scribus from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegames from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Matt Zimmerman Tue, 8 Mar 2005 14:23:21 -0800 + +kubuntu-meta (0.33) hoary; urgency=low + + * Refreshed dependencies + * Removed kdeartwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeaddons from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdewebdev from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdetoys from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- LaMont Jones Tue, 8 Mar 2005 12:36:48 -0700 + +kubuntu-meta (0.32) hoary; urgency=low + + * Refreshed dependencies + * Added amarok to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Matt Zimmerman Tue, 8 Mar 2005 06:57:51 -0800 + +kubuntu-meta (0.31) hoary; urgency=low + + * Refreshed dependencies + * Added scribus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp-python from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Mon, 7 Mar 2005 17:35:18 -0800 + +kubuntu-meta (0.30) hoary; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ja to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-pt to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ru to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-quickguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-faqguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Removed update-notifier from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman Fri, 4 Mar 2005 12:49:54 -0800 + +kubuntu-meta (0.29) hoary; urgency=low + + * Refreshed dependencies + * Added acpi-support to desktop-ia64 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + + -- Matt Zimmerman Thu, 3 Mar 2005 11:56:10 -0800 + +kubuntu-meta (0.28) hoary; urgency=low + + * Remove kubuntu-base metapackage, add kubuntu-live + + -- Matt Zimmerman Wed, 2 Mar 2005 11:46:13 -0800 + +kubuntu-meta (0.27) hoary; urgency=low + + * Refreshed dependencies + * Kubuntu is now in main! + * Added kdeaddons to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konversation to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebase to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kynaptic to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeartwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added dbus-qt-1 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdetoys to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeadmin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added arts to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegames to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeutils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegraphics to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added k3b to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64 + * Added kdepim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64 + * Added ubuntu-sounds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdewebdev to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed apmd from desktop-amd64, desktop-powerpc, desktop-ia64, + desktop-sparc + * Removed kdm from desktop-sparc + + -- Matt Zimmerman Wed, 2 Mar 2005 08:14:47 -0800 + +kubuntu-meta (0.26) hoary; urgency=low + + * Fix update script + * Refreshed dependencies + * Added libglut3 to desktop-i386 + * Removed kdm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed vino from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed myspell-en-us from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed gucharmap from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xvncviewer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xsane from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed tsclient from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed openoffice.org-hyphenation-en-gb from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed synaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed mozilla-firefox from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed file-roller from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed desktop-file-utils from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed openoffice.org-help-en from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xchat from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-hip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed contact-lookup-applet from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed eog from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xpdf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed scrollkeeper from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed ssh-askpass-gnome from desktop-amd64 + * Removed openoffice.org-hyphenation-en-us from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed myspell-en-gb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed sound-juicer from desktop-amd64 + * Re-add kde and kdm by hand + + -- Matt Zimmerman Sun, 27 Feb 2005 16:48:38 -0800 + +kubuntu-meta (0.25) hoary; urgency=low + + * Initial release + + -- Andreas Mueller Thu, 7 Oct 2004 12:13:43 -0700 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/compat b/ubuntu/precise/metapackages/kubuntu-meta/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/control b/ubuntu/precise/metapackages/kubuntu-meta/debian/control new file mode 100644 index 000000000..44ebbf465 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/control @@ -0,0 +1,17 @@ +Source: kubuntu-meta-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 4), germinate (>= 0.38) + +Package: kubuntu-desktop-trinity +Architecture: any +Depends: acpi, acpi-support, acpid, alsa-base, alsa-utils, anacron, ark-trinity, arts-trinity, avahi-daemon, bc, ca-certificates, cups, cups-bsd, cups-client, cups-driver-gutenprint, dbus, dc, foomatic-db, foomatic-db-engine,foomatic-filters, genisoimage, ghostscript-x, hal, kcontrol-trinity, kcron-trinity, tde-style-qtcurve-trinity, tde-systemsettings-trinity, tdeadmin-kfile-plugins-trinity, tdebase-kio-plugins-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdemultimedia-kio-plugins-trinity, tdenetwork-filesharing-trinity, tdenetwork-kfile-plugins-trinity, kdepasswd-trinity, tdeprint-trinity, kdesktop-trinity, tdm-trinity, kdnssd-trinity, kghostview-trinity, khelpcenter-trinity, kicker-trinity, kio-locate-trinity, kmenuedit-trinity, kmix-trinity, knetworkconf-trinity, konq-plugins-trinity, konsole-trinity, kpdf-trinity, ksmserver-trinity, ksnapshot-trinity, ksvg-trinity, ksystemlog-trinity, twin-trinity, twin-style-crystal-trinity, lftp, libarts1-akode-trinity, libgl1-mesa-glx,libglut3 | freeglut3, libsasl2-modules, libxp6, openprinting-ppds, pnm2ppa, powermanagement-interface, readahead, screen, ttf-bitstream-vera, ttf-dejavu-core, ttf-freefont, unzip, vorbis-tools, x-ttcidfont-conf, xdg-user-dirs, xkb-data, xorg, zip, ksplash-engine-moodin-trinity, sudo-trinity, libtqt-perl, tqca-tls, kdbusnotification-trinity, gtk-qt-engine-trinity, qt4-tqt-theme-engine +Recommends: kio-apt-trinity, tde-guidance-powermanager-trinity, adept-trinity, akregator-trinity, amarok-trinity, avahi-autoipd, bluez-cups, bluez-utils, bogofilter, brltty, cdparanoia, cdrdao, cups-pdf, desktop-effects-tde-trinity, digikam-trinity, desktop-effects-tde-trinity, dmz-cursor-theme, dvd+rw-tools, foo2zjs, foomatic-db-gutenprint, fortune-mod, gcc, gwenview-trinity, hpijs-ppds, hplip, ijsgutenprint, jockey-gtk, k3b-trinity, kaddressbook-trinity, kaffeine-trinity, kamera-trinity, karm-trinity, katapult-trinity, kate-trinity, kbstate-trinity, tdepim-kio-plugins-trinity, tdepim-wizards-trinity, tdesudo-trinity, keep-trinity, kfind-trinity, kio-umountwrapper-trinity, kipi-plugins-trinity, klipper-trinity, kmag-trinity, kmail-trinity, kmailcvt-trinity, kmilo-trinity, kmousetool-trinity, kmplayer-konq-plugins-trinity, knotes-trinity, konqueror-trinity, konqueror-nsplugins-trinity, kontact-trinity, konversation-trinity, kooka-trinity, kopete-trinity, korganizer-trinity, kpf-trinity, kppp-trinity, krdc-trinity, krfb-trinity, kscreensaver-trinity, ksysguard-trinity, ktorrent-trinity, kubuntu-default-settings-trinity, kubuntu-docs-trinity, kubuntu-konqueror-shortcuts-trinity, kvkbd-trinity, kwalletmanager-trinity, landscape-client, laptop-detect, libgl1-mesa-dri, libnss-mdns, linux-headers-generic, make, min12xxw, networkstatus-trinity, openoffice.org-calc, openoffice.org-impress, openoffice.org-trinity, openoffice.org-writer, pinentry-qt, powernowd, pxljr, rdesktop, scim-bridge-agent, scim-bridge-client-qt,scim-qtimm, skim, speedcrunch, splix, strigi-daemon, system-config-printer-tde-trinity, ttf-arabeyes, ttf-arphic-ukai, ttf-arphic-uming, ttf-indic-fonts-core, ttf-kochi-gothic,ttf-kochi-mincho, ttf-lao, ttf-malayalam-fonts, ttf-thai-tlwg, ttf-unfonts-core, wodim, wvdial, xcursor-themes, xdg-utils, smbclient, network-manager-tde-trinity | network-manager-gnome, plymouth-theme-kubuntu-logo-trinity +Suggests: apport-gtk, hplip-gui +Description: Kubuntu desktop system, TDE version + This package depends on all of the packages in the Kubuntu TDE desktop system + . + It is safe to remove this package if some of the desktop system packages are + not desired. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright b/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright new file mode 100644 index 000000000..1cc9d090e --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright @@ -0,0 +1,14 @@ +Copyright 2004, Canonical Ltd. + +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 with your +system, in /usr/share/common-licenses/GPL-2. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/rules b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules new file mode 100755 index 000000000..2b69924b8 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +clean: + dh_testdir + dh_clean + + rm -rf build-stamp *.old debootstrap-dir + +DEB_BUILD_ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) + +build: build-stamp +build-stamp: desktop-$(DEB_BUILD_ARCH) + dh_clean + + for seed in desktop; do \ + package=kubuntu-$$seed; \ + (printf "$$package:Depends="; perl -pe 's/\n/, /g' $$seed-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + (printf "$$package:Recommends="; perl -pe 's/\n/, /g' $$seed-recommends-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + done + touch $@ + +install: build-stamp + +binary-arch: install + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installchangelogs -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) + +binary-indep: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean checkroot build diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version b/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version new file mode 100644 index 000000000..b0f3d96f8 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version @@ -0,0 +1 @@ +1.0.8 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop b/ubuntu/precise/metapackages/kubuntu-meta/desktop new file mode 100644 index 000000000..bfdaff332 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop @@ -0,0 +1,328 @@ +Task-Per-Derivative: 1 +Task-Section: user +Task-Description: Kubuntu desktop +Task-Extended-Description: This task provides the Kubuntu desktop environment. +Task-Key: kubuntu-desktop + += Hardware and Architecture Support = + +== Architecture-independent == + + * hotkey-setup + +Power management: + + * acpi-support + * (powernowd) + * powermanagement-interface [i386 amd64 powerpc ia64] + +Bluetooth: + + * (bluez-utils) # base for bluetooth support + * (bluez-cups) # allow connecting to bluetooth printers from CUPS + +== i386, i686, amd64 == + + * acpi + * acpid + * apmd [i386] + +== ppc32, ppc64 == + + * pbbuttonsd [powerpc] + += Console-Based Tools = + +These tools are very commonly used by people who drop into a console shell to do some work. + + * bc + * dc + * genisoimage + * (wodim) + * (cdparanoia) + * (dvd+rw-tools) + * screen + * lftp + * slocate # tool to index user files + * zip + * unzip # also used for .zip support in file-roller + += Network Services = + +Basic network services and Windows integration. + + * libnss-mdns # IPv4 link-local DNS support + * avahi-autoipd # IPv4 link-local interface configuration support + * smbclient # to access files on other SAMBA and Windows servers + * wvdial # for automatic dialup configuration via g-s-t + +These packages help with system integration + + * libsasl2-modules # allows integration with MTA and login system + * avahi-daemon + += Printing = + +Printing and printer configuration is a real weak spot in Debian, and in Linux in general. We will need to stay at the front of the curve here. + + * cupsys # our preferred printer management infrastructure + * cupsys-bsd # gives us lpc, lpq, lpr, lprm + * cupsys-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove + * foomatic-db-engine # integrate the foomatic printer driver engine + * foomatic-db # the foomatic printer driver database + * foomatic-filters # converter from postscript to printer-specific formats + * foomatic-db-hpijs # printer drivers from the hp inkjet project + * cupsys-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support + * openprinting-ppds # Most common drivers we want in desktop; less common are in o-p-extra + * pnm2ppa # several ppds require this + * ghostscript-x + * (hplip) # support for HP all-in-one printers + * min12xxw # support for KonicaMinolta PagePro 1200W, 1300W printers + * foo2zjs # Support for printing to ZjStream-based printers + += GUI infrastructure = + +Packages used for X preconfiguration are just Recommends; removing them after initial installation should be relatively safe. + + * (xresprobe) + * (laptop-detect) + * (discover1) + + * xorg # this includes xserver-xorg->xserver-xorg-{input|video}-* (no need to add specific drivers manually) + * xterm # Provide a backup terminal and complete X env. + * xkb-data # XKB data now lives here + +Fonts: + + * x-ttcidfont-conf + * ttf-bitstream-vera + * ttf-dejavu # includes characters missing in Vera + * ttf-freefont + * (ttf-kochi-gothic) + * (ttf-kochi-mincho) + * (ttf-arphic-uming) + * (ttf-arphic-ukai) + * (ttf-arabeyes) + * (ttf-baekmuk) + * (ttf-indic-fonts) + * (ttf-malayalam-fonts) + * (ttf-mgopen) + * (ttf-thai-tlwg) + * (ttf-lao) + * (ttf-gentium) + +Input methods: + + * (skim) + * (scim-qtimm) +# * (scim-tables-additional) [i386] # input support for language packs that we ship + += Desktop KDE Apps = + +We've chosen KDE as our desktop user interface of choice + + * arts-trinity + +== kdebase-trinity == + + * (kate-trinity) + * kcontrol-trinity + * kdepasswd-trinity + * kdeprint-trinity + * kdesktop-trinity + * (kfind-trinity) + * khelpcenter-trinity + * kicker-trinity + * (klipper-trinity) + * kmenuedit-trinity + * (konqueror-trinity) + * (konqueror-nsplugins-trinity) + * konsole-trinity + * ksmserver-trinity + * ksplash-trinity + * (ksysguard-trinity) + * kwin-trinity + * kdm-trinity # we want trinity as loginmanager + +== kdeadmin-trinity == + + * kcron-trinity + * kdeadmin-kfile-plugins-trinity + * knetworkconf-trinity + +== kdegraphics-trinity == + + * (gwenview-trinity) + * (kipi-plugins-trinity) [i386 amd64] # set of plugins for digikam and gwenview + * (kamera-trinity) + * kdegraphics-kfile-plugins-trinity + * (kooka-trinity) + * kpdf-trinity + * ksnapshot-trinity + * ksvg-trinity + * kghostview-trinity # For print preview + +== kdemultimedia-trinity == + + * libarts1-akode-trinity + * kdemultimedia-kfile-plugins-trinity + * kdemultimedia-kio-plugins-trinity + * kmix-trinity + +== kdenetwork-trinity == + + * kdenetwork-filesharing-trinity + * kdnssd-trinity + * (kopete-trinity) + * (kpf-trinity) + * (kppp-trinity) + * (krdc-trinity) + * (krfb-trinity) + * kdenetwork-kfile-plugins-trinity + +== kdepim-trinity == + + * (kontact-trinity) + * (kmail-trinity) + * (akregator-trinity) + * (korganizer-trinity) + * (kaddressbook-trinity) + * (knotes-trinity) + * (karm-trinity) + * (kdepim-wizards-trinity) + +== kdeutils-trinity == + + * ark-trinity + * (speedcrunch-trinity) + * (kmilo-trinity) + * (kwalletmanager-trinity) + +== koffice-trinity == + +# * (krita-trinity) +# * (kexi-trinity) # instead of openoffice-base + +== everything else KDE == + + * (k3b-trinity) # kde CD burning + * (konversation-trinity) # kde irc-client + * vorbis-tools # for kaudiocreator + * (amarok-trinity) # audio multimediaplayer + * (kaffeine-xine-trinity) # video multimediaplayer + * (keep-trinity) # kde backuptool + * hal # it's not very polished but it's the future + * (adept-trinity) # better package manager + * konq-plugins-trinity + * kde-systemsettings-trinity # kcontrol replacement + * dbus # for session dbus, #895. Previously dbus-1-utils which brought in gtk, dbus-launch moved to dbus + * (kubuntu-default-settings-trinity) + * kio-locate-trinity # file searching + * (katapult-trinity) # program launcher + * (kubuntu-konqueror-shortcuts-trinity) + * qca-tls # used by Kopete Jabber plugin + * (kdebluetooth-trinity) + * ksystemlog-trinity + * (kdepim-kio-plugins-trinity) # Make sure we have both of these for KMail + * kdebase-kio-plugins-trinity + * (gtk-qt-engine-trinity) + * kde-guidance-trinity # configuration tools + * (kde-guidance-powermanager-trinity) + * kio-apt-trinity + * ksplash-engine-moodin-trinity + * (ktorrent-trinity) + * (cdrdao) + * language-selector-qt + * (kmailcvt-trinity) + * (bogofilter) # spam filter for KMail + * hwdb-client-kde + * libqt-perl # for debconf + * (digikam-trinity) [i386 amd64] + * kde-style-polyester + * (networkstatus-trinity) + * software-properties-kde + * (apport-qt) + * (strigi-trinity) + * (strigi-applet-trinity) + * (pinentry-qt) # for SMIME e-mail support + * (gpg-agent) # for SMIME e-mail support + * (gdebi-kde-trinity) + +Don't use gstreamer for dapper, 0.8 is unsupported upstream and amarok/kaffeine are not yet ported to 0.10 +#The gstreamer0.10 packages we want to install: + +# * gstreamer0.10-alsa +# * gstreamer0.10-esd +# * gstreamer0.10-plugins-base-apps + +Accessibility tools: + + * (kmag-trinity-trinity) + * (kde-icons-mono-trinity) + * (kbstate-trinity) + * (kmousetool-trinity) + * (xcursor-themes-trinity) + * (brltty-trinity) + += Other Desktop GUI Apps = + + * (openoffice.org-kde) [i386 powerpc amd64] # before OOo to avoid openoffice.org-style-default + * (openoffice.org-writer) [i386 powerpc amd64] + * (openoffice.org-calc) [i386 powerpc amd64] + * (openoffice.org-impress) [i386 powerpc amd64] + * (openoffice.org-draw) [i386 powerpc amd64] + * (openoffice.org-math) [i386 powerpc amd64] + * (openoffice.org-java-common) [i386 powerpc amd64] + * (kscreensaver-trinity) + += Games = + + * (fortune-mod) # Needed by some screensavers + += Python = + +Python is a significant commitment, we will present Python wherever we can. + +Python Integrated Applications: + +Documentation: + +# * (diveintopython) + * (kubuntu-trinity-docs) + += Development = + +Here we provide a minimal development environment sufficient to build kernel +drivers, so that this is possible on the live CD and in scenarios where +it is problematic to get these packages onto the installed system in order +to compile a driver. -mdz + + * (gcc) + * (make) + * (linux-headers-generic) [i386] + * (linux-headers-powerpc) [powerpc] + * (linux-headers-powerpc64-smp) [powerpc] + * (linux-headers-generic) [amd64] + * (linux-headers-itanium) [ia64] + * (linux-headers-mckinley) [ia64] + * (linux-headers-sparc64) [sparc] + * (linux-headers-hppa32) [hppa] + * (linux-headers-hppa64) [hppa] + += Other = + + * kubuntu-desktop-trinity # the metapackage itself + * anacron # generally appropriate for desktops + * (bogofilter) + * usplash + * libxp6 # required for some third party apps. See #15739 + * kubuntu-artwork-usplash + * libpam-foreground +# * (example-content) # dholbach: dapper feature goal (wiki.ubuntu.com/ExampleContent) + * (landscape-client) + * readahead + += Germinate workarounds = + + * libglut3 # depended upon by freeglut3 + * libgl1-mesa-glx # depended upon by freeglut3 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 new file mode 100644 index 000000000..d04f55409 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 @@ -0,0 +1,84 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 new file mode 100644 index 000000000..9873a7dba --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +apmd +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 new file mode 100644 index 000000000..c28064c75 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia new file mode 100644 index 000000000..a1666b456 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia @@ -0,0 +1,83 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc new file mode 100644 index 000000000..4f36cc499 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc @@ -0,0 +1,83 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pbbuttonsd +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 new file mode 100644 index 000000000..f39f1dabd --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 @@ -0,0 +1,112 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa new file mode 100644 index 000000000..5a4bea656 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-hppa32 +linux-headers-hppa64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 new file mode 100644 index 000000000..bb1c0df3f --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 @@ -0,0 +1,113 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 new file mode 100644 index 000000000..dda138ee3 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-itanium +linux-headers-mckinley +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia new file mode 100644 index 000000000..e0de83e1b --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia @@ -0,0 +1,108 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +make +min12xxw +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc new file mode 100644 index 000000000..caf564463 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-powerpc +linux-headers-powerpc64-smp +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc new file mode 100644 index 000000000..0aa3a1fb1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc @@ -0,0 +1,108 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-sparc64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update b/ubuntu/precise/metapackages/kubuntu-meta/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update.cfg b/ubuntu/precise/metapackages/kubuntu-meta/update.cfg new file mode 100644 index 000000000..ee2975a4f --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/update.cfg @@ -0,0 +1,20 @@ +[DEFAULT] +dist: hardy + +[hardy] +seeds: desktop +seed_map/desktop: desktop-common desktop-kubuntu-common desktop +architectures: i386 amd64 powerpc ia64 sparc hppa lpia +seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/ +seed_dist: kubuntu.%(dist)s +archive_base/default: http://archive.ubuntu.com/ubuntu/ +archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/ +archive_base/hppa: %(archive_base/ports)s +archive_base/ia64: %(archive_base/ports)s +archive_base/powerpc: %(archive_base/ports)s +archive_base/lpia: %(archive_base/ports)s +components: main restricted + +[hardy/bzr] +seed_base: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ +seed_dist: kubuntu.%(dist)s diff --git a/ubuntu/precise/metapackages/sudo-trinity/debian/rules b/ubuntu/precise/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/ubuntu/precise/metapackages/sudo-trinity/debian/rules +++ b/ubuntu/precise/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/metapackages/sudo-trinity/debian/source/options b/ubuntu/precise/metapackages/sudo-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/metapackages/sudo-trinity/debian/source/options +++ b/ubuntu/precise/metapackages/sudo-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tde-i18n/debian/control b/ubuntu/precise/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/ubuntu/precise/tde-i18n/debian/control +++ b/ubuntu/precise/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/ubuntu/precise/tde-i18n/debian/rules b/ubuntu/precise/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/ubuntu/precise/tde-i18n/debian/rules +++ b/ubuntu/precise/tde-i18n/debian/rules @@ -31,6 +31,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/ubuntu/precise/tde-i18n/debian/source/options b/ubuntu/precise/tde-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tde-i18n/debian/source/options +++ b/ubuntu/precise/tde-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeaccessibility/debian/rules b/ubuntu/precise/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/ubuntu/precise/tdeaccessibility/debian/rules +++ b/ubuntu/precise/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/ubuntu/precise/tdeaccessibility/debian/source/options b/ubuntu/precise/tdeaccessibility/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeaccessibility/debian/source/options +++ b/ubuntu/precise/tdeaccessibility/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeaddons/debian/rules b/ubuntu/precise/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/ubuntu/precise/tdeaddons/debian/rules +++ b/ubuntu/precise/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/ubuntu/precise/tdeaddons/debian/source/options b/ubuntu/precise/tdeaddons/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeaddons/debian/source/options +++ b/ubuntu/precise/tdeaddons/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeadmin/debian/rules b/ubuntu/precise/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/ubuntu/precise/tdeadmin/debian/rules +++ b/ubuntu/precise/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine 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=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/ubuntu/precise/tdeadmin/debian/source/options b/ubuntu/precise/tdeadmin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeadmin/debian/source/options +++ b/ubuntu/precise/tdeadmin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeartwork/debian/control b/ubuntu/precise/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/ubuntu/precise/tdeartwork/debian/control +++ b/ubuntu/precise/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Sune Vuorela -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdeartwork/debian/rules b/ubuntu/precise/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/ubuntu/precise/tdeartwork/debian/rules +++ b/ubuntu/precise/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/ubuntu/precise/tdeartwork/debian/source/options b/ubuntu/precise/tdeartwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeartwork/debian/source/options +++ b/ubuntu/precise/tdeartwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap b/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap +++ b/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/ubuntu/precise/tdebase/debian/control b/ubuntu/precise/tdebase/debian/control index fededdb54..663827759 100644 --- a/ubuntu/precise/tdebase/debian/control +++ b/ubuntu/precise/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdebase/debian/rules b/ubuntu/precise/tdebase/debian/rules index 1ddae9c58..a1e9c65f7 100755 --- a/ubuntu/precise/tdebase/debian/rules +++ b/ubuntu/precise/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/ubuntu/precise/tdebase/debian/source/options b/ubuntu/precise/tdebase/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdebase/debian/source/options +++ b/ubuntu/precise/tdebase/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdebindings/debian/rules b/ubuntu/precise/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/ubuntu/precise/tdebindings/debian/rules +++ b/ubuntu/precise/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/ubuntu/precise/tdebindings/debian/source/options b/ubuntu/precise/tdebindings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdebindings/debian/source/options +++ b/ubuntu/precise/tdebindings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeedu/debian/rules b/ubuntu/precise/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/ubuntu/precise/tdeedu/debian/rules +++ b/ubuntu/precise/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/ubuntu/precise/tdeedu/debian/source/options b/ubuntu/precise/tdeedu/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeedu/debian/source/options +++ b/ubuntu/precise/tdeedu/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdegames/debian/rules b/ubuntu/precise/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/ubuntu/precise/tdegames/debian/rules +++ b/ubuntu/precise/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/ubuntu/precise/tdegames/debian/source/options b/ubuntu/precise/tdegames/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdegames/debian/source/options +++ b/ubuntu/precise/tdegames/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdegraphics/debian/rules b/ubuntu/precise/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/ubuntu/precise/tdegraphics/debian/rules +++ b/ubuntu/precise/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/ubuntu/precise/tdegraphics/debian/source/options b/ubuntu/precise/tdegraphics/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdegraphics/debian/source/options +++ b/ubuntu/precise/tdegraphics/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdelibs/debian/rules b/ubuntu/precise/tdelibs/debian/rules index 717488e0f..1ca5cc3ef 100755 --- a/ubuntu/precise/tdelibs/debian/rules +++ b/ubuntu/precise/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/ubuntu/precise/tdelibs/debian/source/options b/ubuntu/precise/tdelibs/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdelibs/debian/source/options +++ b/ubuntu/precise/tdelibs/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdemultimedia/debian/rules b/ubuntu/precise/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/ubuntu/precise/tdemultimedia/debian/rules +++ b/ubuntu/precise/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/ubuntu/precise/tdemultimedia/debian/source/options b/ubuntu/precise/tdemultimedia/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdemultimedia/debian/source/options +++ b/ubuntu/precise/tdemultimedia/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdenetwork/debian/control b/ubuntu/precise/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/ubuntu/precise/tdenetwork/debian/control +++ b/ubuntu/precise/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius , Sarah Hobbs , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/ubuntu/precise/tdenetwork/debian/control.in b/ubuntu/precise/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/ubuntu/precise/tdenetwork/debian/control.in +++ b/ubuntu/precise/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/ubuntu/precise/tdenetwork/debian/rules b/ubuntu/precise/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/ubuntu/precise/tdenetwork/debian/rules +++ b/ubuntu/precise/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdenetwork/debian/source/options b/ubuntu/precise/tdenetwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdenetwork/debian/source/options +++ b/ubuntu/precise/tdenetwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdepim/debian/rules b/ubuntu/precise/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/ubuntu/precise/tdepim/debian/rules +++ b/ubuntu/precise/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/ubuntu/precise/tdepim/debian/source/options b/ubuntu/precise/tdepim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdepim/debian/source/options +++ b/ubuntu/precise/tdepim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdesdk/debian/control b/ubuntu/precise/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/ubuntu/precise/tdesdk/debian/control +++ b/ubuntu/precise/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/ubuntu/precise/tdesdk/debian/rules b/ubuntu/precise/tdesdk/debian/rules index 3675e531a..36d49b7c7 100755 --- a/ubuntu/precise/tdesdk/debian/rules +++ b/ubuntu/precise/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdesdk/debian/source/options b/ubuntu/precise/tdesdk/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdesdk/debian/source/options +++ b/ubuntu/precise/tdesdk/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdetoys/debian/control b/ubuntu/precise/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/ubuntu/precise/tdetoys/debian/control +++ b/ubuntu/precise/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Modestas Vainius -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/ubuntu/precise/tdetoys/debian/rules b/ubuntu/precise/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/ubuntu/precise/tdetoys/debian/rules +++ b/ubuntu/precise/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/ubuntu/precise/tdetoys/debian/source/options b/ubuntu/precise/tdetoys/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdetoys/debian/source/options +++ b/ubuntu/precise/tdetoys/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeutils/debian/control b/ubuntu/precise/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/ubuntu/precise/tdeutils/debian/control +++ b/ubuntu/precise/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Josh Metzler , Sune Vuorela -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdeutils/debian/rules b/ubuntu/precise/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/ubuntu/precise/tdeutils/debian/rules +++ b/ubuntu/precise/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdeutils/debian/source/options b/ubuntu/precise/tdeutils/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeutils/debian/source/options +++ b/ubuntu/precise/tdeutils/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdevelop/debian/control b/ubuntu/precise/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/ubuntu/precise/tdevelop/debian/control +++ b/ubuntu/precise/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Jeremy Lain -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/ubuntu/precise/tdevelop/debian/rules b/ubuntu/precise/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/ubuntu/precise/tdevelop/debian/rules +++ b/ubuntu/precise/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ 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_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/ubuntu/precise/tdevelop/debian/source/options b/ubuntu/precise/tdevelop/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdevelop/debian/source/options +++ b/ubuntu/precise/tdevelop/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdewebdev/debian/rules b/ubuntu/precise/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/ubuntu/precise/tdewebdev/debian/rules +++ b/ubuntu/precise/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdewebdev/debian/source/options b/ubuntu/precise/tdewebdev/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdewebdev/debian/source/options +++ b/ubuntu/precise/tdewebdev/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences