diff options
Diffstat (limited to 'ubuntu/_base/applications/graphics')
92 files changed, 7034 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/graphics/digikam/debian/NEWS b/ubuntu/_base/applications/graphics/digikam/debian/NEWS new file mode 100644 index 000000000..a90a3b444 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/NEWS @@ -0,0 +1,8 @@ +digikam (2:0.9.2~beta1-2) unstable; urgency=low + + * Upstream have merged the digikamimageplugins with digikam + and all are provided in the one application package, digikam. + Don't be concerned that this version of digikam Conflicts:/ + Replaces: digikamimageplugins + + -- Mark Purcell <msp@debian.org> Sun, 20 May 2007 08:35:22 +0100 diff --git a/ubuntu/_base/applications/graphics/digikam/debian/README.Debian b/ubuntu/_base/applications/graphics/digikam/debian/README.Debian new file mode 100644 index 000000000..351a34b1f --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/README.Debian @@ -0,0 +1,146 @@ +Debian kde-extras Team +---------------------- + +1. Contacts +----------- + +General help requests + <debian-kde@lists.debian.org> mailing list + #debian-kde on irc + +Packaging queries + <debian-qt-kde@lists.debian.org> mailing list + #debian-qt-kde on irc + +Maintainers + <pkg-kde-extras@lists.alioth.debian.org> mailing list + + +2. Subversion repository +------------------------ + +You can browse it only at: + +http://svn.debian.org/wsvn/pkg-kde/kde-extras/ + +To "checkout" the repository use these commands: + + $ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras + +Authorized SSH keys are controlled at https://alioth.debian.org/account/ + +The repository layout is: + +- packagename/ + - trunk/ + - branches/ + - tags/ + - 0.7.2-1/ + - 0.7.2-2/ + - 0.7.2-2ubuntu1/ + - 0.7.2-2ubuntu2/ + - 0.7.2-2ubuntu3/ + - 0.8.0/ + ... + +If only one version of the package is available at the time, development must +be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new +release is made. + +When, at some point, the need to have two different versions at the same time +arises (for example, if we need a version to be in unstable and a different one +to be in experimental), experimental development will be made in trunk/ and +if a new unstable package needs to be cooked, copying +tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the +trick. + +3. Using svn-buildpackage +-------------------------- + +Packages with an upstream tarball will require you to set the mergeWithUpstream +property first (from the package root) so that svn-buildpackage will look for +the .orig.tar.gz in the ../tarballs directory. + + % svn propset mergeWithUpstream 1 debian + +Please note that this only works for packages which have only the debian/ +directory committed. Consequently, you must use CDBS's simple-patchsys.mk or +dpatch to modify the upstream sources. + +After you have finished and committed your Debian patches via + + % svn commit [PACKAGE] + +as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build +your package with the following commands: + + % svn-buildpackage --svn-ignore-new -rfakeroot + +Please, don't commit tarballs/ or build-area/ directories to SVN. + +4. Tarballs and Build-area directories +------------------------------------ + +During pkg development before uploaded to debian the tarballs can be found at: + + http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/ + +You need to place those dirs in the parent directory of the one from which you're +running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs +in 'pkgname'/ dir, at the same level as trunk/ + +If you want to compile inside one version in tags/ dir, you'll need to place those +dirs inside that dir. Of course the easiest and cleanest way of doing it is +by making a symlink of those dirs inside tags/ dir. + +5. Using svn-inject +------------------- + +To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1) +as follows: + + svn-inject -o <package>.dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras + +Type in your alioth password a few hundred times :-) and your package should be +uploaded to the archive. Note you will also need to manually copy the +package.orig.tar.gz to your tarballs directory. The -o option is important as +this ensures that we 'Only keep modified files under SVN control' + +6. Versioning +------------- + +As the autobuilder and fellow developers will need to differentiate between +versions that are uploaded into debian already and those which will be at a +later point, do use the UNRELEASED distribution until the time you actually do +upload to incoming. Whoever is not a DD himself should let the sponsor do that +final step if that sponsor has SVN commit rights to the kde-extras archive. + +The autobuilder packs can be found at http://kde-extras.buildserver.net/. +The logs can be found at http://status.buildserver.net/. + +As the archive runs britney, it may well be that a built and installed package +is not appearing to the archive until its reverse depends are (re)built too. In +case of questions, feel free to mail kilian@debian.org. + +7. Automatic Backport hooks +--------------------------- + +The checkout script for putting together the sources can run a backports hook +for certain dists (like Debian sarge) which need certain adjustments to the +source like altered Build-Depends. This hook is a plain shell script (or +makefile like debian/rules) which needs to be put in the debian/backports +directory and made executable by means of the svn properties set. The codenames +for the current dists are: sid, etch, sarge, edgy and dapper. For an example +see asterisk-addons/trunk/debian/backports/sarge which may be more illustrating +what to do. + +8. Autotools, libtool, am_maintainer, buildprep and configure updates +--------------------------------------------------------------------- + +Achim, Please add some text in here to document when it is necessary and +how we update the build enviroment for a package. + +-(snip)- + +In case any of the above is unclear to you or seems outdated, please drop us a +note to the maintainers list. diff --git a/ubuntu/_base/applications/graphics/digikam/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/graphics/digikam/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..f36e3527c --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/cdbs/debian-tde.mk @@ -0,0 +1,246 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> +# Copyright © 2019 TDE Team +# Description: A class for TDE packages; sets TDE environment variables, etc +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: +ifndef _cdbs_class_cmake + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; +endif + touch debian/stamp-cvs-make + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +ifndef _cdbs_class_cmake +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif + +ifdef _cdbs_class_cmake +ifneq "$(wildcard /usr/bin/ninja)" "" +MAKE = ninja -v +DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_INSTALL_TARGET = install +DEB_CMAKE_NORMAL_ARGS += -GNinja +endif +endif + +ifndef _cdbs_rules_patchsys_quilt +DEB_PATCHDIRS := debian/patches/common debian/patches +endif + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/tde/HTML + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +DEB_BUILD_PARALLEL ?= true + +cdbs_configure_flags += \ + --with-qt-dir=/usr/share/qt3 \ + --disable-rpath \ + --with-xinerama \ + $(cdbs_kde_enable_final) \ + $(cdbs_kde_enable_debug) + + +# This is a convenience target for calling manually. +# It's not part of the build process. +buildprep: clean apply-patches +ifndef _cdbs_class_cmake + $(MAKE) -f admin/Makefile.common dist +endif + debian/rules clean + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + done + +common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +clean:: +ifndef _cdbs_class_cmake + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi +endif + rm -f .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/_base/applications/graphics/digikam/debian/cdbs/versions.pl b/ubuntu/_base/applications/graphics/digikam/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/_base/applications/graphics/digikam/debian/changelog b/ubuntu/_base/applications/graphics/digikam/debian/changelog new file mode 100644 index 000000000..ea55ed699 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/changelog @@ -0,0 +1,1171 @@ +digikam-trinity (2:0.9.6-1ubuntu5) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 Jul 2009 16:08:00 -0600 + +digikam-trinity (2:0.9.4-1ubuntu3) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 04 March 2009 01:11:00 -0600 + +digikam-trinity (2:0.9.4-0ubuntu14) intrepid; urgency=low + + * Added -trinity suffix + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 17 Dec 2008 15:34:00 -0600 + +digikam (2:0.9.4-1ubuntu1) intrepid; urgency=low + + * Build-depend on renamed libkexiv2-3-dev and renamed libkdcraw3-dev + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 11 Sep 2008 15:27:17 +0100 + +digikam (2:0.9.4-1) unstable; urgency=low + + * New upstream release + - digiKam 0.9.4 Release Plan (Trinity) ~ 13 July 08 (Closes: #490144) + * DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 + * Debhelper compatibility level V7 + * Install pixmaps in debian/*.install + * Add debian/digikam.lintian-overrides + + -- Mark Purcell <msp@debian.org> Thu, 17 Jul 2008 20:25:39 +1000 + +digikam (2:0.9.4~rc2-1) experimental; urgency=low + + * New upstream release + + -- Mark Purcell <msp@debian.org> Tue, 08 Jul 2008 13:01:17 +1000 + +digikam (2:0.9.4~rc1-1) experimental; urgency=low + + * New upstream release + * Fixed-upstream: + - digikam crashes when using light table (Closes: #437021) + - digikam fails to build with gcc-4.3 on powerpc - + libgreycstoration_la.all_cpp.lo (Closes: #483137) + + -- Mark Purcell <msp@debian.org> Sat, 21 Jun 2008 16:54:00 +1000 + +digikam (2:0.9.4~beta5-1) experimental; urgency=low + + * New upstream release + * Force powerpc build with gcc-4.2 - fixes: + - digikam fails to build on powerpc - libgreycstoration_la.all_cpp.lo + (Closes: #483137) + * Forwarded upstream and now claimed as fixed: + - digikam 0.9.1-2 crashes when clicking on preview image to display it + (Closes: #418251) + - REALLY slow on big albums (Closes: #430380) + - Hangs with splash screen on first upgrade (Closes: #407135) + - Digikam hangs on startup (Closes: #415301) + - Upgrade dropped way to enter comments en masse (Closes: #400032) + + -- Mark Purcell <msp@debian.org> Thu, 29 May 2008 23:40:06 +1000 + +digikam (2:0.9.4~beta3-1) experimental; urgency=low + + * New upstream release + + [ Mark Purcell ] + * All debian/patches included upstream ;-) + + [ Achim Bohnet ] + * debian/control: remove --enable-debug=full to stop DDebug flood + stderr on startup. (Nodebug uses: -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 + Full debug used: -fno-builtin -g3 -fno-inline -g -Wall -O2). + + * digikam.manpage: remove reference to digikamimageplugins. Pkgs was merged + into digikam package. + + -- Mark Purcell <msp@debian.org> Sun, 27 Apr 2008 22:40:08 +1000 + +digikam (2:0.9.3-2) unstable; urgency=low + + [ Achim Bohnet] + + * Cherry pick fixes from KDEs SVN: + 40_tdesvn783161_fix_wrong_file-exits_check.diff + 40_tdesvn786622_honour_scrollbar.diff + + * Remove build-deps: + + automake1.9: We take care that no rebuilding is necessary. + + libexif-dev: replaced by libexiv2 upstream. + + * Remove Paul Telford <pxt@debian.org> from uploaders. He's no longer + involved in digikam maintenance. Thx for taking care of digikam as + well as sponsoring me for a long time. + + * debian/copyright: replace Copyright (C) with © + + * remove debian/TODO. Had only outdated or will not happen stuff. + + * Merge my changes from kubuntu: + + * Remove relibtoolization patches: + 02_autotools_update.diff + 03_libtool_update.diff + 04_am_maintainer_mode.diff + 05_pedantic-errors.diff + 06_disable_no_undefined.diff + 98_buildprep.diff + let linker flag --as-needed in debian/rules do the job. + + * Add patch to fix FTBFS with new libkdcraw3 pkgs (0.1.4) required by + kipi-plugins 0.1.5: 20_fix_ftbfs_with_libkdcraw3.diff . + Fixes: https://bugs.kde.org/show_bug.cgi?id=146393 + Thx to the Mandriva Maintainer Angelo Naselli to point me to the patch. + (Closes: #472547 digikam: FTBFS with current libkdcraw) + + * Bump build dependency of libkdcraw to >= 0.1.4 as libkdraw3 patch above + requires it. + + * Fix: [Hardy] digikam duplicates downloaded images while overwriting + existing ones. Added: patches/10_lp201053_fix_download_rename_race.diff + This is a backport of KDE SVN commit 783150. (Closes LP: #201053). + See also http://bugs.kde.org/show_bug.cgi?id=158377 for more information. + + * add missing final newline to showfoto.install. + + * Edited images saved with a new name wheree only read/writabblbe by it's + owner. Now the umask is used. Add patches/30_respect_umask.diff. Fixes + http://bugs.kde.org/show_bug.cgi?id=145252 . + + * Dropped kubuntu change: + + build-dep bumps of libkexiv2-dev and libexiv2-dev. They were only + needed for a library transition. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 25 Mar 2008 20:30:38 +0100 + +digikam (2:0.9.3-1) unstable; urgency=low + + * New upstream release + + * Add myself in Uploaders field + * Remove tiffloader patch. Fixed upstream (Closes: #458434) + * Bump Standards-Version to 3.7.3 + * Build with --as-needed + + -- Fathi Boudra <fabo@debian.org> Fri, 04 Jan 2008 09:26:34 +0100 + +digikam (2:0.9.3~rc1-1) experimental; urgency=low + + * New upstream release + + -- Mark Purcell <msp@debian.org> Mon, 10 Dec 2007 07:28:30 +0000 + +digikam (2:0.9.3~beta3-1) experimental; urgency=low + + * New upstream release + + * Remove Depends: libgphoto2-2-dev thnks to tdelibs patch from pusling + - dependency on dev package (libgphoto2-2-dev) (Closes: #416123) + * Working debian/watch from Raphael + - debian/watch fails to report upstream's version (Closes: + #449649) + + -- Mark Purcell <msp@debian.org> Wed, 21 Nov 2007 14:55:09 +0000 + +digikam (2:0.9.3~beta2-1) experimental; urgency=low + + * New upstream release + + -- Mark Purcell <msp@debian.org> Fri, 02 Nov 2007 22:20:39 +0000 + +digikam (2:0.9.3~beta1-1) experimental; urgency=low + + * New upstream release + - "Download all" not always selectable (Closes: #439826) + + -- Mark Purcell <msp@debian.org> Fri, 12 Oct 2007 19:18:31 +0100 + +digikam (2:0.9.2-5) unstable; urgency=low + + [ Mark Purcell ] + * include debian/sf-get-source.mk + * Add tiffloader patch from upstream + - digikam and showfoto display tiff files with weird colors on powerpc + (Closes: #432503) + * cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + * Rebuild for libkexiv2 & libdcraw transitions + * lintian cleanup menu-item-uses-apps-section + + -- Mark Purcell <msp@debian.org> Sat, 29 Sep 2007 11:40:59 +0100 + +digikam (2:0.9.2-4) unstable; urgency=low + + [ Mark Purcell ] + * FTBFS: --enable-final seems to much for arm (Closes: #434656) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 25 Jul 2007 18:55:49 +0100 + +digikam (2:0.9.2-3) unstable; urgency=low + + [ Achim Bohnet ] + * added patches/13_kde_r681776_kubuntu_fix_fr_translation_servicemenus.diff. + Fixes encoding of french translation in hotplug service desktop files. + Thx to Anthony Mercatante <tonio@ubuntu.com> for the patch. I've merged it + upstream. + * add patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff + showfoto crases when an already opened image is opened another time. Fixes + KDE bug: 147347 + * clean up in debian/TODO + + [ Mark Purcell ] + * Switch to COMPAT mode 5 (used by cdbs for -dbg packages) + * Build digikam-dbg package to provide debugging symbols for both + - digikam and showfoto + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 06 Jul 2007 10:14:41 +0100 + +digikam (2:0.9.2-2) unstable; urgency=low + + [ Achim Bohnet ] + * add selected fixes from upstream: + 10_kde_r680586_bug147248_sync_image_info_in_ie.diff + 11_kde_r680604_bug147147_fix_apply_tags.diff + 12_kde_r676579_bug120450_fix_crop_tool_helper_lines.diff + * debian/rules: cleanup po/*/*.gmo files. They clutter buildprep diff + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 26 Jun 2007 22:24:32 +0100 + +digikam (2:0.9.2-1) experimental; urgency=low + + * new upstream release + + coordinate lib trans with other apps (so better experimental upload) + will move to unstable once dependant libs are available + + [ Tom Albers ] + * removed digikamimageplugins recommend from showfoto package + (Closes: #427696) + + [ Achim Bohnet ] + * bump build depends on libkdcraw >= 0.1.1. with has new ABI version. + + [ Mark Purcell ] + * Depreciate Depends: libdcraw-runtime + * Minor editing of debian/control debian/NEWS + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 18 Jun 2007 10:55:36 +0100 + +digikam (2:0.9.2~beta3-1) unstable; urgency=low + + * New upstream release + - Light Table and Preview Mode can work with full image size instead a + reduced one. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 05 Jun 2007 07:26:53 +0100 + +digikam (2:0.9.2~beta2-1) unstable; urgency=low + + * New upstream release + - 0.9.2~beta1-2 uninstallable on amd64 (Closes: #425381) + * Update debian/control & debian/NEWS to advise of the merge of + digikam & digikamimageplugins + * Depends: libkdcraw-runtime + - unable to find kdcraw executable (Closes: #425292) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 29 May 2007 21:33:39 +0100 + +digikam (2:0.9.2~beta1-2) unstable; urgency=low + + [ Achim Bohnet ] + * new upstream release: + + Closes: #424506: digikam - FTBFS: error: request for member 'c_str' in + '((Exiv2::Error*)e)->Exiv2::Error::what()' .. + * debian/control: add new build-dep libkdcraw-dev and libexiv2-dev (>= 0.14). + Closes: #424619: digikam_2:0.9.2~beta1-1(hppa/experimental): FTBFS: libkdcraw + missing + + [ Mark Purcell ] + * Conflicts: libexiv2-0.12 - breaks kipi-plugins + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 17 May 2007 18:10:25 +0100 + +digikam (2:0.9.2~beta1-1) experimental; urgency=low + + * New Upstream Release + + [ Mark Purcell ] + * Patches deleted as encorporated upstream: + - debian/patches/10-gcc43-fix.diff + - debian/patches/11-add-service-menu-translations.diff + - debian/patches/12-tdesvn-r649833-fix-tile-cache.diff + * Conflicts:/Replaces: digikamimageplugins - upstream has merged + * Ensure kipi-plugins et al are correct versions/ correct libraries + - Conflicts: libkexiv2-0 + - Build-Depends: libkexiv2-dev (>= 0.1.5) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 11 May 2007 07:00:21 +0100 + +digikam (2:0.9.1-4) unstable; urgency=low + + [ Mark Purcell ] + * Build-Depends: libjasper-dev + - Uninstallable on amd64 - libjasper (Closes: #423086) + * lintian cleanup: possible-missing-colon-in-closes + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 09 May 2007 21:16:17 +0100 + +digikam (2:0.9.1-3) unstable; urgency=low + + [ Achim Bohnet ] + * debian/control: Fix XS-Vcs-*. Packaging moved from branches/experimental + to trunk/ + * add debian/patches/10-gcc43-fix.diff. Fixes: FTBFS with GCC 4.3: missing + #includes (Closes: #417682). Thanks to Martin Michlmayr for the patch. + * add debian/patches/11-add-service-menu-translations.diff: fix UTF-8 + encoding in digikam/utilities/hotplug/digikam-*.desktop.in: Use KDE svn + version of the file which contains turkish translation too fix french + translation. Thanks to Anthony Mercatante <tonio@ubuntu.com> for the + patch. + * add debian/patches/12-tdesvn-r649833-fix-tile-cache.diff: Editor tile + cache mechanism does not work, making rendering slow. Thanks to + Luka Renko <lure@ubuntu.com> for the patch. + + [ Mark Purcell ] + * dcraw is embedded in > 0.9 + - error running dcraw command (Closes: #414861) + * Fixed upstream + - digikam fails to autostart when gphoto support is needed (Closes: + #399197) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 20 Apr 2007 07:05:08 +1000 + +digikam (2:0.9.1-2) unstable; urgency=low + + [ Achim Bohnet ] + * Depend on tdebase-kio-plugins. The pkg contains tdeio_trash and makes + 'Move to Trash' working for e.g. Gnome sessions. Fixes report on + digikam-user mailing list and closes malone #75435. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 5 Mar 2007 20:40:13 +0000 + +digikam (2:0.9.1-1) experimental; urgency=low + + * New upstream release + * Build-Depends: libjasper-1.701-dev | libjasper-dev, libpng12-dev | libpng-dev + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 5 Mar 2007 18:29:28 +0000 + +digikam (2:0.9.1~rc2-1) experimental; urgency=low + + * new upstream release + + [ Achim Bohnet ] + * README.Debian: fix encoding: 8859-1 -> utf8 + * debian/copyright: Upstream added email to copyright, iso8859-1 -> utf8 + * debian/control: tighten depends on digikam + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 20 Feb 2007 21:32:52 +0000 + +digikam (2:0.9.1~rc1-1) experimental; urgency=low + + * new upstream release + + [ Achim Bohnet ] + * debian/watch: fix to match beta and rc releases. + * debian/control: + + recommend a more recent version of digikamimageplugins than digikam + conflicts with. + + build-dep on libkexiv2-dev. New requirement with 0.9.1-beta1. + + libdigikam0 and libdigikam-dev existed only for a very short period + and are not part of any distro release. Remove conflicts and replaces + with these pkgs. + + Point XS-Vcs-* headers to branches/experimental until 0.9 is moved to sid + post etch release. + + Bump kipi-plugins conflict to <= 0.1.3~rc0. So libexiv2-0.12 is used + for kipi-plugins too. + * Merging Debian changes of 1:0.9.0-0ubuntu2: split digikam into digikam + and showfoto packages. Thx to Anthony Mercatante <tonio@ubuntu.com>. + + [ Mark Purcell ] + * Showfoto also Conflicts: digikam (<= 2:0.9.0-1) + * Updated copyright file. New contributors and a new year + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 19 Feb 2007 17:58:14 +0100 + +digikam (2:0.8.2-4) unstable; urgency=medium + + [ Debian KDE Extras Team ] + * urgency medium as this fixes some usability issues and + is targeted for release with etch + + [ Achim Bohnet ] + * Fix path to icons in digikam tips file. (Closes: #407136): digikam: Missing + picture on Tip of the day + * debian/control: + + bump Standards-version to 3.7.2. No changes necessary + + add XS-VCS headers + + [ Mark Purcell ] + * Ensure service menu (digikam_upload_photos.desktop) is displayed for + mounted media only + - uploading servicemenu does not work with unmounted media (Closes: + #404127) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 4 Feb 2007 11:34:05 +0000 + +digikam (2:0.8.2-3) unstable; urgency=medium + + [ Mark Purcell ] + * Backport of 0.8.2 for etch as exiv2 library transition isn't going to happen.. + * Urgency medium as this fixes RC bug and rdepends on libexiv2 + as discussed on debian-release (Closes: #401416) + * If you don't wish to downgrade, please track digikam-0.9 in experimental + at least until after etch is released + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 22 Dec 2006 10:26:13 +1100 + +digikam (2:0.9.0-1) experimental; urgency=low + + * new upstream release + + [ Achim Bohnet ] + * remove patches, now included in upstream tarball: + + 10_tdesvn_606804_dcraw-return-code.diff + + 11_tdesvn_606805_file-extention-parsing.diff + + 12_kde_606923_fix_huge_memory_leak.diff + * bump build-dep on exiv2 to >=0.12 + * debian/control: bump conflict with digikamimageplugins to << 0.9.0~rc2 + because that build against libexiv2-0.10 not 0.12. + * build with enable-final. Upstream tested final for 0.9.0 + * remove --disable-debug. It's already the default in cdbs + * control: + + change XS-X-Vcs-Svn -> XS-Vcs-Svn + + add XS-Vcs-Browser header field, pointing to an http:// -browsable URL + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 18 Dec 2006 14:40:34 +0100 + +digikam (1:0.9.0~rc1-1) unstable; urgency=low + + * New upstream release + + [ Achim Bohnet ] + * cleanup debian/TODO a bit: imlib2 and libkexif dependencies are + already removed. There's no dcraw dependency anymore too (digikam + includes it's own version) + * add version build-dep on libexiv2-dev >= 0.9.1. to guide backports + * removed patches/va_list.patch. No longer necesssary + * removed patches/11_only_-lqt-mt.diff: autoconf 2.60 uses a totally + different method to substitute vars. + * Pick fixes from svn: + + 10_tdesvn_606804_dcraw-return-code.diff : fix file-extention parsing + when it's a null string KDEBUG: 137495 + + 11_tdesvn_606805_file-extention-parsing.diff: dcraw fail to decode a + RAW file. KDEBUG: 137495 + + patches/12_kde_606923_fix_huge_memory_leak.diff: fix huge memory + corruption relevant of a wrong deletion of data shared between preview + kio-slave and digiKam. Without this fix, digiKam is unstable + with unsupported/broken pictures to show. It can crash everywhere + with a non suitable backtrace. + * Bump standards-version to 3.7.2. No changes necessary. + * control: add XS-X-Vcs-Svn: header field pointing to pkg repository + location + + [ Mark Purcell ] + * Conflicts: digikamimageplugins (<< 0.9.0~rc1) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 23 Nov 2006 21:17:01 +0000 + +digikam (1:0.9.0~beta3-3) unstable; urgency=low + + [ Mark Purcell ] + * Add debian/patches/va_list.patch + - FTBFS (alpha): attempt to use output operater '<<' on va_list + (Closes: #396747) + * Re-Add Build-Depends: libgphoto2-2-dev + - libgphoto2-2-dev needed (Closes: #396249) + * Ack fixes from experimental + - Digikam doesn't save modified Tiff images (Closes: #375982) + - "Toggle Full Screen" should be in the View menu (Closes: #378477) + - Crashes on assigning icon to tag (Closes: #393505) + - I would like to have AND between tags and not OR. (Closes: #329014) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 4 Nov 2006 10:12:50 +0000 + +digikam (1:0.9.0~beta3-2) unstable; urgency=low + + * Migrate to unstable + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 29 Oct 2006 12:38:39 +0000 + +digikam (1:0.9.0~beta3-1) experimental; urgency=low + + * new upstream release + + [ Mark Purcell ] + * Fixes: Crashes on assigning icon to tag (Closes: #393505) + + [ Achim Bohnet ] + * remove dcraw dependency. digikam now includes/uses an adapted + version + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 20 Oct 2006 20:05:31 +0100 + +digikam (1:0.9.0~beta2-1) experimental; urgency=low + + * new upstream release + + [Achim Bohnet] + * debian/patches/kbugs131550.patch: removed. Included upstream + * debian/patches/11_only_-lqt-mt.diff: updated + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 22 Sep 2006 05:03:17 +0100 + +digikam (1:0.9-beta1-r1-1) experimental; urgency=low + + [ Mark Purcell ] + * New Upstream Release + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Aug 2006 23:34:51 +0100 + +digikam (1:0.9-beta1-3) experimental; urgency=low + + [ Mark Purcell ] + * Pull powerpc fix from http://bugs.kde.org/show_bug.cgi?id=131550 + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Aug 2006 21:49:24 +0100 + +digikam (1:0.9-beta1-2) experimental; urgency=low + + [ Mark Purcell ] + * Recommends: digikamimageplugins (>> 0.9) + * Upload to experimental this time :-( + * Add Build-Depends: libltdl3-dev + - FTBFS: grep: /usr/lib/libltdl.la: No such file or directory (Closes: + #379501) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 23 Jul 2006 23:38:13 +0100 + +digikam (0.9-beta1-1) unstable; urgency=low + + [ Mark Purcell ] + * New upstream release + * Fixes: + - Digikam doesn't save modified Tiff images (Closes: #375982) + - "Toggle Full Screen" should be in the View menu (Closes: #378477) + * Use upstream servicemenus for uploading + * Add Build-Depends: libexiv2-dev, liblcms1-dev + * Remove Build-Depends: libimlib2-dev, libkexif1-dev + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 21 Jul 2006 19:57:37 +0100 + +digikam (0.8.2-1) unstable; urgency=low + + [ Achim Bohnet ] + * new upstream release + * adapt debian/patches/11_only_-lqt-mt.diff to apply cleanly + * debian/rules: + - remove applnk/ workaround: digikam.desktop is now properly + installed in applications/kde/ + - remove x-raw.desktop removal. No longer delivered by upstream + * debian/control: x-raw.desktop is in tdelibs >= 4:3.5.1-3 so add + a versioned depend on it. + + [ Mark Purcell ] + * Include translators in debian/copyright (problem with unicode though) + * Fixes: + - needs to call update-desktop-files in postinst (Closes: #344092) + - fails to start with "albumtreestate.bin not found" (Closes: #340567) + - general disfunctionning (Closes: #309726) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 20 Jul 2006 06:59:38 +0100 + +digikam (0.8.1+0.8.2-rc1-2) unstable; urgency=low + + * Depends: libgphoto2-2-dev + - Fixes: camera interface breaks with libgphoto 2.2.0 (Closes: #374460) + * Reclose fixed bugs: + - Rotation and Resaving --> Loss of EXIF info (Closes: #349450) + - Hash marks ('#') in album names cause download problems (Closes: + #348887) + - Unlike other rotation in the program (thanks to kipi), auto rotate + is LOSSY (Closes: #325979) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 21 Jun 2006 00:39:01 +1000 + +digikam (0.8.1+0.8.2-rc1-1) unstable; urgency=low + + [ Achim Bohnet ] + * new upstream release. + o Closes: #349450: Rotation and Resaving --> Loss of EXIF info + o Closes: #348887: Hash marks ('#') in album names cause download + problems + * debian/rules: use --disalbe-final. This fixes meta data loss: + Digikam deletes EXIFs when auto-rotating on import + http://bugs.kde.org/show_bug.cgi?id=126326 and + https://launchpad.net/distros/ubuntu/+source/digikam/+bug/34462 + * Removed patches now included upstream: + o 20_tdesvn_r531782_fix_16bit_tiff_thumbnails.diff + o 21_tdesvn_r532147_fix_16bit_tiff_umscamera.diff + o 22_tdesvn_r532959_fix_16bit_tiff_imageeditor.diff + * Add patch debian/patches/11_only_-lqt-mt.diff: + By default configure sets LIB_QT to + LIB_QT = -lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread + Fix configure so it's set to LIB_QT=-lqt-mt. Sort of a start + of a relibtooliztion. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 10 May 2006 01:28:55 +0200 + +digikam (0.8.1+0.8.2-beta1-2) unstable; urgency=low + + [ Achim Bohnet ] + * Pull some fixes from upstream svn: + + 20_tdesvn_r531782_fix_16bit_tiff_thumbnails.diff + + 21_tdesvn_r532147_fix_16bit_tiff_umscamera.diff + + 22_tdesvn_r532959_fix_16bit_tiff_imageeditor.diff + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 24 Apr 2006 23:29:16 +0200 + +digikam (0.8.1+0.8.2-beta1-1) unstable; urgency=low + + [ Achim Bohnet ] + * new upstream release. Fixes: + o Closes: #355886 Fixes search, after introduction rating: + search only found rated images + o Closes: #351931 digikam confused : tries to open JPG files with dcraw + o digikam now fail to display pictures, and needlessly invoke dcraw + too (Closes: #364215) + * Removed the patches that are in new upstream release: + o 10_tdesvn_r507591_fix_jpeg_on_ppc.diff + o 11_tdesvn_r508791_add_more_options_to_albumproperties.diff + o 12_tdesvn_r505430_fix_search.diff + * debian rules: replace deletion of empty api-docs dir tree with one + simple rm -rf + * fix typo in long description. (Closes: #363256) + * Depend on dcraw instead of only recommend it. This digikam version + actually checks dcraw existance on startup, due to extented RAW + support + + [ Mark Purcell ] + * Provide + /usr/share/apps/konqueror/servicemenus/digikam_upload_photos.desktop + to allow direct upload from removable media + * lintian overrides: package-name-doesnt-match-sonames + * Update debian/watch + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 24 Apr 2006 20:04:29 +0100 + +digikam (0.8.1-4) unstable; urgency=low + + [ Achim Bohnet ] + * recommend dcraw + * patches/10_tdesvn_r507545_fix_jpeg_on_ppc.diff removed: breaks AMD64. + * patches/10_tdesvn_r507591_fix_jpeg_on_ppc.diff 2nd try. Works on + PPC without breaking AMD64 (Closes: #354173). Thanks to Rodney Gordon + II and Fabrice Flore-Thebault for testing. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 6 Mar 2006 21:48:37 +0100 + +digikam (0.8.1-3) unstable; urgency=low + + [ Achim Bohnet ] + * Remove version from build-dep on libkexif and libkipi. Lastest + libkexif and libkipi don't refer to libXft.la anymore. + * remove image/x-raw.desktop. It is now in upstream's stable branch + of tdelibs (see http://bugs.kde.org/show_bug.cgi?id=121242). + Debian's tdelibs >= 4:3.5.1-3 contains this file already. + * patches/10_tdesvn_r507545_fix_jpeg_on_ppc.diff: fix endiness problem + with jpeg. Fix: (Closes: #351931) + + [ Tom Albers ] + * patches/11_tdesvn_r508791_add_more_options_to_albumproperties.diff + adds two buttons to album properties to set the date picker to oldest + or newest image in the album. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 8 Feb 2006 01:46:51 +0100 + +digikam (0.8.1-2) unstable; urgency=low + + * Add versioned build depends for libkexif & libkipi to remove + dependancy on missing libXft.la + - digikam - FTBFS: libtool: link: `/usr/lib/libXft.la' is not a valid + libtool archive (Closes: #350873) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 1 Feb 2006 20:36:25 +0000 + +digikam (0.8.1-1) unstable; urgency=low + + [ Tom Albers ] + * New upstream release + * digikam.manpage: add new option --download-from + * copyright: update upstream authors, add yours truely to + debian packagers + * rules: enable enable-final build again + + [ Achim Bohnet ] + * debian/copyright updated. Copyright and license audit + * debian/digikam.manpage: --download-from: document KDE automounting + for system: and media: URLs. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 12 Jan 2006 22:31:18 +0100 + +digikam (0.8.0-1-1) unstable; urgency=low + + * new upstream release + + [ Achim Bohnet ] + * Fixes bug reports: + + Rotating updates image but not thumbnail (Closes: #336895) + + 0.8.x would be nice (Closes: #325262) + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 23 Nov 2005 01:33:26 +0100 + +digikam (0.8.0-0rc-1) experimental; urgency=low + + * new upstream release + * mention new 0.8 features tagging and searching in long description + * remove 01_fix_keyboardfocus_in_albumview.diff, fixed upstream + * remove build-dep on libgdbm-dev: No longer needed in 0.8 + * remove the empty apidocs dirtree from /usr/share/doc/tde + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Nov 2005 14:50:31 +0100 + +digikam (0.8.0-0beta2-1) experimental; urgency=low + + * New upstream release + * Merge 0.7.4-5 packaging and changes + * build-deps on libkipi and libkexif: remove versioned dependency. No + longer necessary + * conflict with all digikamimageplugin releases << 0.8 + * Remove patches: + o 00_showfoto_enable-final-fix.diff: was applied upstream + o visibility.diff: new admin/* disables automaticly visibility + because qt isn't compiled with visibility enabled + * New patch 01_fix_keyboardfocus_in_albumview.diff: stolen from + upstream svn. Fixes KDE bug #112971. + * disable --enable-final, it is broken again. + + -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 22 Sep 2005 01:24:52 +0200 + +digikam (0.8.0-0beta1-1) experimental; urgency=low + + * New upstream release + * Beta package to experimental + * Backout Package split: libdigikam-dev & libdigikam0 (See #324592) + + -- Mark Purcell <msp@debian.org> Fri, 2 Sep 2005 22:06:04 +0100 + +digikam (0.7.4-5) unstable; urgency=low + + [ Debian KDE Extras Team ] + * Pkg now maintained by Debian KDE Extras Team + + [ Achim Bohnet ] + * Now that the pkgs are build on all archs, fix build dependencies + + tdelibs4-dev: remove version + + libkexif1-dev (>= 0.2-1), libkipi0-dev (>= 0.1-1): (re)set + versions to last API change. (Helps backporting.) + * remove debian/dirs, not needed because dh_install creates the + missing usr/share/pixmap dir + * rules: remove --list-missing for dh_install now that libdigikam{,-dev} + is backout. + * document in lintian override why libdigikam{,-dev} is not used + (details in #324592) + + [ Mark Purcell ] + * Backout Package split: libdigikam-dev & libdigikam0 + (Closes: #326786) + * debian/rules enable DEB_CONFIGURE_USER_FLAGS + * Renable debian/patches/visibility.diff for 0.7.4 + * Recommends: tdeprint, konqueror + + -- Mark Purcell <msp@debian.org> Sat, 17 Sep 2005 22:09:19 +0100 + +digikam (0.7.4-4) unstable; urgency=low + + * Add Depends: to libdigikam0 package as requested by NEW + * Split off Package: libdigikam-dev & libdigikam0 + - Libraries should be split in a lib and -dev package. (Closes: + #324592) + * fix lintian old-fsf-address-in-copyright-file + * Add Recommends: tdebase + + -- Mark Purcell <msp@debian.org> Thu, 1 Sep 2005 07:49:32 +0100 + +digikam (0.7.4-3) unstable; urgency=low + + * Update libdigikam.install & libdigikam-dev.install for missing + /usr/lib/trinity + + -- Mark Purcell <msp@debian.org> Thu, 25 Aug 2005 23:17:21 +0100 + +digikam (0.7.4-2) unstable; urgency=low + + * Split off Package: libdigikam-dev & libdigikam0 + - Libraries should be split in a lib and -dev package. (Closes: + #324592) + + -- Mark Purcell <msp@debian.org> Thu, 25 Aug 2005 20:50:52 +0100 + +digikam (0.7.4-1) unstable; urgency=low + + [ Achim Bohnet ] + * new upstream release. + * Upstream split code and docs into two tarballs. + Handbooks and their translations are now in it's own package + Shrinks package to 10% of combined size. (Closes: #314588) + Handbooks are now available in the new digikam-doc package. + * control: conflict with digikamimageplugins << 0.7.2.9999 + * remove backport patch patches/01_fix-two-or-fourfold_menu_entries.diff. + Fixed upstream in 0.7.3 + * ltdl kde bug is fixed in KDE 3.4: Remove Depends on libimlib2-dev + and build-dep on KDE >= 4:3.4.0 (Closes: #288685, #310378) + * remove libltdl3-dev build-dep + * New homepage URL in long description + * add: patches/00_showfoto_enable-final-fix.diff + * digikam - digikam-doc tarball split + + Add a note to the manpages that the handbooks are in package + digikam-doc + + copyright: remove part about documentation + + control: update depends, suggests and build-depends + * licenses/copyright review + + [ Mark Purcell ] + * C++ transition package + * Add debian/watch + * Build-Depends: libkexif1-dev (>= 0.2.1-5) + * libkipi0-dev (>= 0.1.1-3), tdelibs4-dev (>= 4:3.4.2-1) + * Disable KDE_ENABLE_HIDDEN_VISIBILITY -- + debian/patches/visibility.diff + * Build-Depends: automake1.9 + + -- Mark Purcell <msp@debian.org> Sat, 20 Aug 2005 21:43:17 +0100 + +digikam (0.7.2-4) unstable; urgency=medium + + * patches/01_fix-two-or-fourfold_menu_entries.diff: + fix double and even quadruple appearances of menu entries. + Backport of http://bugs.kde.org/show_bug.cgi?id=103147 + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 11 May 2005 13:55:04 +0200 + +digikam (0.7.2-3) unstable; urgency=low + + * move digikam.desktop file to /usr/share/applications/tde/ + The desktop file is already XDG compliant. (Closes: #271562) + * fix grammar in long description. Thx Justin! (Closes: #300122) + * Add 16x16 and 32x32 xpm icons for debian menu file + (showfoto icons are from KDE cvs) + * manpage: add a note that autodetection does not work with + USB mass storage cameras. + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 27 Apr 2005 23:41:39 +0200 + +digikam (0.7.2-2) unstable; urgency=low + + * debian/TODO: clean + * digikam manpage: better --detect-camera description + + -- Achim Bohnet <ach@mpe.mpg.de> Thu, 10 Mar 2005 02:39:02 +0100 + +digikam (0.7.2-1) unstable; urgency=low + + * new upstream release + * added manpage and menu entry for showfoto + * debian/copyright + o updated copyrights for 2005 + o added new copyright holder of new code + o added (c) and license of handbook and copy of GFDL + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 2 Mar 2005 23:19:51 +0100 + +digikam (0.7.2~beta1+cvs20050216-1) experimental; urgency=low + + * new cvs snapshot + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 16 Feb 2005 17:44:05 +0100 + +digikam (0.7.2~beta1+cvs20050215-1) experimental; urgency=low + + * new upstream beta1 release + cvs fixes + * HACK: add doc and po dirs from beta1 + * recommend khelpcenter so hand book can be displayed + * digikam manpage: + + fix UTF-8 '-' issue and update options + + document --dectect-camera option + * add simple showfoto manpage + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 16 Feb 2005 00:14:30 +0100 + +digikam (0.7.1+cvs20050209-1) experimental; urgency=low + + * cvs snapshot (new upstream release beta1 tarball is broken) + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 9 Feb 2005 01:16:29 +0100 + +digikam (0.7.1+cvs20050202-1) experimental; urgency=low + + * new cvs snapshot short before beta1 release + * working for me but still lots of polishing/updating + for debian necessary + + -- Achim Bohnet <ach@mpe.mpg.de> Thu, 3 Feb 2005 00:02:59 +0100 + +digikam (0.7.1-1~experimental1) experimental; urgency=low + + * new upstream release + * depend on libkexif1. Add patch to load right libkexif + translations + + -- Achim Bohnet <ach@mpe.mpg.de> Thu, 6 Jan 2005 00:58:15 +0100 + +digikam (0.7-3) unstable; urgency=low + + * Digikam Depends: libimlib2-dev to workaround current imlib2 issues + (See Bug#283339) + + -- Mark Purcell <msp@debian.org> Wed, 1 Dec 2004 21:25:37 +1100 + +digikam (0.7-2) unstable; urgency=low + + * Rebuild for KDE 3.3.x + + -- Mark Purcell <msp@toshiba.purcell.id.au> Wed, 1 Dec 2004 21:24:50 +1100 + +digikam (0.7-1~kalyxo2) unstable; urgency=low + + * update spanish translation as requested by Quique + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 23 Nov 2004 22:34:34 +0100 + +digikam (0.7-1~kalyxo1) unstable; urgency=low + + * new upstream release (Closes: #280409) + * New co-maintainers: + Achim Bohnet <ach@mpe.mpg.de> + Mark Purcell <msp@debian.org> + (see #280409) + * add digikam manpage + * 0.7 release fixes following bugs: + * closes: #260121: Cannot download images to folders with + national characters + * closes: #238967: digikam: not displaying disconnect + * build with --disable-debug to get rid of 'loading plugin ...' + messages. + * remove all debian/patches/*. They are implemented upstream. + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 16 Nov 2004 21:58:53 +0100 + +digikam (0.7-0.1) unstable; urgency=low + + * build-dep added: libkipi0-dev + * recommends: added digikamimageplugins + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 9 Nov 2004 01:28:32 +0100 + +digikam (0.6.99.cvs20040728-3) experimental; urgency=low + + * build-dep: add libtiff4-dev + + -- Achim Bohnet <ach@mpe.mpg.de> Fri, 22 Oct 2004 10:13:16 +0200 + +digikam (0.6.99.cvs20040728-2) experimental; urgency=low + + * remove sqlite/config.h. it's fixed upstream in via + configure.in.in + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 15:24:00 +0200 + +digikam (0.6.99.cvs20040728-1) experimental; urgency=low + + * more TODOs + * add sqlite/config.h in debian/patches (it's ignored by cvs2dist) + * remove guibiulder build fix. applied upstream + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 13:18:27 +0200 + +digikam (0.6.99.cvs20040727-2) experimental; urgency=low + + * rebuild with libsqlite* deinstalled + * disalbed threading in sqllite.h + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 01:53:25 +0200 + +digikam (0.6.99.cvs20040727-1) experimental; urgency=low + + * sync with cvs + * added debian/patches dir and cdbs simple-patchsys.mk rule + * added patch to fix build after guibuilder src move + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 27 Jul 2004 22:28:58 +0200 + +digikam (0.6.99.cvs20040726-1) experimental; urgency=low + + * NMU (experimental cvs build until 0.7 release) + * update from kde cvs 24-Jul-2004 + * add build-dep on libgdbm-dev + * --disable-rpath for configure + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 27 Jul 2004 01:05:43 +0200 + +digikam (0.6.99.cvs20040721-1) unstable; urgency=low + + * build from CVS snaptop + * experimental pkging + * use cdbs for rules file + * add debian/TODO as long there's something to do ;) + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 21 Jul 2004 03:21:06 +0200 + +digikam (0.6.2-4) unstable; urgency=low + + * Add conflicts against digikamplugins <= 0.6.0 (Closes: #258348) + + -- Paul Telford <pxt@debian.org> Thu, 23 Sep 2004 17:21:39 +0000 + +digikam (0.6.2-2sarge1) testing-proposed-updates; urgency=medium + + * Rebuild to get back into Sarge due to tdelibs/libtiff dependencies (Closes: #268774) + + -- Paul Telford <pxt@debian.org> Mon, 30 Aug 2004 15:35:52 +0000 + +digikam (0.6.2-3) unstable; urgency=medium + + * Rebuild against new imlib (libtiff transition) (Closes: #262796) + + -- Paul Telford <pxt@debian.org> Mon, 02 Aug 2004 14:48:55 +0000 + +digikam (0.6.2-2) unstable; urgency=low + + * Fixed broken autoconf build stuff (Closes: #258285) + + -- Paul Telford <pxt@debian.org> Thu, 8 Jul 2004 10:51:39 -0700 + +digikam (0.6.2-1) unstable; urgency=low + + * New upstream release (Closes: #243077, #255601) + + -- Paul Telford <pxt@debian.org> Wed, 30 Jun 2004 12:05:19 -0700 + +digikam (0.6.0-5) unstable; urgency=low + + * Fix to build against new libexif (Closes: #256307, #256407) + + -- Paul Telford <pxt@debian.org> Mon, 28 Jun 2004 12:02:47 -0700 + +digikam (0.6.0-4) unstable; urgency=low + + * Really fixed broken sparc build this time + * Updated libtool to fix arm build (Closes: #239599) + + -- Paul Telford <pxt@debian.org> Fri, 26 Mar 2004 09:20:23 -0800 + +digikam (0.6.0-3) unstable; urgency=low + + * Fix broken build on sparc + + -- Paul Telford <pxt@debian.org> Tue, 16 Mar 2004 23:56:16 +0000 + +digikam (0.6.0-2) unstable; urgency=low + + * Fix broken Build-Depends + + -- Paul Telford <pxt@debian.org> Mon, 23 Feb 2004 15:22:59 +0000 + +digikam (0.6.0-1) unstable; urgency=low + + * v0.6 official release + * Now adds a Gnome menu entry (Closes: #228247) + + -- Paul Telford <pxt@debian.org> Tue, 10 Feb 2004 13:07:15 -0800 + +digikam (0.6-0.cvs20031216.3) experimental; urgency=low + + * recompiled for experimental + + -- Paul Telford <pxt@debian.org> Thu, 01 Jan 2004 17:34:28 -0800 + +digikam (0.6-0.cvs20031216.2) stable; urgency=low + + * recompiled without unofficial libxrender1.1 + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 17 Dec 2003 23:46:47 +0100 + +digikam (0.6-0.cvs20031216) stable; urgency=low + + * sync with cvs + * remove po/*/*.gmo as not done by make distclean + * replace debian/rules with a dh_make skeleton. In the old + version dpkg-genchanges -b could not creating debian/files + * install AUTHORS and ChangeLog to /usr/share/doc/digikam + * added digikam homepage URL to control + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 16 Dec 2003 23:47:43 +0100 + +digikam (0.6-0.cvs20031202) unstable; urgency=low + + * sync with cvs + * fix build-deps for woody (add | imlib-dev) + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 2 Dec 2003 22:04:22 +0100 + +digikam (0.6-0.cvs20031118) unstable; urgency=low + + * sync with CVS + + -- Achim Bohnet <ach@mpe.mpg.de> Tue, 18 Nov 2003 18:32:29 +0100 + +digikam (0.6-0.cvs20031106) unstable; urgency=low + + * sync with CVS + + -- Achim Bohnet <ach@mpe.mpg.de> Thu, 6 Nov 2003 13:23:54 +0100 + +digikam (0.6-0.cvs20031103) unstable; urgency=low + + * sync with CVS + * create orig.tar file from CVS source + + -- Achim Bohnet <ach@mpe.mpg.de> Mon, 3 Nov 2003 19:53:11 +0100 + +digikam (0.6-0.cvs20031017) unstable; urgency=low + + * added TODO.Debian + + -- Achim Bohnet <ach@mpe.mpg.de> Mon, 20 Oct 2003 15:58:57 +0200 + +digikam (0.6-0.cvs20031015) unstable; urgency=low + + * sync with Gilles cvs snapshot + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 15 Oct 2003 23:51:34 +0200 + +digikam (0.6.beta1-20030902) unstable; urgency=low + + * sync with cvs + * more build-dep additions: poxml, libltdl3-dev + + -- Achim Bohnet <ach@mpe.mpg.de> Wed, 15 Oct 2003 23:49:50 +0200 + +digikam (0.6-beta1-1.1) unstable; urgency=low + + * make it depend on imlib2 so it build with woody kde 3.* + * Add missing gphoto2-dev | libgphoto2-2-dev to build-dep (for gphoto2-*-config) + (I hope that '|' makes it work in woody and unstable) + * Add missing poxml (for xml2po) + + -- Achim Bohnet <ach@mpe.mpg.de> Thu, 8 May 2003 19:09:17 +0200 + +digikam (0.6-beta1-1) unstable; urgency=low + + * New upstream release + + -- Renchi Raju <renchi@pooh.tam.uiuc.edu> Wed, 26 Feb 2003 21:48:07 -0600 + +digikam (0.5.1-1) unstable; urgency=low + + * New Release. + + -- Renchi Raju <renchi@green.tam.uiuc.edu> Tue, 02 Sep 2002 11:02:14 -0500 + +digikam (0.5.0-1) unstable; urgency=low + + * Initial Release. + + -- Renchi Raju <renchi@green.tam.uiuc.edu> Fri, 15 Jul 2002 12:03:04 -0500 + diff --git a/ubuntu/_base/applications/graphics/digikam/debian/clean b/ubuntu/_base/applications/graphics/digikam/debian/clean new file mode 100644 index 000000000..d0ada902a --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/clean @@ -0,0 +1 @@ +po/*/*.gmo diff --git a/ubuntu/_base/applications/graphics/digikam/debian/compat b/ubuntu/_base/applications/graphics/digikam/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/digikam/debian/control b/ubuntu/_base/applications/graphics/digikam/debian/control new file mode 100644 index 000000000..cf999e44c --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/control @@ -0,0 +1,74 @@ +Source: digikam-trinity +Section: graphics +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> +Uploaders: Achim Bohnet <ach@mpe.mpg.de>, Mark Purcell <msp@debian.org>, Fathi Boudra <fabo@debian.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, tdelibs14-trinity-dev, + libtiff-dev, libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev, libkipi0-trinity-dev, + libsqlite3-dev, liblcms1-dev, libkexiv2-3-trinity-dev (>= 0.1.6), + libjasper-dev, libpng-dev, libexiv2-dev, + libkdcraw3-trinity-dev (>= 0.1.4), + automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 +Homepage: http://www.digikam.org + +Package: digikam-trinity +Architecture: any +Depends: ${shlibs:Depends} +Replaces: digikam-kde3 (<< 4:14.0.0~), digikam-trinity (<< 4:14.0.0~) +Breaks: digikam-kde3 (<< 4:14.0.0~), digikam-trinity (<< 4:14.0.0~) +Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity +Suggests: digikam-trinity-doc +Description: digital photo management application for TDE [Trinity] + An easy to use and powerful digital photo management + application, which makes importing, organizing and manipulating + digital photos a "snap". An interface is provided to connect to + your digital camera, preview the images and download and/or + delete them. + . + The digiKam built-in image editor makes the common photo correction + a simple task. The image editor is extensible via plugins and, + the digikamimageplugins project has been merged to digiKam core + since release 0.9.2, all useful image editor plugins are available + in the base installation. + . + digiKam can also make use of the KIPI image handling plugins to + extend its capabilities even further for photo manipulations, + import and export, etc. The kipi-plugins package contains many + very useful extentions. + . + digiKam is based in part on the work of the Independent JPEG Group. + +Package: showfoto-trinity +Architecture: any +Section: graphics +Replaces: showfoto-kde3 (<< 4:14.0.0~), showfoto-trinity (<< 4:14.0.0~) +Breaks: showfoto-kde3 (<< 4:14.0.0~), showfoto-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends}, digikam-trinity +Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity +Description: image viewer/editor for TDE [Trinity] + Showphoto is part of the Digikam project. + It allows to browse your photo collection and edit them with ease. + +Package: digikam-trinity-dbg +Architecture: any +Section: devel +Replaces: digikam-kde3-dbg (<< 4:14.0.0~), digikam-trinity-dbg (<< 4:14.0.0~) +Breaks: digikam-kde3-dbg (<< 4:14.0.0~), digikam-trinity-dbg (<< 4:14.0.0~) +Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg +Priority: extra +Description: debugging symbols for digikam [Trinity] + The debugging symbols associated with digikam and showfoto. They will + automatically be used by gdb for debugging digikam-related issues. + +Package: digikam-trinity-doc +Architecture: all +Depends: ${misc:Depends}, khelpcenter-trinity +Recommends: digikam-trinity +Section: doc +Description: handbook for digikam and showfoto in several languages [Trinity] + Digikam is an easy to use and powerful digital photo management + application. + . + This package contains the handbooks for digikam and showfoto. diff --git a/ubuntu/_base/applications/graphics/digikam/debian/copyright b/ubuntu/_base/applications/graphics/digikam/debian/copyright new file mode 100644 index 000000000..f46c77c80 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/copyright @@ -0,0 +1,304 @@ +This package was debianized by Renchi Raju <renchi@green.tam.uiuc.edu> +in 2002. Later updated by Achim Bohnet <ach@mpe.mpg.de> and Paul Telford +<pxt@debian.org>. + +Debian packagers: + © 2002 Renchi Raju Renchi Raju <renchi at pooh.tam.uiuc.edu> + © 2003,2004 Paul Telford <pxt at debian.org> + © 2003,2004,2005,2006 Achim Bohnet <ach at mpe.mpg.de> + © 2006 Tom Albers <tomalbers at kde.nl> + © 2004-2007 Mark Purcell <msp@debian.org> + + +Primary upstream authors are: + + Gilles Caulier <caulier dot gilles at gmail dot com> + Marcel Wiesweg <marcel dot wiesweg at gmx dot de> + Francisco J. Cruz <fj dot cruz at supercable dot es> + +for details on authorship see the /usr/share/doc/digikam/AUTHORS.gz file. + + +The software was downloaded from http://sourceforge.net/projects/digikam + +Copyright and licenses: + +almost all software is GPL (exceptions listed below): + + 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + + +digikam/release_digikam_docs.rb: GPL V2 only + +Non GPL license notices: + + digikam/digikam_export.h: LGPL + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU Library General + Public License can be found in `/usr/share/common-licenses/LGPL'. + + + digikam/libs/themeengine/texture.cpp,texture.h: + + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + + + digikam/sqlite/ + + ** The author disclaims copyright to this source code. In place of + ** a legal notice, here is a blessing: + ** + ** May you do good and not evil. + ** May you find forgiveness for yourself and forgive others. + ** May you share freely, never taking more than you give. + + + digikam/utilities/cameragui jinclude.h, jpegint.h, transupp.c,h: + + Permission is hereby granted to use, copy, modify, and distribute this + software (or portions thereof) for any purpose, without fee, subject to these + conditions: + (1) If any part of the source code for this software is distributed, then this + README file must be included, with this copyright and no-warranty notice + unaltered; and any additions, deletions, or changes to the original files + must be clearly indicated in accompanying documentation. + (2) If only executable code is distributed, then the accompanying + documentation must state that "this software is based in part on the work of + the Independent JPEG Group". + (3) Permission for use of this software is granted only if the user accepts + full responsibility for any undesirable consequences; the authors accept + NO LIABILITY for damages of any kind. + + These conditions apply to any software derived from or based on the IJG code, + not just to the unmodified library. If you use our work, you ought to + acknowledge us. + + Permission is NOT granted for the use of any IJG author's name or company name + in advertising or publicity relating to this software or products derived from + it. This software may be referred to only as "the Independent JPEG Group's + software". + + We specifically permit and encourage the use of this software as the basis of + commercial products, provided that all warranty or liability claims are + assumed by the product vendor. + + +Copyrights + +digikam/ + © 2002, 2003, 2004 , 2005 by Renchi Raju + © 2003-7 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2004 by Ralf Holzer <ralf at well.com> + © 2005,2006 by Tom Albers <tomalbers at kde.nl> + © 2005 by Leonid Zeitlin <lz at europe.com> + © 2005 by Owen Hirst <n8rider at sbcglobal.net> + © 2005 Mark Kretschmann <markey@web.de> + + o digikam/digikam_export.h + © 2005 Laurent Montel <montel@kde.org> + o from tdefiletip source copies (tdebase, konqueror) + © 1998, 1999 Torben Weis <weis@kde.org> + © 2000, 2001, 2002 David Faure <david@mandrakesoft.com> + o Concept copied from tdelibs/tdeio/tdeio/netaccess.h/cpp + © 1997 Torben Weis (weis@kde.org) + © 1998 Matthias Ettrich (ettrich@kde.org) + © 1999 David Faure (faure@kde.org) + +imageplugins/ + © 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2004-2005 by Renchi Raju + +tdeioslave/ + © 2003, 2004 by Renchi Raju + +libs/ + © 2004-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2004 by Renchi Raju + + o Some code parts are inspired from gimp 2.0 + © 1995 Spencer Kimball and Peter Mattis + + o Texture.cc for Fluxbox Window Manager + © 2002-2003 Henrik Kinnunen (fluxbox<at>users.sourceforge.net) + + o from Image.cc for Blackbox - an X11 Window manager + © 1997 - 2000 Brad Hughes (bhughes@tcac.net) + + o from filters/imagefilters.cpp + * Copyright (C) 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com> + * Normalize an Equalize algorithms fixed and adapted to work with Raw + * data image (ARGB). + * + * Original Equalise and StretchContrast Algorithms copyright 2002 + * by Daniel M. Duley <mosfet@kde.org> from KImageEffect API. + * + * Original Normalize Image algorithm copyrighted 1997 by + * Adam D. Moss <adam@foxbox.org> from Gimp 2.0 implementation. + * + * Original Gaussian Blur algorithm copyrighted 2005 by + * Pieter Z. Voloshyn <pieter_voloshyn at ame.com.br>. + * + * Original channel mixer algorithm copyrighted 2002 by + * Martin Guldahl <mguldahl at xmission dot com> from Gimp 2.2 + * + * Original sharpening filter from from gimp 2.2 + * copyright 1997-1998 Michael Sweet (mike@easysw.com) + * + * Original HSL algorithm from from gimp 2.2 + * Copyrigt (C) 1995 Spencer Kimball and Peter Mattis + +libs/dialogs/deletedialog.cpp: + © 2004 by Michael Pyne <michael.pyne@kdemail.net> + +libs/dcraw + © 2005,2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de> + © 1997-2006 by Dave Coffin, <dcoffin@cybercom.net> + +libs/dimg/ + © 2006,2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de> + © 2000-2002 convergence integrated media GmbH <curanz@convergence.de> + © 2005 by Renchi Raju + © 2005,2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> + + +libs/dimg/filters/icctransform.cpp: + © 2005-2006 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2005-2006 by F.J. Cruz +libs/dimg/loaders/iccjpeg.c: © 1998-2004 Marti Maria + +libs/jpegutils: + © 1991-1998, Thomas G. Lane. <tgl@netcom.com> + +libs/lprof/cmshull.cpp:/* © 1998-2001 Marti Maria <marti@littlecms.com> */ +libs/lprof/cmshull.cpp:/* This code is © 1998 by Joseph O'Rourke. It may be freely */ +libs/threadimageio/loadingcache.cpp: © 2005 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de> +libs/whitebalance/blackbody.h: © 2004-2005 by Pawel T. Jochym + + +libs/widgets + © 1996-2000 the kicker authors. + © 2005 Mark Kretschmann <markey@web.de> + © 2005-2006 by Joern Ahrens + © 2005 by Tom Albers + © 1998-2001 Marti Maria + © 2006 by Francisco J. Cruz <fj.cruz@supercable.es> + © 2006 by Guillaume Laurent <glaurent@telegraph-road.org> + +showfoto + © 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2004-2005 by Renchi Raju + +sqlite/ + The author disclaims copyright. + +utilities/ + © 2003, 2004, 2005 by Renchi Raju + © 2003-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> + © 2005-2007 by Gilles Caulier + © 2005-2007 by F.J. Cruz <caulier dot gilles at gmail dot com> + © 2003 Angelo Naselli + © 2005 Jörn Ahrens <joern dot ahrens at kdemail dot net> + © 2005 by Gilles Caulier <caulier dot gilles at gmail dot com> + + o modified sources from kdirselectdialog + © 2001 Michael Jarrett <michaelj@corel.com> + © 2001 Carsten Pfeiffer <pfeiffer@kde.org> + + o jinclude.h, jpegint.h, transupp.c,h: a copy from libjpeg62 code + © 1991-1994, 1991-1997 Thomas G. Lane. + + o includes code from gimp version 2.0 + © 1995-1997 Peter Mattis and Spencer Kimball + + o original printing code from Kuickshow program. + © 2002 Carsten Pfeiffer <pfeiffer at kde.org> + + +Translations: + ?????? ????? <zlatkopopov at fsa-bg.org> (bg) + Golam Mortuza Hossain <gmhossain at gmail.com> (bn) + Thierry Vignaud <tvignaud at mandriva.com> (br) + Josep Ma. Ferrer <txemaq at gmail.com> (ca) + Klara Cihlarova <koty at seznam.cz> (cs) + Thierry Vignaud <tvignaud at mandrakesoft.com> (cy) + Erik Kjær Pedersen <erik at binghamton.edu> (da) + Thomas Reitelbach <tr at erdfunkstelle.de> (de) + Spiros Georgaras <sngeorgaras at otenet.gr> (el) + Malcolm Hunter <malcolm.hunter at gmx.co.uk> (en_GB) + Pablo de Vicente <pablo.devicente at gmail.com> (es) + Marek Laane <bald at starman.ee> (et) + marcos <marcos at euskalgnu.org> (eu) + "Last-Translator: Mikael Lammentausta " (fi) + Tung Nguyen <ntung at free.fr> (fr) + Kevin Patrick Scannell <scannell at SLU.EDU> (ga) + Xabi G. Feal <xabigf at gmx.net> (gl) + ????? ???????? <elcuco at kde.org> (he) + Tamas Szanto <tszanto at mol.hu> (hu) + FULL NAME <EMAIL at ADDRESS> (is) + Federico Zenith <zenith at chemeng.ntnu.no> (it) + Yukiko BANDO <ybando at k6.dion.ne.jp> (ja) + Leang Chumsoben <soben at khmeros.info> (km) + Donatas Glodenis <dgvirtual at akl.lt> (lt) + Bozidar Proevski <bobibobi at freemail.com.mk> (mk) + Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> (ms) + Kevin Attard Compagno <kac_comp at webhostmalta.com> (mt) + Øyvind A. Holm <sunny at sunbase.org> (nb) + Bram Schoenmakers <bramschoenmakers at kde.nl> (nl) + Karl Ove Hufthammer <karl at huftis.org> (nn) + Amanpreet Singh Brar <aalam at redhat.com> (pa) + Robert Gomulka <rgom at o2.pl> (pl) + Pedro Morais <morais at kde.org> (pt) + Lisiane Sztoltz Teixeira <lisiane at kdemail.net> (pt_BR) + Claudiu Costin <claudiuc at kde.org> (ro) + Nick Shaforostoff <shafff at ukr.net> (ru) + Steve Murphy <murf at e-tools.com> (rw) + Gregor Rakar <gregor.rakar at kiss.si> (sl) + Chusslove Illich <caslav.ilic at gmx.net> (sr) + Chusslove Illich <caslav.ilic at gmx.net> (sr at Latn) + Stefan Asserhäll <stefan.asserhall at comhem.se> (sv) + Tamil PC <tamilpc at ambalam.com> (ta) + ?smail ?im?ek <simsek at kde.org.tr> (tr) + Ivan Petrouchtchak <ivanpetrouchtchak at yahoo.com> (uk) + Clytie Siddall <clytie at riverland.net.au> (vi) + Funda Wang <fundawang at linux.net.cn> (zh_CN) diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity-doc.install b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity-doc.install new file mode 100644 index 000000000..31f007655 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity-doc.install @@ -0,0 +1 @@ +opt/trinity/share/doc/tde/HTML diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.install b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.install new file mode 100644 index 000000000..26e2288f9 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.install @@ -0,0 +1,12 @@ +opt/trinity/bin/digi* +/opt/trinity/include/tde +opt/trinity/lib +/opt/trinity/share/apps/digikam +/opt/trinity/share/apps/konqueror/servicemenus/digikam*.desktop +/opt/trinity/share/applications/tde/digikam.desktop +/opt/trinity/share/icons/hicolor/*/apps/digikam.png +/opt/trinity/share/locale +/opt/trinity/share/servicetypes/digikamimageplugin.desktop +/opt/trinity/share/services +debian/xpm.d/digikam.xpm /opt/trinity/share/pixmaps/ +debian/xpm.d/digikam-16.xpm /opt/trinity/share/pixmaps/ diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.lintian-overrides b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.lintian-overrides new file mode 100644 index 000000000..59b14fa47 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.lintian-overrides @@ -0,0 +1,9 @@ +# libdigikam.so is no 'proper' shared library. It's contents +# changes as needed. Upstream does not support any use beside +# for digikam and digikamimageplugins (that are released to- +# gether when the API changes). Therefore we did not split out a +# libdigikam and libdigikam-dev pkgs. For further discussion +# see bug report #324592 +# +digikam-trinity: non-dev-pkg-with-shlib-symlink +digikam-trinity: package-name-doesnt-match-sonames diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.manpages b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.manpages new file mode 100644 index 000000000..4e21f2805 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.manpages @@ -0,0 +1,2 @@ +debian/digikam.manpage +debian/tmp/opt/trinity/share/man/man1/digitaglinktree.1 diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.menu b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.menu new file mode 100644 index 000000000..ceb80fcee --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam-trinity.menu @@ -0,0 +1,7 @@ +?package(digikam-trinity):\ + needs="X11"\ + section="Applications/Viewers"\ + title="digikam"\ + icon32x32="/opt/trinity/share/pixmaps/digikam.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/digikam-16.xpm"\ + command="/opt/trinity/bin/digikam" diff --git a/ubuntu/_base/applications/graphics/digikam/debian/digikam.manpage b/ubuntu/_base/applications/graphics/digikam/debian/digikam.manpage new file mode 100644 index 000000000..539fd026a --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/digikam.manpage @@ -0,0 +1,74 @@ +.TH digikam "1" "Feb 2005" "digikam 0.7.4" "User Commands" +.SH NAME +digikam \- digital photo management application for TDE +.SH SYNOPSIS +.B digikam +[\fIQt\-options\fR] [\fITDE\-options\fR] +[\fB\-\-detect\-camera\fR] +.SH DESCRIPTION +Digikam is an easy to use and powerful digital photo management +application, which makes importing, organizing and editing +digital photos a "snap". An easy to use interface is provided +to connect to your digital camera, preview the images and download +and/or delete them. +.PP +Digikams buildin image editor makes the common photo correction +a simple task. The image editor is extensible via plugins. +The digikam package contains already many useful image editor plugins. +.PP +Digikam can also make use of the KIPI image handling plugins to +extend it's capabilities even further for photo manipulations, +im- and export, etc. The kipi-plugins package contains many +very useful extentions. +.PP +.SS "Options:" +.TP +\fB\-\-detect\-camera\fR +Automatically detect and open picture download dialog. Note: +autodetection does not work with cameras that claim to be +USB mass storage devices. +.TP +\fB\-\-download\-from <path>\fR +Open camera dialog at <path>. Use this with cameras that export +their pictures as USB mass storage. TDE automounts the camera +storage, if the path given as, e.g., \fIsystem:/media/<dir>\fR or \fImedia:/<dir>\fR +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SH "SEE ALSO" +The full documentation for +.B digikam +is maintained as a html manual in the package digikam-doc. The command +.IP +.B khelpcenter help:/digikam +.PP +gives you access to the complete manual. +.SH AUTHOR +.B digikam +was written by Renchi Raju and many others (see +/usr/share/doc/digikam/AUTHORS for details). +.PP +This manual page was prepared by Achim Bohnet <ach@mpe.mpg.de> for the Debian +GNU/Linux system (but may be used by others). diff --git a/ubuntu/_base/applications/graphics/digikam/debian/patches/series b/ubuntu/_base/applications/graphics/digikam/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/patches/series diff --git a/ubuntu/_base/applications/graphics/digikam/debian/rules b/ubuntu/_base/applications/graphics/digikam/debian/rules new file mode 100755 index 000000000..99e80d2fc --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-tde.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) + +TARBALL_EXT=tar.bz2 + +DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/opt/trinity/lib) + +PKG_CONFIG_PATH=/opt/trinity/lib/pkgconfig:$PKG_CONFIG_PATH + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +binary-install/digikam-trinity-doc:: + # remove empty API-docs dirs tree + rm -rf $(CURDIR)/debian/digikam-trinity-doc/opt/trinity/share/doc/tde/HTML/en/digikam-apidocs + +binary-install/digikam-trinity:: + mv debian/digikam-trinity/usr/share/man debian/digikam-trinity/opt/trinity/share/ diff --git a/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.install b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.install new file mode 100644 index 000000000..73ba9c643 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.install @@ -0,0 +1,6 @@ +opt/trinity/bin/showfoto +/opt/trinity/share/apps/showfoto +/opt/trinity/share/applications/tde/showfoto.desktop +/opt/trinity/share/icons/hicolor/*/apps/showfoto.png +debian/xpm.d/showfoto.xpm /opt/trinity/share/pixmaps/ +debian/xpm.d/showfoto-16.xpm /opt/trinity/share/pixmaps/ diff --git a/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpage b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpage new file mode 100644 index 000000000..d8fce4f22 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpage @@ -0,0 +1,154 @@ +.\" This file was generated by kdemangen.pl +.TH SHOWFOTO 1 "Feb 2005" "Trinity Desktop Environment" "digiKam Photo Viewer" +.SH NAME +showfoto +\- digiKam Photo Viewer +.SH SYNOPSIS +showfoto [Qt\-options] [TDE\-options] [file(s)] +.SH DESCRIPTION +digiKam Photo Viewer +.SH OPTIONS +.SS +.SS Arguments: +file(s) File(s) to open +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-tde +Show TDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v, \-\-version +Show version information +.TP +.B \-\-license +Show license information +.TP +.B \-\- +End of options +.SS +.SS TDE options: +.TP +.B \-\-caption <caption> +Use 'caption' as name in the titlebar +.TP +.B \-\-icon <icon> +Use 'icon' as the application icon +.TP +.B \-\-miniicon <icon> +Use 'icon' as the icon in the titlebar +.TP +.B \-\-config <filename> +Use alternative configuration file +.TP +.B \-\-dcopserver <server> +Use the DCOP Server specified by 'server' +.TP +.B \-\-nocrashhandler +Disable crash handler, to get core dumps +.TP +.B \-\-waitforwm +Waits for a WM_NET compatible windowmanager +.TP +.B \-\-style <style> +sets the application GUI style +.TP +.B \-\-geometry <geometry> +sets the client geometry of the main widget +.SS +.SS Qt options: +.TP +.B \-\-display <displayname> +Use the X-server display 'displayname' +.TP +.B \-\-session <sessionId> +Restore the application for the given 'sessionId' +.TP +.B \-\-cmap +Causes the application to install a private color +map on an 8-bit display +.TP +.B \-\-ncols <count> +Limits the number of colors allocated in the color +cube on an 8-bit display, if the application is +using the QApplication::ManyColor color +specification +.TP +.B \-\-nograb +tells Qt to never grab the mouse or the keyboard +.TP +.B \-\-dograb +running under a debugger can cause an implicit +-nograb, use -dograb to override +.TP +.B \-\-sync +switches to synchronous mode for debugging +.TP +.B \-\-fn, \-\-font <fontname> +defines the application font +.TP +.B \-\-bg, \-\-background <color> +sets the default background color and an +application palette (light and dark shades are +calculated) +.TP +.B \-\-fg, \-\-foreground <color> +sets the default foreground color +.TP +.B \-\-btn, \-\-button <color> +sets the default button color +.TP +.B \-\-name <name> +sets the application name +.TP +.B \-\-title <title> +sets the application title (caption) +.TP +.B \-\-visual TrueColor +forces the application to use a TrueColor visual on +an 8-bit display +.TP +.B \-\-inputstyle <inputstyle> +sets XIM (X Input Method) input style. Possible +values are onthespot, overthespot, offthespot and +root +.TP +.B \-\-im <XIM server> +set XIM server +.TP +.B \-\-noxim +disable XIM +.TP +.B \-\-reverse +mirrors the whole layout of widgets +.SS + +.SH SEE ALSO +Full user documentation is available through the TDE Help Center. You can also enter the URL +.BR help:/showfoto/ +directly into konqueror or you can run +.BR "`khelpcenter help:/showfoto/'" +from the command-line. (Note: The handbook is in the package digikam-doc.) +.br +.SH AUTHORS +.nf +Renchi Raju <renchi at pooh.tam.uiuc.edu> +.br +Caulier Gilles <caulier dot gilles at free.fr> +.br +Ralf Holzer <kde at ralfhoelzer.com> +.br +.br +This manual page was prepared by Achim Bohnet <ach@mpe.mpg.de> for the Debian +GNU/Linux system (but may be used by others). + diff --git a/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpages b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpages new file mode 100644 index 000000000..e146c959f --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.manpages @@ -0,0 +1 @@ +debian/showfoto-trinity.manpage diff --git a/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.menu b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.menu new file mode 100644 index 000000000..f7eea4b3b --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/showfoto-trinity.menu @@ -0,0 +1,7 @@ +?package(showfoto-trinity):\ + needs="X11"\ + section="Applications/Viewers"\ + title="showfoto"\ + icon32x32="/opt/trinity/share/pixmaps/showfoto.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/showfoto-16.xpm"\ + command="/opt/trinity/bin/showfoto" diff --git a/ubuntu/_base/applications/graphics/digikam/debian/source/format b/ubuntu/_base/applications/graphics/digikam/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/digikam/debian/source/options b/ubuntu/_base/applications/graphics/digikam/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/applications/graphics/digikam/debian/watch b/ubuntu/_base/applications/graphics/digikam/debian/watch new file mode 100644 index 000000000..16e6d05c4 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://sf.net/digikam/digikam-(\d+.*)\.tar\.bz2 debian svn-upgrade diff --git a/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam-16.xpm b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam-16.xpm new file mode 100644 index 000000000..5820677d7 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam-16.xpm @@ -0,0 +1,156 @@ +/* XPM */ +static char *digikam-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 134 2", +" c black", +". c gray1", +"X c #090909", +"o c #151515", +"O c #161616", +"+ c gray9", +"@ c #191919", +"# c gray10", +"$ c gray11", +"% c #202020", +"& c gray13", +"* c #252525", +"= c #282828", +"- c gray16", +"; c gray17", +": c #2C2C2C", +"> c gray18", +", c #2F2F2F", +"< c #313131", +"1 c #343434", +"2 c #353535", +"3 c gray25", +"4 c #414141", +"5 c gray26", +"6 c #444444", +"7 c gray27", +"8 c gray28", +"9 c gray29", +"0 c gray31", +"q c gray33", +"w c gray34", +"e c gray35", +"r c gray36", +"t c gray37", +"y c #646464", +"u c #656565", +"i c #686868", +"p c DimGray", +"a c #6A6A6A", +"s c gray42", +"d c #6C6C6C", +"f c #6F6F6F", +"g c #717171", +"h c #727272", +"j c gray45", +"k c gray46", +"l c #767676", +"z c #777777", +"x c gray47", +"c c #7B7B7B", +"v c gray49", +"b c #7E7E7E", +"n c gray50", +"m c #808080", +"M c gray51", +"N c #838383", +"B c gray53", +"V c #898989", +"C c gray54", +"Z c #8B8B8B", +"A c gray56", +"S c gray57", +"D c #939393", +"F c #979797", +"G c #989898", +"H c #9B9B9B", +"J c gray61", +"K c gray62", +"L c #A0A0A0", +"P c gray63", +"I c #A2A2A2", +"U c #A4A4A4", +"Y c #A5A5A5", +"T c gray65", +"R c #A7A7A7", +"E c gray66", +"W c #A9A9A9", +"Q c #AAAAAA", +"! c gray67", +"~ c #ACACAC", +"^ c gray68", +"/ c #AEAEAE", +"( c #AFAFAF", +") c gray69", +"_ c #B2B2B2", +"` c #B4B4B4", +"' c #B6B6B6", +"] c #B7B7B7", +"[ c gray72", +"{ c #B9B9B9", +"} c #BBBBBB", +"| c gray", +" . c gray75", +".. c #C3C3C0", +"X. c #C3C3C3", +"o. c gray77", +"O. c #C5C5C5", +"+. c #C6C6C6", +"@. c gray78", +"#. c #C8C8C8", +"$. c gray79", +"%. c #CBCBCB", +"&. c gray80", +"*. c #CDCDCD", +"=. c #CECECE", +"-. c gray81", +";. c gray82", +":. c #D2D2D2", +">. c LightGray", +",. c gray83", +"<. c #D5D5D5", +"1. c gray84", +"2. c #D8D8D8", +"3. c gray85", +"4. c #DADADA", +"5. c gray86", +"6. c gainsboro", +"7. c #DDDDDD", +"8. c gray87", +"9. c #DFDFDF", +"0. c gray88", +"q. c #E2E2E2", +"w. c #E4E4E4", +"e. c #EAEAEA", +"r. c #ECECEC", +"t. c gray94", +"y. c #F3F3F3", +"u. c #F4F4F4", +"i. c gray96", +"p. c #F6F6F6", +"a. c #F9F9F9", +"s. c #FBFBFB", +"d. c gray100", +"f. c None", +/* pixels */ +"f.f.f.f.n w s g u 4 t f.f.f.f.f.", +"f.f.f.~ I @...@.} ] i < f.f.f.f.", +"f.f.,.| ] ,.w.N ,./ C 3 - f.f.f.", +"f.@.4.~ @.@.} %.R n f 4 O f.f.f.", +"f.0.%.z 0.e C ,.0 s x @ X @ f.f.", +"f.0.~ 8 e.e.7.,.,.} n O f.f.", +"z @.Q N } :.:...:.:.S g x _ ~ s ", +"M a.~ K ] 7.p.p.p.p.y.y.d.K 8 O ", +"n :.c y.} @.-.,.,.%.%.%.K 1 8 @ ", +"z Q Q Q R ` G 6 , u ~ R K C G 0 ", +"n Q I Q I -.= % 2 $ f Q ~ ~ _ x ", +"S 2.4.4.5.` % q I x t ..8.7.7.~ ", +"C @.@.@.@.@.9 8 B ~ M I } ] ] Z ", +"n 7.8.8.8.5.~ M j S B 4.0.8.7.z ", +"z K K U K U K A N Z H U R I I s ", +"2 , , , , , < : : : , - : : * . " +}; diff --git a/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam.xpm b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam.xpm new file mode 100644 index 000000000..88a2f7df2 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/digikam.xpm @@ -0,0 +1,257 @@ +/* XPM */ +static char *digikam[] = { +/* columns rows colors chars-per-pixel */ +"32 32 219 2", +" c black", +". c #020202", +"X c gray1", +"o c gray2", +"O c #070707", +"+ c gray3", +"@ c #090909", +"# c gray4", +"$ c #0B0B0B", +"% c gray6", +"& c #101010", +"* c gray7", +"= c #131313", +"- c gray8", +"; c #151515", +": c #161616", +"> c gray9", +", c #181818", +"< c gray10", +"1 c #1B1B1B", +"2 c gray11", +"3 c #1E1E1E", +"4 c gray12", +"5 c #202020", +"6 c gray13", +"7 c #222222", +"8 c gray14", +"9 c #252525", +"0 c gray15", +"q c #282828", +"w c #2A2A2A", +"e c gray17", +"r c #2C2C2C", +"t c #2D2D2D", +"y c gray18", +"u c #2F2F2F", +"i c gray19", +"p c #323232", +"a c #343434", +"s c #353535", +"d c gray21", +"f c #373737", +"g c gray22", +"h c #3A3A3A", +"j c gray23", +"k c #3C3C3C", +"l c gray24", +"z c #3F3F3F", +"x c #414141", +"c c #434343", +"v c #444444", +"b c gray27", +"n c #464646", +"m c #484848", +"M c #494949", +"N c gray29", +"B c #4B4B4B", +"V c #4C4C4C", +"C c gray30", +"Z c gray31", +"A c #505050", +"S c #515151", +"D c gray32", +"F c #535353", +"G c gray33", +"H c #555555", +"J c #565656", +"K c gray34", +"L c #585858", +"P c gray35", +"I c #5A5A5A", +"U c gray36", +"Y c #5D5D5D", +"T c gray37", +"R c #5F5F5F", +"E c #606060", +"W c gray38", +"Q c gray39", +"! c #656565", +"~ c gray40", +"^ c #676767", +"/ c DimGray", +"( c #6A6A6A", +") c gray42", +"_ c #6D6D6D", +"` c gray43", +"' c #6F6F6F", +"] c gray44", +"[ c #727272", +"{ c gray45", +"} c #747474", +"| c gray46", +" . c #767676", +".. c #777777", +"X. c gray47", +"o. c #797979", +"O. c gray48", +"+. c #7B7B7B", +"@. c #7C7C7C", +"#. c #7E7E7E", +"$. c #818181", +"%. c gray51", +"&. c #838383", +"*. c #848484", +"=. c gray52", +"-. c #868686", +";. c gray53", +":. c #888888", +">. c gray54", +",. c #8B8B8B", +"<. c gray55", +"1. c #8D8D8D", +"2. c #8E8E8E", +"3. c gray56", +"4. c #909090", +"5. c gray57", +"6. c #929292", +"7. c #939393", +"8. c gray58", +"9. c #959595", +"0. c gray59", +"q. c #979797", +"w. c #989898", +"e. c gray60", +"r. c #9A9A9A", +"t. c #9B9B9B", +"y. c gray61", +"u. c #9D9D9D", +"i. c gray62", +"p. c #9F9F9F", +"a. c #A0A0A0", +"s. c gray63", +"d. c #A2A2A2", +"f. c gray64", +"g. c #A4A4A4", +"h. c #A5A5A5", +"j. c gray65", +"k. c #A7A7A7", +"l. c gray66", +"z. c #A9A9A9", +"x. c #AAAAAA", +"c. c gray67", +"v. c #ACACAC", +"b. c gray68", +"n. c #AEAEAE", +"m. c #AFAFAF", +"M. c gray69", +"N. c #B1B1B1", +"B. c #B2B2B2", +"V. c gray70", +"C. c #B4B4B4", +"Z. c #B7B7B7", +"A. c gray72", +"S. c #B9B9B9", +"D. c gray73", +"F. c #BBBBBB", +"G. c #BCBCBC", +"H. c gray74", +"J. c gray", +"K. c gray75", +"L. c #C0C0C0", +"P. c #C1C1C1", +"I. c gray76", +"U. c #C3C3C3", +"Y. c gray77", +"T. c #C5C5C5", +"R. c #C6C6C6", +"E. c gray78", +"W. c #C8C8C8", +"Q. c gray80", +"!. c #CDCDCD", +"~. c #CECECE", +"^. c gray81", +"/. c #D0D0D0", +"(. c gray82", +"). c #D2D2D2", +"_. c LightGray", +"`. c gray83", +"'. c #D5D5D5", +"]. c gray84", +"[. c #D7D7D7", +"{. c #D8D8D8", +"}. c gray85", +"|. c #DADADA", +" X c gray86", +".X c gainsboro", +"XX c #DDDDDD", +"oX c gray87", +"OX c #DFDFDF", +"+X c gray88", +"@X c #E1E1E1", +"#X c #E2E2E2", +"$X c gray89", +"%X c #E4E4E4", +"&X c gray90", +"*X c #E6E6E6", +"=X c #E7E7E7", +"-X c gray91", +";X c #E9E9E9", +":X c #EAEAEA", +">X c gray92", +",X c #ECECEC", +"<X c gray93", +"1X c gray94", +"2X c #F1F1F1", +"3X c gray95", +"4X c #F3F3F3", +"5X c #F4F4F4", +"6X c gray96", +"7X c #F6F6F6", +"8X c #F8F8F8", +"9X c #F9F9F9", +"0X c gray98", +"qX c #FBFBFB", +"wX c gray99", +"eX c #FDFDFD", +"rX c #FEFEFE", +"tX c gray100", +"yX c None", +/* pixels */ +"yXyXyXyXyXyXyXyXyXyX*.T n z j f j M W yXyXyXyXyXyXyXyXyXyXyXyXyX", +"yXyXyXyXyXyXyXyX*.G x W &.g.T.V.2.( V f V yXyXyXyXyXyXyXyXyXyXyX", +"yXyXyXyXyXyXyX*.V ( I.T.T.W.W.W.W.T.T.2.z j yXyXyXyXyXyXyXyXyXyX", +"yXyXyXyXyXyX6.W k.v.V.d.6.k.v.v.k.&.6.k.k.M f V yXyXyXyXyXyXyXyX", +"yXyXyXyXyXd...e.0.e.D.@X,X6.#.*.#.:XT.[ 2.2.y p yXyXyXyXyXyXyXyX", +"yXyXyXyXv.e.0.6.#.T.tXtXtXtXe.G tXtXtX}.~ [ ( 4 y yXyXyXyXyXyXyX", +"yXyXyXyXv.>.6.' e.7XtX:X@XtXtXd.tX,XG.tXX.G G 5 0 yXyXyXyXyXyXyX", +"yXyXyXD.v.&...V W.tXv.4 1 >.tXk._.4 # I V.j z 0 O 0 yXyXyXyXyXyX", +"yXyXv.I.d...A e oXtXG I 0.j tXg.( X...4 :Xe 4 1 1 > yXyXyXyXyX", +"yXyXD.T.6.T p 5 ,XtX[ A tXg.u. f tXe O O 4 yXyXyXyXyX", +"yXyXT.G.*.V > 0 7XtX1X~ T @XtXk.tX..V I.tXp 4 yXyXyXyXyX", +"yXyXW.v...z O # :XtXtXtXtXtXtXg.tXtXtXtXtX0 > yXyXyXyX", +"> A 6.&.T j 1 1 g.I.I.I.I.I.I.>.I.I.T.T.D.5 > = = = f /.T.v.yXyX", +"j g.:X:X:X:X:X:X:X:X:X*X:X*X*X*X*X*X*X*X*X*X*X*X*X1X}.d...( W yX", +"' v.tXtXW.v.v.V.D.G.:XtXtXtXtXtX7XtXtXtXtX7XtXtXtX/.0.~ f # y ", +"0.k.7X7X*.I.g.}.1XT./.7X1X7X1X7X7X7X7X1X7X7X1X1X@X>.I e 5 ", +"u.d.*X*Xe.:X7XtX7X@XoX@X*X@X@X@X@X@X@X@XoX@X@X@XV.V 4 5 1 ", +"u.0././.v.T.:X*X:XtX@X!.!._.@X*X@X@X_.!.!.!.W.!.v.y O y n X.x ", +"e.2.G.G.G.G.G.G.G.G.G.G.oX:X*.V n G &._.G.D.D.D.V.*.' *.2.e.T ", +"e.&.v.v.k.k.k.k.k.k.g.oX@Xf 4 = % # > G d.k.g.g.k.k.u.u.g.k.[ ", +"e.>.V.v.V.v.V.V.V.V.!.@Xj > 4 y f y 1 ~ e.V.V.V.V.V.V.V.V.&. ", +"e.e.d.u.d.u.e.e.e.e._.D.0 5 n g.>.T M 1 O 0.d.k.g.k.k.v.v.v.g.O ", +"e.V.7X7X7X7X7X7X7X7X:X~ > e G v.g.*...z 2.V.1X1X1X1X1X1X1XI.O ", +"e.G.}.}.}.}.}.}.}.oX@X2.0 p A ..0.d.e.T d.6.oXoXoX}.oXoX}./.O ", +"0.W.1X1X1X1X1X7X7X1X:XG.M 5 x ~ >.g.V. M 0.D.7X7X7X7X7X7X7XoX ", +"0.d.}._._.}._._._._.}.T.2.n 4 j G ( j v.G g._._./._._._._.g.O ", +"0.e._._.}._.}.}.}.}.}.T.k.u...~ I ' 2.k.M 2.I.}.}.}.}.}.}.}.e.O ", +"0.u.@XoXoXoXoX@XoX@XoXoXI.2.>.2.0.[ G W 6.g.@X@X@X@XoX@X@XoXu.O ", +"0.e.}.}.}.}.}.}.}.}.}.oX}./.g.#.' X.2.2.k._.}.}.}.}._.}.}.}.0.O ", +"0.#.*.>.*.>.*.>.>.>.>.*.>.*.>.>.&.&.*.*.>.>.2.>.>.>.2.2.>.>...= ", +"x G G A G A A G A G A A A A G A A A A A A A A A A A A A V n 1 ", +" " +}; diff --git a/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto-16.xpm b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto-16.xpm new file mode 100644 index 000000000..7425c5ba7 --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto-16.xpm @@ -0,0 +1,195 @@ +/* XPM */ +static char *showfoto-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 173 2", +" c black", +". c #020202", +"X c #252525", +"o c gray20", +"O c #2D3744", +"+ c #3F4142", +"@ c gray25", +"# c #404246", +"$ c #44494E", +"% c #484848", +"& c #4E4E4E", +"* c #4F5153", +"= c #515151", +"- c gray32", +"; c #535454", +": c #565656", +"> c gray34", +", c #585858", +"< c gray35", +"1 c #5A5A5A", +"2 c #5D6D7F", +"3 c #626262", +"4 c #646464", +"5 c #656565", +"6 c gray40", +"7 c #676767", +"8 c gray42", +"9 c #6F6F6F", +"0 c #717171", +"q c #737071", +"w c #757676", +"e c gray48", +"r c #7C7C7C", +"t c #7E7E7E", +"y c #5E7085", +"u c #5771A4", +"i c #658193", +"p c #6E99B9", +"a c #5C8CCA", +"s c #568BDB", +"d c #6D9FEF", +"f c #6BACE4", +"g c #6FB9FE", +"h c #75ACF8", +"j c #77BAEF", +"k c #75B7F6", +"l c #73B7F9", +"z c #72B8FE", +"x c #72BBFC", +"c c #7DB7F5", +"v c #77C3FE", +"b c #808080", +"n c #838383", +"m c #868B8E", +"M c #878C8F", +"N c #8A8A8B", +"B c #80909C", +"V c #88939A", +"C c #8F969F", +"Z c #95938F", +"A c #929291", +"S c #929292", +"D c #939196", +"F c #939496", +"G c gray59", +"H c #979797", +"J c #989596", +"K c #9A9A9A", +"L c gray61", +"P c #8BA4B2", +"I c #9EA8B3", +"U c gray63", +"Y c #A1A2A2", +"T c gray64", +"R c #A4A4A4", +"E c #A5A5A5", +"W c gray65", +"Q c #A7A7A7", +"! c #A4A6A8", +"~ c #A9A9A9", +"^ c #A8A9AA", +"/ c gray68", +"( c #AFAFAF", +") c gray69", +"_ c #B2B2B2", +"` c #B6B6B6", +"' c #B6B6B7", +"] c #B7B7B7", +"[ c #B5B7B9", +"{ c gray72", +"} c gray73", +"| c #BBBBBB", +" . c #BEBCBB", +".. c gray74", +"X. c gray", +"o. c #8DBDF2", +"O. c #A4BEE5", +"+. c #86C3FC", +"@. c #89CDFC", +"#. c #92C2F3", +"$. c #ADCCEF", +"%. c #A4CCF4", +"&. c #A3CFFA", +"*. c #A9CDF3", +"=. c #BED0E5", +"-. c #BCD7E4", +";. c #B0D2F4", +":. c #C0C0C0", +">. c #C0C1C1", +",. c #C1C1C1", +"<. c gray76", +"1. c #C3C3C3", +"2. c gray77", +"3. c #C6C6C6", +"4. c gray78", +"5. c #C8C8C8", +"6. c gray79", +"7. c #CACACA", +"8. c #CBCBCB", +"9. c #C9CCCE", +"0. c #CBCDCE", +"q. c gray80", +"w. c #CDCDCD", +"e. c #CECECE", +"r. c gray81", +"t. c #D2D2D2", +"y. c LightGray", +"u. c gray83", +"i. c #D5D5D5", +"p. c #D7D7D7", +"a. c #D7D9DC", +"s. c #D6DADE", +"d. c #D8D8D8", +"f. c gray85", +"g. c gainsboro", +"h. c #DDDEDF", +"j. c #DFDFDF", +"k. c #C3DAF4", +"l. c #C7E5F7", +"z. c #CDE0F3", +"x. c #DCE3E8", +"c. c #DCE4EE", +"v. c #D8E5F4", +"b. c #DCE7F1", +"n. c #DBE9F6", +"m. c gray88", +"M. c #E2E2E2", +"N. c #E4E4E4", +"B. c #E4E5E5", +"V. c gray90", +"C. c #E5E6E7", +"Z. c #E6E6E6", +"A. c #E2E6EB", +"S. c #E7E7E8", +"D. c #E9E9E9", +"F. c gray92", +"G. c #EAECEE", +"H. c #EBEDEE", +"J. c #EBEEEF", +"K. c #ECECEC", +"L. c gray93", +"P. c #EEEFEF", +"I. c #E1E9F2", +"U. c #E3EAF2", +"Y. c #E5EEF6", +"T. c #E9EDF1", +"R. c #EDF0F3", +"E. c #EFF0F0", +"W. c #EEF1F3", +"Q. c #ECF1F6", +"!. c #EDF1F6", +"~. c #F2F3F5", +"^. c None", +/* pixels */ +"^.^.D.D.H.M.q.^.^.^.^.^.^.^.^.^.", +"^.^.D.~.W.W.T.H.H.V.r.^.^.^.^.^.", +"^.:.C.n.%.;.z.Y.W.W.H.V.K.P.V.d.", +"^.i.H.l.@.v x k #.*.k.v.U.T.H.h.", +"^.j.H.-.P V M B p f l c o.$.U.p.", +"^.j.h.D J ` U ~ N i k x x +.b.4.", +"~ d.X.q ` { X./ t + u d h &.x.' ", +"X.r.Z & { e _ e 7 X O a s O.a.~ ", +"L | S 8 r.q.t.7./ > * I =.c.8.0 ", +"` 3.:.{ p.V.V.V.M.q.N $ y A.[ o ", +"0.( :.i.d.q.:.` X.X.7 + y s.W ^.", +"[ W { { X.W 9 > 8 R ~ U C 0.K ^.", +"W _ 7.7.3.t 7 9 % G 7.3.~ :.b ^.", +"F [ i.p.t.K : : < W d.i.U K @ ^.", +"w Q :.3.:._ n 8 t _ :.:.S - ^.^.", +"; 3 3 7 7 7 < - < 3 7 7 - ^.^.^." +}; diff --git a/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto.xpm b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto.xpm new file mode 100644 index 000000000..ef7ea08fa --- /dev/null +++ b/ubuntu/_base/applications/graphics/digikam/debian/xpm.d/showfoto.xpm @@ -0,0 +1,199 @@ +/* XPM */ +static char *showfoto[] = { +/* columns rows colors chars-per-pixel */ +"32 32 161 2", +" c #000000", +". c #0B0B0B", +"X c #131313", +"o c #15191D", +"O c #1A1A1A", +"+ c #1F262E", +"@ c #232323", +"# c #2D2D2D", +"$ c #323232", +"% c #353739", +"& c #3C3C3C", +"* c #343351", +"= c #434343", +"- c #4A4A4A", +"; c #4A4D53", +": c #555555", +"> c #5B5B5B", +", c #515962", +"< c #626262", +"1 c #616669", +"2 c #6C6C6C", +"3 c #717171", +"4 c #777778", +"5 c #72787B", +"6 c #7A7A7A", +"7 c #3774C6", +"8 c #4C6D91", +"9 c #4B6E9C", +"0 c #5A7C98", +"q c #4975AA", +"w c #6A7A80", +"e c #727C81", +"r c #7B7ADB", +"t c #5F89B7", +"y c #6B8089", +"u c #77818D", +"i c #708B99", +"p c #7D8E95", +"a c #7692B2", +"s c #71A3BE", +"d c #7CA0B0", +"f c #4283D5", +"g c #4F82D6", +"h c #568FD7", +"j c #4D92E5", +"k c #579DEC", +"l c #5CA2EF", +"z c #5AA4F6", +"x c #5CA6F9", +"c c #5FABFC", +"v c #648DC9", +"b c #638DE0", +"n c #6B98ED", +"m c #7C9FE4", +"M c #749DF2", +"N c #7C9AF9", +"B c #7FB8D2", +"V c #66A0E2", +"C c #67A3EA", +"Z c #68A4EA", +"A c #6FA8E7", +"S c #6FABEE", +"D c #62A9F5", +"F c #62ADFB", +"G c #69AFF7", +"H c #6CAFFA", +"J c #65B2FE", +"K c #68B5FF", +"L c #6DBBFF", +"P c #76A9E4", +"I c #76AEFF", +"U c #7CA9FF", +"Y c #7EB1EA", +"T c #78BFE6", +"R c #75B1F2", +"E c #71B4FF", +"W c #72BBFE", +"Q c #79BCFF", +"! c #73C3FF", +"~ c #77C8FF", +"^ c #7BCBFE", +"/ c #838384", +"( c #85898C", +") c #8C8C8C", +"_ c #858D95", +"` c #838D9B", +"' c #8E9091", +"] c #939393", +"[ c #949698", +"{ c #9A9A9A", +"} c #8EADBB", +"| c #A3A3A4", +" . c #A4A6A8", +".. c #ACACAC", +"X. c #ADAFB1", +"o. c #B2B2B2", +"O. c #BBBBBB", +"+. c #8795FE", +"@. c #8DA5CF", +"#. c #91B2DE", +"$. c #82ABFE", +"%. c #8CAEFF", +"&. c #85B7EE", +"*. c #84BCFF", +"=. c #8ABDF7", +"-. c #91B7E3", +";. c #9DBFE6", +":. c #9BBFE8", +">. c #9ABDFD", +",. c #B7BEC6", +"<. c #86C6FF", +"1. c #81D2FF", +"2. c #89D5FE", +"3. c #98C3F3", +"4. c #9ACAFF", +"5. c #94DBFD", +"6. c #9DDFFF", +"7. c #AFC1C7", +"8. c #AACEDE", +"9. c #A2C4EA", +"0. c #ADC8E7", +"q. c #A3CDFC", +"w. c #A9D3EE", +"e. c #A2D6F1", +"r. c #A7D1FF", +"t. c #A9DDF5", +"y. c #B2CEED", +"u. c #B8CDE5", +"i. c #BACFEA", +"p. c #BCD4EE", +"a. c #B2D6FF", +"s. c #B8D4F4", +"d. c #B8DBFE", +"f. c #A4E2FF", +"g. c #B5E2FF", +"h. c #C3C3C3", +"j. c #CBCBCB", +"k. c #D4D4D4", +"l. c #DBDBDB", +"z. c #C2D4E9", +"x. c #C6DAEB", +"c. c #CFDCED", +"v. c #C5DAF1", +"b. c #CBE4FD", +"n. c #DBE2EC", +"m. c #DBE9EF", +"M. c #D6E2F1", +"N. c #D0E3F9", +"B. c #DAE4F4", +"V. c #DDEEFF", +"C. c #E3E3E3", +"Z. c #EBEBEB", +"A. c #E3EBF3", +"S. c #EBEDF1", +"D. c #ECF0F5", +"F. c #EBF3FC", +"G. c #F2F2F2", +"H. c #F3F7FB", +"J. c #F5F8FB", +"K. c #FBFBFB", +"L. c None", +/* pixels */ +"L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.", +"L.L.L.L.L.L.h./ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.", +"L.L.L.L.L.: Z.G.S.Z.C.l.j.{ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.", +"L.L.L.L.L.O.J.K.K.K.J.G.S.C.j.{ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.", +"L.L.L.L.L.k.K.S.9.p.B.D.K.K.K.G.Z.Z.C.C.j. .L.L.L.L.L.L.L.L.L.L.", +"L.L.L.L.o.C.K.x.G G R &.9.i.G.K.K.K.K.G.Z.Z.k... L.L.L.L.L.L.L.", +"L.L.L.L.j.Z.K.w.~ W L K K F l A 9.y.M.S.K.K.K.J.Z.Z.C.C.k.O.L.L.", +"L.L.L.L.l.G.F.e.2.2.~ ~ L L G G c D S Y 9.u.S.J.K.K.K.G.G.Z.k.o.", +"L.L.L.L.l.G.A.t.f.f.6.2.1.^ ^ ! ! L K J c x k V -.y.c.A.G.K.C.] ", +"L.L.L.L.C.J.m.8.} p 6 5 e i s ~ ~ ~ ! W K K J c z l C P A.J.k.< ", +"L.L.L.L.C.K.7.w u { ...| { / e B 2.1.1.^ ~ W W K K J J J.J... ", +"L.L.L.) Z.O.4 ) { | { ' ' [ ] / 1 d 5.5.2.^ H E ~ W L <.J.G.6 ", +"L.L.L.o.l./ 6 ) j.C.k./ ] k.j.4 < ; @.>.%.$.$.U I Q ^ d.G.C. ", +"L.L./ O.| 4 > O.Z.k.C.k.j.k.h.| = $ * r +.N n M $.$.*.b.G.j. L.", +"L.L...O.) : : C.o.2 3 l.o./ & { $ @ X 0 W D j f g b m M.Z.o. L.", +"L.L.O...6 $ > Z./ # = j.| = X ) & % v.d.=.Z f 7 v A.C.{ L.L.", +"{ ..O.| < O < G.j.2 | C.h./ 2 j.= X ,.F.H.F.N.y.i.G.k.6 L.L.", +") 6 o.] > O > C.G.C.Z.l.j.Z.Z.l.= . . o _ p.b.V.F.F.F.Z.h.< L.L.", +"{ ] o.O...] ..k.k.k.k.k.j.l.k.j.| ] ] ) ' u a 3.r.a.D.S.| . L.L.", +"o.o.C.Z.O.O.j.j.l.G.G.Z.G.G.G.G.Z.Z.C.{ : + + t *.4.G.Z.4 L.L.", +"h...l.k...k.Z.l.l.l.C.l.l.l.C.l.l.l...: X o 8 H q.Z.k.X L.L.", +"O.{ h.h.h.C.Z.Z.k.j.k.k.k.j.j.h.h.h.) # O $ > q Z s.Z.h. L.L.L.", +"..] ....o.o.O.o.o.j.j./ > > / ......| / 6 ) ( 9 h z.C. . L.L.L.", +" .] o.o.o.o.o.o.h.h.> & & # @ : | ..o.....o.| ` #.n.l.{ L.L.L.", +"{ { h.j.j.j.h.j.l./ # 3 ] 2 & X 4 O.h.j.h.j.o.{ Z.Z.j./ L.L.L.L.", +"{ { j.j.j.j.j.k.l.3 $ 2 ] ] > O < o.j.j.j.j.O.] C.C.h.1 L.L.L.L.", +"' | k.k.k.l.k.k.k.) $ - 3 / - # 2 o.k.k.k.k.h.< { o.{ # L.L.L.L.", +") { j.k.k.k.k.k.k...2 # # # $ < 3 O.k.l.k.l.h.< . - > L.L.L.L.", +"6 { k.l.C.l.l.l.l.j.| / 2 2 3 2 | k.l.k.l.l.h.< L.L.L.L.L.L.L.L.", +"> ] j.k.k.k.k.k.k.j.O.{ 6 4 6 ] h.k.k.k.k.j.O.> L.L.L.L.L.L.L.L.", +" 2 3 3 3 2 2 3 3 3 3 2 3 2 2 3 3 2 3 3 3 3 < $ L.L.L.L.L.L.L.L.", +"L.# @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ O . L.L.L.L.L.L.L.L." +}; diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..f36e3527c --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/debian-tde.mk @@ -0,0 +1,246 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> +# Copyright © 2019 TDE Team +# Description: A class for TDE packages; sets TDE environment variables, etc +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: +ifndef _cdbs_class_cmake + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; +endif + touch debian/stamp-cvs-make + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +ifndef _cdbs_class_cmake +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif + +ifdef _cdbs_class_cmake +ifneq "$(wildcard /usr/bin/ninja)" "" +MAKE = ninja -v +DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_INSTALL_TARGET = install +DEB_CMAKE_NORMAL_ARGS += -GNinja +endif +endif + +ifndef _cdbs_rules_patchsys_quilt +DEB_PATCHDIRS := debian/patches/common debian/patches +endif + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/tde/HTML + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +DEB_BUILD_PARALLEL ?= true + +cdbs_configure_flags += \ + --with-qt-dir=/usr/share/qt3 \ + --disable-rpath \ + --with-xinerama \ + $(cdbs_kde_enable_final) \ + $(cdbs_kde_enable_debug) + + +# This is a convenience target for calling manually. +# It's not part of the build process. +buildprep: clean apply-patches +ifndef _cdbs_class_cmake + $(MAKE) -f admin/Makefile.common dist +endif + debian/rules clean + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + done + +common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +clean:: +ifndef _cdbs_class_cmake + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi +endif + rm -f .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/versions.pl b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/changelog b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/changelog new file mode 100644 index 000000000..035a06d71 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/changelog @@ -0,0 +1,54 @@ +gwenview-i18n-trinity (4:3.5.13-1debian0+ax0~squeeze) squeeze; urgency=low + + * Initial Release for TDE + + -- Slávek Banko <slavek.banko@axis.cz> Mon, 27 Aug 2012 18:48:28 +0200 + +gwenview-i18n (1.4.2-4) unstable; urgency=low + + * Add a patch that includes numerous improvements to the Russian + translation. This is not from upstream, but rather comes courtesy of + Yaroslav Popovitch. + + -- Christopher Martin <chrsmrtn@debian.org> Mon, 04 Aug 2008 18:56:14 -0400 + +gwenview-i18n (1.4.2-3) unstable; urgency=low + + * Further translation updates from the branch: + nl tr + * Update to Debian Policy 3.8.0. No changes. + + -- Christopher Martin <chrsmrtn@debian.org> Sat, 07 Jun 2008 16:00:21 -0400 + +gwenview-i18n (1.4.2-2) unstable; urgency=low + + * Update to Debian Policy 3.7.3. Move Homepage from the package + description to a regular debian/control field. + * Update debhelper compatibility level to 6. No changes. + * Tighten dependency on gwenview. + + * Update translations from the branch: + es et hu ms nb pt zh_CN + * Build non-English HTML handbooks for those languages that have one + available. + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 13 Jan 2008 14:32:26 -0500 + +gwenview-i18n (1.4.2-1) unstable; urgency=low + + * New upstream release. + + -- Christopher Martin <chrsmrtn@debian.org> Mon, 17 Sep 2007 19:31:17 -0400 + +gwenview-i18n (1.4.1-1) unstable; urgency=low + + * New upstream release, uploaded to unstable. + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 26 Nov 2006 18:41:39 -0500 + +gwenview-i18n (1.4.0-1) experimental; urgency=low + + * Initial upload of the split-out Gwenview translations. To make + the split smooth for Sid users, first upload to experimental. + + -- Christopher Martin <chrsmrtn@debian.org> Sat, 21 Oct 2006 14:03:50 -0400 diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/compat b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/control b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/control new file mode 100644 index 000000000..32ea8025c --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/control @@ -0,0 +1,17 @@ +Source: gwenview-i18n-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends-Indep: tdelibs14-trinity-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build +Standards-Version: 3.8.0 +Homepage: http://gwenview.sourceforge.net + +Package: gwenview-i18n-trinity +Architecture: all +Depends: gwenview-trinity (>= 1.4.2) +Replaces: gwenview-trinity (<< 1.4.0-1) +Description: Internationalization (i18n) for Gwenview, an image viewer for TDE + This package provides internationalization (i18n) files (translations) for + Gwenview, an image viewer for the Trinity Desktop Environment. See the 'gwenview' + package description for more information. diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/copyright b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/copyright new file mode 100644 index 000000000..b0709da94 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Christopher Martin <chrsmrtn@debian.org> +on Fri, 13 Oct 2006 20:54:45 -0400. + +It was downloaded from: http://gwenview.sourceforge.net + +Primary Developers: + Aurélien Gâteau <aurelien.gateau@free.fr> + Lubos Lunak <l.lunak@suse.cz> + +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; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/patches/series b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/patches/series diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/rules b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/rules new file mode 100755 index 000000000..a6797f19a --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include debian/cdbs/debian-tde.mk + +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -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_ALL_OPTIONS="ON" diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/format b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/options b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview-i18n/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..f36e3527c --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/debian-tde.mk @@ -0,0 +1,246 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> +# Copyright © 2019 TDE Team +# Description: A class for TDE packages; sets TDE environment variables, etc +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: +ifndef _cdbs_class_cmake + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; +endif + touch debian/stamp-cvs-make + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +ifndef _cdbs_class_cmake +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif + +ifdef _cdbs_class_cmake +ifneq "$(wildcard /usr/bin/ninja)" "" +MAKE = ninja -v +DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_INSTALL_TARGET = install +DEB_CMAKE_NORMAL_ARGS += -GNinja +endif +endif + +ifndef _cdbs_rules_patchsys_quilt +DEB_PATCHDIRS := debian/patches/common debian/patches +endif + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/tde/HTML + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +DEB_BUILD_PARALLEL ?= true + +cdbs_configure_flags += \ + --with-qt-dir=/usr/share/qt3 \ + --disable-rpath \ + --with-xinerama \ + $(cdbs_kde_enable_final) \ + $(cdbs_kde_enable_debug) + + +# This is a convenience target for calling manually. +# It's not part of the build process. +buildprep: clean apply-patches +ifndef _cdbs_class_cmake + $(MAKE) -f admin/Makefile.common dist +endif + debian/rules clean + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + done + +common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +clean:: +ifndef _cdbs_class_cmake + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi +endif + rm -f .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/versions.pl b/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/changelog b/ubuntu/_base/applications/graphics/gwenview/debian/changelog new file mode 100644 index 000000000..8b14ebe9b --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/changelog @@ -0,0 +1,367 @@ +gwenview-trinity (4:1.4.2-8) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 Jul 2009 16:08:00 -0600 + +gwenview-trinity (4:1.4.2-6) jaunty; urgency=low + + * Jaunty rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 28 April 2009 20:25:00 -0600 + +gwenview-trinity (4:1.4.2-5) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 05 March 2009 01:11:00 -0600 + +gwenview-trinity (4:1.4.2-4) intrepid; urgency=low + + * Added -trinity suffix + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 04 Nov 2008 06:06:15 -0600 + +gwenview (1.4.2-4) unstable; urgency=low + + * Include patch (not yet committed upstream) that fixes crashes on images + with incorrect EXIF information (see http://bugs.kde.org/159522). Thanks + to Achim Bohnet for the tip. (Closes: #471742, #471847) + * Include further post-release commits to Gwenview's KDE 3 branch: + + Fix the loading of 1bpp images, like some BMPs. + * Update doc-base file to fix encoding and section. + + -- Christopher Martin <chrsmrtn@debian.org> Fri, 21 Mar 2008 11:54:45 -0400 + +gwenview (1.4.2-3) unstable; urgency=low + + * Update to Debian Policy 3.7.3. Move Homepage from the package + description to a regular debian/control field. + * Update debhelper compatibility level to 6. No changes. + * Convert debian/copyright to UTF-8. + + * Include post-release commits to Gwenview's KDE 3 branch: + + Fix GIMP startup from the External Tools menu (to get this to take + effect, users may have delete $HOME/.kde/share/apps/gwenview/tools). + + Fix the slideshow icon in the configuration window. + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 13 Jan 2008 14:32:26 -0500 + +gwenview (1.4.2-2) unstable; urgency=low + + * Remove some unnecessary lintian overrides, now that lintian has been fixed + with respect to KDE .desktop files. + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 28 Oct 2007 00:13:27 -0400 + +gwenview (1.4.2-1) unstable; urgency=low + + * New upstream release. + + -- Christopher Martin <chrsmrtn@debian.org> Mon, 17 Sep 2007 19:31:17 -0400 + +gwenview (1.4.1-1) unstable; urgency=low + + * New upstream release, uploaded to unstable. + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 26 Nov 2006 18:41:39 -0500 + +gwenview (1.4.0-1) experimental; urgency=low + + * Translations are now split-out into gwenview-i18n. Be sure to install that + package if you use a non-en_US desktop. + + -- Christopher Martin <chrsmrtn@debian.org> Sat, 21 Oct 2006 14:01:46 -0400 + +gwenview (1.4.0~debian.1-1) unstable; urgency=low + + * New upstream release. + + Upstream now splits the translations out into their own tarball. + This is by no means a bad thing, but to avoid having a package stuck + in NEW this close to a release, I'm gluing them back in for the + moment. Once a releasable package is in Etch, I'll adopt upstream's + practices. Hence the wacky package version. + + Fixes focus switching. (Closes: #301812) + + * Clarify the package description, as displaying EXIF tags don't require + kdegaphics-kfile-plugins (but other features still do). (Closes: #368809) + + * This rebuild eliminates all references to obsolete libX*.la files. + (Closes: #381323) + + -- Christopher Martin <chrsmrtn@debian.org> Mon, 18 Sep 2006 22:02:27 -0400 + +gwenview (1.3.1-3) unstable; urgency=low + + * Clarify the package description, as merely editing EXIF comments doesn't + strictly require tdegraphics-tdefile-plugins. (Closes: #368809) + + -- Christopher Martin <chrsmrtn@debian.org> Sun, 28 May 2006 11:37:27 -0400 + +gwenview (1.3.1-2) unstable; urgency=low + + * Add a patch that should fix a build failure on ARM, due + to a quirk of its assembler spec. + + -- Christopher Martin <chrsmrtn@debian.org> Wed, 7 Dec 2005 08:41:11 -0500 + +gwenview (1.3.1-1) unstable; urgency=low + + * Minor upstream update. + * Rebuild against tdelibs4c2a. + * Bump DH_COMPAT to 5. No changes required. + + -- Christopher Martin <chrsmrtn@debian.org> Mon, 5 Dec 2005 07:46:53 -0500 + +gwenview (1.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Christopher Martin <chrsmrtn@debian.org> Thu, 13 Oct 2005 15:49:58 -0400 + +gwenview (1.2.0-2) unstable; urgency=low + + * Re-package using CDBS. + * Re-build for the gcc 4.0 C++ ABI transition. + * Rebuild against KDE 3.4. The new trash system is now supported. + (Closes: #318477) + * Sync with the 1.2 branch, pulling in a number of minor fixes. + + -- Christopher Martin <chrsmrtn@freeshell.org> Wed, 31 Aug 2005 13:20:56 -0400 + +gwenview (1.2.0-1) unstable; urgency=low + + * New upstream release. + + Fixes crashes when using "Back" to navigate. (Closes: #301811) + * Enable KIPI support. + * Add a doc-base file for the handbook. + + -- Christopher Martin <chrsmrtn@freeshell.org> Wed, 6 Apr 2005 11:33:06 -0400 + +gwenview (1.1.8+1.2.0pre4-1) unstable; urgency=low + + * New upstream release. + + -- Christopher Martin <chrsmrtn@freeshell.org> Sat, 19 Mar 2005 14:37:14 -0500 + +gwenview (1.1.8+1.2.0pre2-1) unstable; urgency=low + + * New upstream release. + + New Gwenview handbook. + + -- Christopher Martin <chrsmrtn@freeshell.org> Sun, 13 Feb 2005 20:51:25 -0500 + +gwenview (1.1.8+1.2.0pre1-1) unstable; urgency=low + + * New upstream release. + + Fixes crash when double-clicking on an image using the konqueror kpart. + (Closes: #290097) + + Gwenview is now a tdeinit module - added appropriate lintian override. + + -- Christopher Martin <chrsmrtn@freeshell.org> Wed, 26 Jan 2005 09:45:17 -0500 + +gwenview (1.1.8-1) unstable; urgency=low + + * New upstream release. + * Minor packaging updates and cleanups to debian/rules. + * Fix debian/copyright GPL address: point to GPL-2, not the symlink + to the latest GPL version. + + -- Christopher Martin <chrsmrtn@freeshell.org> Mon, 10 Jan 2005 15:51:46 -0500 + +gwenview (1.1.7-1) unstable; urgency=low + + * New upstream release. + + -- Christopher Martin <chrsmrtn@freeshell.org> Mon, 20 Dec 2004 16:16:45 -0500 + +gwenview (1.1.6-1) unstable; urgency=low + + * New upstream release. + + Fixes frequent crashes when altering images. (Closes: #266302) + + libjpeg-progs is no longer required for lossless JPEG transforms, as this + functionality is now built-in. + + -- Christopher Martin <chrsmrtn@freeshell.org> Thu, 28 Oct 2004 17:39:51 -0400 + +gwenview (1.1.5-1) unstable; urgency=low + + * New upstream release. + + Rewrote the manpage from scratch; included by upstream. It now replaces + the README. + + -- Christopher Martin <chrsmrtn@freeshell.org> Wed, 22 Sep 2004 08:41:44 -0400 + +gwenview (1.1.4-1) unstable; urgency=low + + * New upstream release. + * Rebuild against Qt 3.3, fixing the failure to exit properly from + fullscreen mode. + * Added a recommends on tdegraphics-tdefile-plugins, which enables the use of + EXIF comments. + + -- Christopher Martin <chrsmrtn@freeshell.org> Tue, 10 Aug 2004 18:37:33 -0400 + +gwenview (1.1.3-3) unstable; urgency=medium + + * Applied a fix that disables input while jpegtran is running, preventing + premature saves from corrupting images. Lossless transforms are back. + + -- Christopher Martin <chrsmrtn@freeshell.org> Thu, 8 Jul 2004 17:39:32 -0400 + +gwenview (1.1.3-2) unstable; urgency=medium + + * Hackishly disabled lossless JPEG transforms, as a temporary measure + pending an upstream fix (Closes: #257956). This is a picture munching bug, + hence the need to eliminate the risk to users, even if inconvenient. JPEG + transforms are now lossy - adjust your "What to do when leaving a modified + image" setting in the Misc settings tab accordingly. + * As per policy, the NEWS file has been renamed changelog to reflect its + contents. + + -- Christopher Martin <chrsmrtn@freeshell.org> Thu, 8 Jul 2004 12:01:21 -0400 + +gwenview (1.1.3-1) unstable; urgency=low + + * New upstream release. Translations now included. + + -- Christopher Martin <chrsmrtn@freeshell.org> Sun, 13 Jun 2004 18:55:04 -0400 + +gwenview (1.1.2-1) unstable; urgency=low + + * New maintainer. + * New upstream release. (Closes: #198674) + * Updated the Debian menu entry, and added an icon. + * Added a Recommends on libjpeg-progs (or libjpeg-mmx-progs) for + lossless JPEG transforms. (Closes: #217446) + * Added a build-conflicts against versions of libart-2.0 with broken shlibs. + * Many other minor packaging changes, mainly to appease linda and lintian. + + -- Christopher Martin <chrsmrtn@freeshell.org> Tue, 11 May 2004 13:38:02 -0400 + +gwenview (0.17.0pre3-2) unstable; urgency=low + + * Fix for hack in rules file from Jiri Barton, causing build to fail + + -- Michael Spanier <mail@michael-spanier.de> Fri, 2 May 2003 15:12:46 +0200 + +gwenview (0.17.0pre3-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Thu, 1 May 2003 23:27:43 +0200 + +gwenview (0.16.0-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Thu, 30 Jan 2003 22:20:40 +0100 + +gwenview (0.15.0-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Tue, 8 Oct 2002 21:44:02 +0200 + +gwenview (0.14.4-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Sun, 28 Jul 2002 21:11:48 +0200 + +gwenview (0.14.3-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Wed, 24 Jul 2002 10:22:01 +0200 + +gwenview (0.14.1-1) unstable; urgency=low + + * New upstream release + * first Trinity + + -- Michael Spanier <mail@michael-spanier.de> Wed, 19 Jun 2002 16:06:22 +0200 + +gwenview (0.13.0-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Sun, 5 May 2002 23:20:42 +0200 + +gwenview (0.12.0-3) unstable; urgency=low + + * Changed description Layout (closes: #141519) + * Thanks to Colin Watson <cjwatson@debian.org> for sponsoring the upload + + -- Michael Spanier <mail@michael-spanier.de> Sun, 7 Apr 2002 13:16:35 +0200 + +gwenview (0.12.0-2) unstable; urgency=low + + * corrected spelling error in description (closes: #124713) + * package rebuild with new libpng (closes: #135758) + + -- Michael Spanier <mail@michael-spanier.de> Wed, 13 Mar 2002 11:38:18 +0100 + +gwenview (0.12.0-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Sun, 10 Mar 2002 14:32:59 +0100 + +gwenview (0.11.1-1) unstable; urgency=low + + * New upstream release + + -- Michael Spanier <mail@michael-spanier.de> Sun, 30 Dec 2001 18:46:52 +0100 + +gwenview (0.10.1-4) unstable; urgency=low + + * Corrected manpage (closes: #121291) + * added kderemove tag (closes: #121170) + * moved menuentry to Graphics (closes: #120776) + * made description more clear (closes: #120685) + + -- Michael Spanier <mail@michael-spanier.de> Fri, 7 Dec 2001 12:18:42 +0100 + +gwenview (0.10.1-3.1) unstable; urgency=low + + * NMU + * Fix g++ 3.0 compile error. Closes: #121188 + * New upstream release + + -- LaMont Jones <lamont@debian.org> Sat, 15 Dec 2001 22:44:03 -0700 + +gwenview (0.10.1-3) unstable; urgency=low + + * First official debian release, sponsored by Jimmy Kaplowitz + <jimmy@debian.org> + * added manpage for gwenview + * changed section from x11 to graphics + + -- Michael Spanier <mail@michael-spanier.de> Wed, 14 Nov 2001 05:28:12 +0100 + +gwenview (0.10.1-2) unstable; urgency=low + + * Moved debian-specific stuff from .orig.tar.gz to .diff.gz + + -- Michael Spanier <mail@michael-spanier.de> Wed, 14 Nov 2001 04:29:47 +0100 + +gwenview (0.10.1-1) unstable; urgency=low + + * New upstream release 0.10.1 + + -- Michael Spanier <mail@michael-spanier.de> Mon, 12 Nov 2001 00:39:00 +0100 + +gwenview (0.10.0-1) unstable; urgency=low + + * New upstream release 0.10.0 + + -- Michael Spanier <michael@abh-412.abh.uni-karlsruhe.de> Thu, 4 Oct 2001 14:53:16 +0200 + +gwenview (0.9.2-1) unstable; urgency=low + + * Initial Release. + + -- Michael Spanier <mail@michael-spanier.de> Sun, 16 Sep 2001 17:57:04 +0200 + diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/compat b/ubuntu/_base/applications/graphics/gwenview/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/control b/ubuntu/_base/applications/graphics/gwenview/debian/control new file mode 100644 index 000000000..f5734ed43 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/control @@ -0,0 +1,33 @@ +Source: gwenview-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 9~), quilt, tdelibs14-trinity-dev (>= 4:3.4.3), libkipi0-trinity-dev (>= 0.1.2-2), libexiv2-dev, libmng-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 +Homepage: http://gwenview.sourceforge.net + +Package: gwenview-trinity +Architecture: any +Depends: ${shlibs:Depends} +Replaces: gwenview-kde3 (<< 4:14.0.0~), gwenview-trinity (<< 4:14.0.0~) +Breaks: gwenview-kde3 (<< 4:14.0.0~), gwenview-trinity (<< 4:14.0.0~) +Recommends: tdegraphics-tdefile-plugins-trinity, kipi-plugins-trinity +Suggests: gwenview-i18n +Description: image viewer for TDE + Gwenview is an image viewer for the Trinity Desktop Environment. It features a + folder tree window and a file list window to provide easy navigation of your + file hierarchy. Gwenview uses docked windows, so you can alter its layout + any way you wish. You can also browse your images in full-screen mode, or + embedded within Konqueror using the Gwenview Image Browser View and Kpart. + . + Image loading is handled by the Qt library, so Gwenview supports all image + formats your Qt installation supports. Gwenview correctly displays images + with an alpha channel. Gwenview supports the displaying and editing of EXIF + comments, and, if the tdegraphics-tdefile-plugins package is installed, other + image meta-information as well. Also supported is KIPI, the TDE Image Plugin + Interface, a collection of helpful tools provided by the kipi-plugins + package. The ability to perform lossless JPEG transforms is built in. + . + Gwenview's internationalization files (i18n) (translations) are available + in the gwenview-i18n package. Users with non-US English desktops should + install this package. diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/copyright b/ubuntu/_base/applications/graphics/gwenview/debian/copyright new file mode 100644 index 000000000..d87dc89ff --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/copyright @@ -0,0 +1,87 @@ +This package was debianized by Christopher Martin <chrsmrtn@debian.org> +on Tue, 11 May 2004 13:38:02 -0400. + +It was downloaded from: http://gwenview.sourceforge.net + +Primary Developers: + Aurélien Gâteau <aurelien.gateau@free.fr> + Lubos Lunak <l.lunak@suse.cz> + +Copyright: + + Gwenview includes code from the Imlib2 library, copyright (c) 2000 + Carsten Haitzler and various contributors, under the following + conditions: + + """ + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies of the Software, its documentation and marketing & + publicity materials, and acknowledgment shall be given in the + documentation, materials and software packages that this Software was + used. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + """ + + Gwenview includes code from Daniel M. Duley <dan.duley@verizon.net>, + under the following conditions: + + """ + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + """ + + Gwenview also includes code from the libjpeg library, developed by + "the Independent JPEG Group". + +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; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/gwenview-trinity.doc-base b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview-trinity.doc-base new file mode 100644 index 000000000..931c8d219 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview-trinity.doc-base @@ -0,0 +1,9 @@ +Document: gwenview-trinity +Title: Gwenview Handbook +Author: Aurélien Gâteau, Christopher Martin, The TDE Team +Abstract: Gwenview is an image viewer for TDE. +Section: Viewers + +Format: HTML +Index: /opt/trinity/share/doc/tde/HTML/en/gwenview/index.html +Files: /opt/trinity/share/doc/tde/HTML/en/gwenview/*.html diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.lintian b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.lintian new file mode 100644 index 000000000..0e247a6ab --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.lintian @@ -0,0 +1,3 @@ +gwenview-trinity binary: non-dev-pkg-with-shlib-symlink opt/trinity/lib/libgwenviewcore.so.1.0.0 opt/trinity/lib/libgwenviewcore.so +gwenview-trinity binary: shlib-missing-in-control-file libtdeinit_gwenview.so for opt/trinity/lib/libtdeinit_gwenview.so +gwenview-trinity binary: package-name-doesnt-match-sonames libgwenviewcore1 libtdeinit-gwenview diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.xpm b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.xpm new file mode 100644 index 000000000..076efa834 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/gwenview.xpm @@ -0,0 +1,554 @@ +/* XPM */ +static char * gwenview_xpm[] = { +"32 32 519 2", +" c None", +". c #2D2F32", +"+ c #3A3C3F", +"@ c #3C3F42", +"# c #333538", +"$ c #5F6164", +"% c #A0A2A4", +"& c #CCCDCF", +"* c #E3E4E5", +"= c #ECEDEE", +"- c #EEEFEF", +"; c #E8E9EA", +"> c #D7D8DA", +", c #B4B6B8", +"' c #7B7D80", +") c #383A3D", +"! c #6D7073", +"~ c #CBCDCF", +"{ c #F6F7F8", +"] c #FEFFFF", +"^ c #FEFEFE", +"/ c #FCFDFE", +"( c #FCFDFD", +"_ c #FDFEFE", +": c #E5E6E7", +"< c #9DA0A2", +"[ c #36383B", +"} c #323539", +"| c #ADB0B3", +"1 c #F3F5F7", +"2 c #FAFCFD", +"3 c #F7F9FA", +"4 c #F8FAFB", +"5 c #D7DADC", +"6 c #616468", +"7 c #3E4145", +"8 c #C6CACE", +"9 c #F6F9FB", +"0 c #F3F7F8", +"a c #F3F6F8", +"b c #F5F9FA", +"c c #E6EAEC", +"d c #74787C", +"e c #32363A", +"f c #C0C7CB", +"g c #F1F6F8", +"h c #EFF3F6", +"i c #F0F5F7", +"j c #E3E9EC", +"k c #676C71", +"l c #A2AAAF", +"m c #EBF2F6", +"n c #EDF3F6", +"o c #EEF4F7", +"p c #EFF5F7", +"q c #EFF4F7", +"r c #EEF4F6", +"s c #EDF2F5", +"t c #ECF1F4", +"u c #EBF0F3", +"v c #EBF0F4", +"w c #ECF0F4", +"x c #ECF1F5", +"y c #EDF2F6", +"z c #EEF3F7", +"A c #EFF4F8", +"B c #D1D9DD", +"C c #42474B", +"D c #686F73", +"E c #D5DFE3", +"F c #D1D8DB", +"G c #C2C7CB", +"H c #B1B5BA", +"I c #A1A6AC", +"J c #949AA0", +"K c #899298", +"L c #828D92", +"M c #7D8C8E", +"N c #798A8A", +"O c #778985", +"P c #778982", +"Q c #788A7F", +"R c #7A8B7E", +"S c #7F8E82", +"T c #869288", +"U c #8F9991", +"V c #9AA29D", +"W c #A7AEAC", +"X c #B6BCBD", +"Y c #C7CCCF", +"Z c #D4DCE1", +"` c #A0A8AE", +" . c #110D12", +".. c #665A69", +"+. c #7E6B83", +"@. c #7F6C87", +"#. c #877993", +"$. c #928AA3", +"%. c #9E9DB2", +"&. c #AAAFBF", +"*. c #B5C0CA", +"=. c #BECCD2", +"-. c #C4D6D8", +";. c #C8DCDA", +">. c #CADED7", +",. c #CBDFD3", +"'. c #C9DECD", +"). c #C5DBC5", +"!. c #C1D6BE", +"~. c #BBCFB5", +"{. c #B4C7A9", +"]. c #AABB9A", +"^. c #9FAD8A", +"/. c #939E79", +"(. c #888F6B", +"_. c #808465", +":. c #787965", +"<. c #2F2D26", +"[. c #724051", +"}. c #AF889E", +"|. c #D8B3D1", +"1. c #ECCEED", +"2. c #F4E1FA", +"3. c #F7ECFE", +"4. c #F6F0FF", +"5. c #F3F2FF", +"6. c #F1F5FF", +"7. c #EEF7FF", +"8. c #ECFAFF", +"9. c #E9FDFF", +"0. c #E7FFFC", +"a. c #E6FFF6", +"b. c #E4FFF0", +"c. c #E3FFE9", +"d. c #E3FFE3", +"e. c #E6FFE2", +"f. c #E9FFE1", +"g. c #ECFFE0", +"h. c #EFFFDF", +"i. c #F3FFDD", +"j. c #F5FFDA", +"k. c #F6FED3", +"l. c #F4F7C7", +"m. c #EAE4B6", +"n. c #CFBE9B", +"o. c #A68269", +"p. c #3F1E13", +"q. c #6C2632", +"r. c #FCC0D2", +"s. c #FDD7EE", +"t. c #FFD4F8", +"u. c #FCCEFD", +"v. c #F3CEFE", +"w. c #EAD0FE", +"x. c #E1D2FE", +"y. c #D7D5FE", +"z. c #D2DCFE", +"A. c #CDE5FE", +"B. c #C9EFFE", +"C. c #C5F8FD", +"D. c #C2FDF6", +"E. c #C1FEE8", +"F. c #C0FEDA", +"G. c #BFFECB", +"H. c #BFFEBF", +"I. c #C5FEBD", +"J. c #CCFEBC", +"K. c #D2FEBB", +"L. c #DAFEBA", +"M. c #E1FEB8", +"N. c #E9FEB7", +"O. c #F1FEB7", +"P. c #F9FEB6", +"Q. c #FEF7BA", +"R. c #FDE8BF", +"S. c #FDD8BE", +"T. c #B96B57", +"U. c #A44855", +"V. c #FBB9CF", +"W. c #F8B6DD", +"X. c #FDB2EF", +"Y. c #FAACFC", +"Z. c #EDAFFE", +"`. c #DEB4FE", +" + c #CFB8FE", +".+ c #C0BDFE", +"++ c #B8C9FE", +"@+ c #B2D7FE", +"#+ c #ABE6FE", +"$+ c #A5F6FD", +"%+ c #A1FDF2", +"&+ c #A0FEDD", +"*+ c #9FFEC6", +"=+ c #9DFEB0", +"-+ c #9FFE9E", +";+ c #A8FE9B", +">+ c #B3FE9A", +",+ c #BDFE99", +"'+ c #C8FE98", +")+ c #D3FE97", +"!+ c #DFFE96", +"~+ c #EBFE95", +"{+ c #F7FD94", +"]+ c #FDF297", +"^+ c #FBDC9F", +"/+ c #F4C39F", +"(+ c #DC816C", +"_+ c #220502", +":+ c #B24A58", +"<+ c #F69ABA", +"[+ c #F899D1", +"}+ c #FD92E9", +"|+ c #F88BFB", +"1+ c #E68FFE", +"2+ c #D196FE", +"3+ c #BC9DFE", +"4+ c #A9A4FD", +"5+ c #9DB5FE", +"6+ c #95C9FE", +"7+ c #8CDEFE", +"8+ c #83F2FD", +"9+ c #7EFDEE", +"0+ c #7DFED1", +"a+ c #7CFEB3", +"b+ c #7BFE94", +"c+ c #7DFD7D", +"d+ c #8AFE79", +"e+ c #99FE78", +"f+ c #A8FE77", +"g+ c #B7FE75", +"h+ c #C5FE74", +"i+ c #D5FE73", +"j+ c #E4FE72", +"k+ c #F5FD71", +"l+ c #FDEE77", +"m+ c #FBD282", +"n+ c #EFAF7F", +"o+ c #E1765D", +"p+ c #2A0704", +"q+ c #AB3849", +"r+ c #F278A2", +"s+ c #F67CC5", +"t+ c #FD72E3", +"u+ c #F669FB", +"v+ c #DF6FFE", +"w+ c #C578FE", +"x+ c #AA81FD", +"y+ c #918BFE", +"z+ c #819FFC", +"A+ c #74B5F5", +"B+ c #6CD3FC", +"C+ c #62F0FD", +"D+ c #5CFDEA", +"E+ c #5BFEC5", +"F+ c #5AFE9F", +"G+ c #58FE78", +"H+ c #5CFE5B", +"I+ c #6CFD56", +"J+ c #7CF653", +"K+ c #8FF853", +"L+ c #A5FE53", +"M+ c #B8FD52", +"N+ c #CBFE51", +"O+ c #DEFE50", +"P+ c #F2FD4F", +"Q+ c #FCEA56", +"R+ c #FAC864", +"S+ c #EB9A5E", +"T+ c #D75E3F", +"U+ c #210502", +"V+ c #8F1F32", +"W+ c #EF5488", +"X+ c #F45FB8", +"Y+ c #FC53DD", +"Z+ c #F548FA", +"`+ c #D850FE", +" @ c #B95BFE", +".@ c #9866FE", +"+@ c #7770F8", +"@@ c #506AC1", +"#@ c #3B6FA2", +"$@ c #3C9DC1", +"%@ c #40E8F8", +"&@ c #3BFEE6", +"*@ c #3AFEBA", +"=@ c #39FE8C", +"-@ c #37FE5D", +";@ c #3CFE3B", +">@ c #44DA2F", +",@ c #43A623", +"'@ c #56AE24", +")@ c #88E92F", +"!@ c #ABFE31", +"~@ c #C2FE30", +"{@ c #D9FE2F", +"]@ c #F1FD2E", +"^@ c #FCE636", +"/@ c #F8BC45", +"(@ c #E7833C", +"_@ c #BB401D", +":@ c #5C091A", +"<@ c #E92B6C", +"[@ c #F13FA8", +"}@ c #FC34D7", +"|@ c #F427F9", +"1@ c #D131FE", +"2@ c #AC3EFE", +"3@ c #864BFF", +"4@ c #5A50E8", +"5@ c #2D4696", +"6@ c #22588E", +"7@ c #1B7495", +"8@ c #1DD7E7", +"9@ c #19FEE3", +"0@ c #18FEAE", +"a@ c #17FE78", +"b@ c #15FE42", +"c@ c #1BFB19", +"d@ c #21AF0D", +"e@ c #2A8D0A", +"f@ c #388D09", +"g@ c #67C60D", +"h@ c #9EFF10", +"i@ c #B8FE0F", +"j@ c #D3FE0E", +"k@ c #EEFD0E", +"l@ c #FCE318", +"m@ c #F5B027", +"n@ c #E56D19", +"o@ c #7C2304", +"p@ c #1C0006", +"q@ c #BD084A", +"r@ c #F02099", +"s@ c #FD1AD4", +"t@ c #F20CF9", +"u@ c #CC18FE", +"v@ c #A327FE", +"w@ c #7836FE", +"x@ c #4D44F5", +"y@ c #2949B4", +"z@ c #195998", +"A@ c #1288B4", +"B@ c #0BE0F4", +"C@ c #04FEE1", +"D@ c #03FFA9", +"E@ c #03FF6E", +"F@ c #03FE34", +"G@ c #0AFE08", +"H@ c #1BCF01", +"I@ c #279B01", +"J@ c #3BA101", +"K@ c #6DE102", +"L@ c #98FF02", +"M@ c #B4FD02", +"N@ c #D1FE02", +"O@ c #EFFE02", +"P@ c #FEE50E", +"Q@ c #EAA419", +"R@ c #944609", +"S@ c #1B0700", +"T@ c #2D0012", +"U@ c #9B0E63", +"V@ c #E810C1", +"W@ c #F206F8", +"X@ c #CE14FF", +"Y@ c #A324FF", +"Z@ c #7734FF", +"`@ c #4E45FF", +" # c #3765F8", +".# c #2689EC", +"+# c #19BBF9", +"@# c #09E9FD", +"## c #00E5CA", +"$# c #02C381", +"%# c #02BF52", +"&# c #00DD29", +"*# c #08FB06", +"=# c #24FD02", +"-# c #3CF002", +";# c #59F302", +"># c #7BFE02", +",# c #9AFF02", +"'# c #B7FF02", +")# c #CDFA00", +"!# c #D4E200", +"~# c #B0A00C", +"{# c #614C1A", +"]# c #0F0A06", +"^# c #161117", +"/# c #6A3C67", +"(# c #88208E", +"_# c #8C13AF", +":# c #801CCB", +"<# c #652ADE", +"[# c #443CE7", +"}# c #315EEA", +"|# c #2284E6", +"1# c #139CD2", +"2# c #128E9D", +"3# c #4A7E7C", +"4# c #869796", +"5# c #8B9A98", +"6# c #52785B", +"7# c #1B891A", +"8# c #1CBD03", +"9# c #34D300", +"0# c #4CD400", +"a# c #60CA00", +"b# c #6EB804", +"c# c #749E10", +"d# c #73862A", +"e# c #797F57", +"f# c #7D807B", +"g# c #494D52", +"h# c #7B8487", +"i# c #BFCACB", +"j# c #9FA4AA", +"k# c #858294", +"l# c #706C89", +"m# c #606285", +"n# c #586584", +"o# c #5C7185", +"p# c #73858E", +"q# c #A7AEB2", +"r# c #DAE0E5", +"s# c #E5EDF2", +"t# c #DBE3E8", +"u# c #BABDC2", +"v# c #B1B5BB", +"w# c #8D9B95", +"x# c #798E7B", +"y# c #7A8D79", +"z# c #859385", +"A# c #97A09D", +"B# c #B0B6BC", +"C# c #CAD1DA", +"D# c #C7CED4", +"E# c #9A9EA1", +"F# c #242629", +"G# c #2A2D31", +"H# c #BFC7CC", +"I# c #E6F0F5", +"J# c #E3EDF1", +"K# c #E1EBEE", +"L# c #DFE8EB", +"M# c #DEE6E9", +"N# c #E0E8EC", +"O# c #E3EBF0", +"P# c #E3ECF2", +"Q# c #E1EAEF", +"R# c #E0E9EE", +"S# c #D6DEE3", +"T# c #D8E0E4", +"U# c #E2EBF0", +"V# c #E4EDF2", +"W# c #E3EBF2", +"X# c #E4ECF2", +"Y# c #E4EDF3", +"Z# c #E3ECF1", +"`# c #CED5D9", +" $ c #ADB1B3", +".$ c #53565A", +"+$ c #505559", +"@$ c #D1DADF", +"#$ c #E1E9EE", +"$$ c #DEE7EC", +"%$ c #C6CDD0", +"&$ c #AFB3B5", +"*$ c #73777A", +"=$ c #62666B", +"-$ c #D3DBE0", +";$ c #E4ECF1", +">$ c #E2EAEF", +",$ c #D8DFE3", +"'$ c #C5CBCE", +")$ c #BDC2C5", +"!$ c #BCC1C4", +"~$ c #C1C6C9", +"{$ c #D1D8DC", +"]$ c #E0E8ED", +"^$ c #C5CACD", +"/$ c #AEB1B3", +"($ c #7D8083", +"_$ c #565B5F", +":$ c #C4CBD1", +"<$ c #E2EBEF", +"[$ c #CFD5D9", +"}$ c #CDD3D6", +"|$ c #D5DCE0", +"1$ c #DFE6EB", +"2$ c #DEE6EB", +"3$ c #C6CBCF", +"4$ c #AAADAF", +"5$ c #727578", +"6$ c #33363A", +"7$ c #D5DDE2", +"8$ c #E1E8ED", +"9$ c #D6DDE1", +"0$ c #BBC0C3", +"a$ c #939698", +"b$ c #4F5255", +"c$ c #42464A", +"d$ c #898F94", +"e$ c #BFC6CB", +"f$ c #DCE4E8", +"g$ c #DDE4E9", +"h$ c #DAE2E6", +"i$ c #D4DBDF", +"j$ c #C7CDD0", +"k$ c #AEB3B6", +"l$ c #888C8E", +"m$ c #55575A", +"n$ c #414447", +"o$ c #575A5E", +"p$ c #626569", +"q$ c #626568", +"r$ c #575A5D", +"s$ c #434548", +"t$ c #292B2D", +" ", +" ", +" ", +" . + @ # ", +" $ % & * = - ; > , ' ) ", +" ! ~ { ] ^ / ( ( / _ ] ( : < [ ", +" } | 1 2 3 3 3 3 3 3 3 3 3 3 4 2 5 6 ", +" 7 8 9 0 a a a a a a a a a a a a a b c d ", +" e f g h h h h h h h h h h h h h h h h i j k ", +" l m n o p q r n s t u v w x y z o A o o o B C ", +" D E F G H I J K L M N O P Q R S T U V W X Y Z ` ", +" ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<. ", +" [.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p. ", +" q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T. ", +" U.V.W.X.Y.Z.`. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+", +" :+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+", +" q+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+", +" V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@_@ ", +" :@<@[@}@|@1@2@3@4@5@6@7@8@9@0@a@b@c@d@e@f@g@h@i@j@k@l@m@n@o@ ", +" p@q@r@s@t@u@v@w@x@y@z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@ ", +" T@U@V@W@X@Y@Z@`@ #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!#~#{#]# ", +" ^#/#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#c#d#e#f#g# ", +" h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#A#B#C#D#E#F# ", +" G#H#I#J#K#L#M#N#O#P#Q#R#S#T#U#V#W#W#X#Y#Z#`# $.$ ", +" +$@$O##$Q#Q#Q#Q##$R##$Q#Q#R##$Q##$Q#$$%$&$*$ ", +" =$-$;$Q##$Q#>$,$'$)$!$~${$#$>$>$]$^$/$($ ", +" _$:$;$<$#$>$]$T#[$}$|$1$>$>$2$3$4$5$ ", +" 6$J 7$;$;$>$U#O#O#O#O#8$9$0$a$b$ ", +" c$d$e$S#f$g$h$i$j$k$l$m$ ", +" n$o$p$q$r$s$t$ ", +" ", +" "}; diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/menu b/ubuntu/_base/applications/graphics/gwenview/debian/menu new file mode 100644 index 000000000..d357e08e1 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/menu @@ -0,0 +1,7 @@ +?package(gwenview-trinity):\ + needs="X11"\ + section="Applications/Viewers"\ + hints="TDE,Images"\ + title="Gwenview"\ + command="/opt/trinity/bin/gwenview"\ + icon="/opt/trinity/share/pixmaps/gwenview.xpm" diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/patches/series b/ubuntu/_base/applications/graphics/gwenview/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/patches/series diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/rules b/ubuntu/_base/applications/graphics/gwenview/debian/rules new file mode 100755 index 000000000..4f8a32879 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/rules @@ -0,0 +1,44 @@ +#! /usr/bin/make -f + +DEB_PATCHDIRS := debian/patches/common debian/patches + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-tde.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_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_INSTALL_DOCS_ALL := +DEB_INSTALL_CHANGELOGS_ALL := NEWS + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: +ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" "" + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap + +install/gwenview-trinity:: + install -p -D -m644 debian/gwenview.xpm debian/$(cdbs_curpkg)/opt/trinity/share/pixmaps/gwenview.xpm + install -p -D -m644 debian/gwenview.lintian debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg) + + cd $(CURDIR)/debian/$(cdbs_curpkg)/opt/trinity/share/doc/tde/HTML/en/gwenview; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/gwenview/index.docbook diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/source/format b/ubuntu/_base/applications/graphics/gwenview/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/gwenview/debian/source/options b/ubuntu/_base/applications/graphics/gwenview/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/gwenview/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/README.debian b/ubuntu/_base/applications/graphics/ksquirrel/debian/README.debian new file mode 100644 index 000000000..5e7bd078a --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/README.debian @@ -0,0 +1,10 @@ +This program was initialy writen for Trinity. To compile it for KDE4 the +exif support is disabled. That library depends on tdelibs3. + +MT is enabled because configure seems not smart enough. + +Qt version coded in configure.in.in +Hard-coded dependency on libtdeio.la (in tdelibs4-dev) +Hard-coded dependency on dcopidl + + -- Paul Gevers <paul@climbing.nl> Sun, 14 Sep 2008 10:17:50 -0500 diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/changelog b/ubuntu/_base/applications/graphics/ksquirrel/debian/changelog new file mode 100644 index 000000000..8f786a231 --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/changelog @@ -0,0 +1,11 @@ +ksquirrel-trinity (0.8.0-0ubuntu2) karmic; urgency=low + + * Karmic build + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 20 Oct 2009 17:23:00 -0600 + +ksquirrel (0.8.0-0ubuntu1~ppa1) hardy; urgency=low + + * Initial release (LP: #107228) + + -- Paul Gevers <paul@climbing.nl> Fri, 19 Sep 2008 23:27:12 -0500 diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/compat b/ubuntu/_base/applications/graphics/ksquirrel/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/control b/ubuntu/_base/applications/graphics/ksquirrel/debian/control new file mode 100644 index 000000000..a4c43964e --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/control @@ -0,0 +1,28 @@ +Source: ksquirrel-trinity +Section: graphics +Priority: extra +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +XSBC-Original-Maintainer: Paul Gevers <paul@climbing.nl> +Build-Depends: debhelper (>= 9~), + cdbs, quilt, + libksquirrel-trinity-dev, + libkonq4-trinity-dev, + kipi-plugins-trinity, + libkipi0-trinity-dev, + build-essential, + automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: ksquirrel-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: kipi-plugins-trinity +Replaces: ksquirrel-kde3 (<< 4:14.0.0~), ksquirrel-trinity (<< 4:14.0.0~) +Breaks: ksquirrel-kde3 (<< 4:14.0.0~), ksquirrel-trinity (<< 4:14.0.0~) +Description: Powerful Trinity image viewer + KSquirrel is an image viewer for TDE with disk navigator, file tree, + multiple directory view, thumbnails, extended thumbnails, dynamic + format support, DCOP interface, KEXIF and KIPI plugins support. + . + KSquirrel is a fast and convenient image viewer for TDE featuring + OpenGL and dynamic format support. diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/copyright b/ubuntu/_base/applications/graphics/ksquirrel/debian/copyright new file mode 100644 index 000000000..d09bb9228 --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/copyright @@ -0,0 +1,473 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Original-Source-Location: http://ksquirrel.sourceforge.net/download.php +Upstream-Author: Baryshev Dmitry aka Krasu <ksquirrel.iv@gmail.com> + +* some files in admin/ are under LGPL, see LICENSE.LGPL + +Files: * +Copyright: © 2003-2007 by Baryshev Dmitry <ksquirrel.iv@gmail.com> +License: GPL-2+ + +Files: ksquirrel/sq_thumbnailloadjob.* +Copyright: © 2004 by Baryshev Dmitry +Copyright: © 2000 David Faure <faure@kde.org> +Copyright: © 2000 Carsten Pfeiffer <pfeiffer@kde.org> +License: GPL-2+ + +Files: ksquirrel/sq_splashscreen.* +Copyright: © 2001 by Kai Heitkamp <koncd@kai-heitkamp.de> +Copyright: © 2006 Baryshev Dmitry, KSquirrel project. +License: GPL-2+ + +Files: ltmain.sh +Copyright: © 1996,1997,1998,1999,2000,2001,2003 + Free Software Foundation, Inc. +Copyright: © 1996 by Gordon Matzigkeit <gord@gnu.ai.mit.edu> +License: GPL-2+ | GPL-2+/extra + +Files: sq_categorybrowsermenu.* +Copyright: © 2006 Baryshev Dmitry, KSquirrel project +Copyright: © 2001 Matthias Elter <elter@kde.org> +License: MIT + +Files: sq_glwidget.cpp +Copyright: © 2004 Baryshev Dmitry +Copyright: © 2004 Guillaume Chazarain <guichaz@yahoo.fr> +License: GPL-2+ + +Files: sq_thumbnailsize.* +Copyright: © 2004 by Baryshev Dmitry +Copyright: © 2000-2003 Aur?lien G?teau +License: GPL-2+ + +Files: sq_glu.* +Copyright: © 1995-2001 Brian Paul +Copyright: © 2004 by Baryshev Dmitry <ksquirrel.iv@gmail.com> +License: LGPL-2+ + +Files: debian/* +Copyright: © 2008 Paul Gevers <paul@climbing.nl> +License: GPL-2+ + The Debian packaging is © 2008, Paul Gevers <paul@climbing.nl> and + is licensed under the GPL version 2 or later, see + /usr/share/common-licenses/GPL-2. + +Files: LICENSE +Copyright: © 1989, 1991 Free Software Foundation, Inc. +License: other + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Files: LICENSE.GFDL +Copyright: © 2000,2001,2002 Free Software Foundation, Inc. +License: other + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Files: LICENSE.LGPL +Copyright: © 1991 Free Software Foundation, Inc. +License: other + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Files: admin/* +Copyright: +License: LGPL-2+ + +Files: admin/acinclude.m4.in +Copyright: © 1997 Janos Farkas <chexum@shadow.banki.hu> +Copyright: © 1997,98,99 Stephan Kulow <coolo@kde.org> +License: LGPL-2+ + +Files: admin/am_edit +Copyright: © 1998 Kalle Dalheimer <kalle@kde.org> +License: other + This is really free software, unencumbered by the GPL. + You can do anything you like with it except sueing me + +Files: admin/compile +Copyright: © 1999,2000,2003,2004,2005 Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/conf.change.pl, admin/config.pl +Copyright: © Michael Matz <matz@kde.org> +Copyright: © Dirk Mueller <mueller@kde.org> +License: LGPL-2+ + +Files: admin/config.guess, admin/config.sub +Copyright: © 1992-2005 Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/config.rpath +Copyright: © 1996-2003 Free Software Foundation, Inc. +Copyright: © 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu> +License: GPL-2+ | GPL-2+/extra + +Files: admin/configure.in.min +Copyright: © 2001 Stephan Kulow <coolo@kde.org> +License: GPL-2+ + +Files: admin/depcomp +Copyright: © 1999-2005 Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/detect-autoconf.pl +Copyright: © 2005 Michael Pyne <michael.pyne@kdemail.net> +License: PD + This code is public domain. You may use it however you like + (including relicensing). + +Files: admin/doxygen.sh +Copyright: © 2005 by Adriaan de Groot +License: GPL-2 + +Files: admin/libtool.m4.in +Copyright: © 1996-2001 Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/ltmain.sh +Copyright: © 1996,1997,1998,1999,2000,2001,2003 + Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/Makefile.common +Copyright: © 2002 by the KDE developers +License: unknown + +Files: admin/missing +Copyright: © 1996,1997,1999,2000,2002,2003,2004 + Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: admin/mkinstalldirs +Copyright: © - +License: PD + Public domain + +Files: admin/oldinclude.m4.in +Copyright: © 1997 Janos Farkas <chexum@shadow.banki.hu> +Copyright: © 1997,98,99 Stephan Kulow <coolo@kde.org> +License: GPL-2+ + +Files: admin/ylwrap +Copyright: © 1996,1997,1998,1999,2001,2002,2003,2004,2005 + Free Software Foundation, Inc. +License: GPL-2+ | GPL-2+/extra + +Files: cs.po +Copyright: © 2007 Karel Volný <kavol@seznam.cz> +License: GPL-2+ + +Files: de.po +Copyright: © 2007 Oliver Dörr <kde@doerr-privat.de> +Copyright: © 2007 Frederik Schwarzer <schwarzerf@gmail.com> +License: GPL-2+ + +Files: en_GB.po +Copyright: © 2007 Malcolm Hunter <malcolm.hunter@gmx.co.uk> +License: GPL-2+ + +Files: it.po +Copyright: © 2007 Martino Barbon <martins999@gmail.com> +License: GPL-2+ + +Files: pl.po +Copyright: © 2007 Grzegorz Gibas <amigib@gmail.com> +License: GPL-2+ + +Files: ru.po +Copyright: © 2007 Baryshev Dmitry <ksquirrel.iv@gmail.com> +License: GPL-2+ + +Files: tr.po +Copyright: © 2007 Serdar Soytetir <tulliana@gmail.com> +License: GPL-2+ + +Files: uk.po +Copyright: © 2007 Yuri Chornoivan <yurchor@ukr.net> +License: GPL-2+ + +Files: doc/ru/* +Copyright: © 2004 by Baryshev Dmitry <ksquirrel.iv@gmail.com> +License: GFDL-1.2 + +Files: print.png +Copyright: © 2006-2007 Everaldo Coelho <everaldo@everaldo.com> +License: LGPL-2.1+ + taken from Crystal theme by (c) Everaldo. Available at + http://www.kde-look.org/content/show.php/Crystal+Project?content=60475 + +Files: file_broken.xpm +Copyright: © 2003-2004 David Vignoni <dave [at] icon-king.com> +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation, + version 2.1 of the License. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library (see the the license.txt file); + if not, write to the Free Software Foundation, Inc., 51 Franklin + Street, Fifth Floor, Boston, MA 02110-1301, USA + . + NOTE THIS ADD-ON + . + The GNU Lesser General Public License or LGPL is written for software libraries + in the first place. The LGPL has to be considered valid for this artwork + library too. + . + Nuvola icon theme for KDE 3.x is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + . + Source code, for this library means: + - raster png image* . + . + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + The exception in section 6 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + +Files: admin/install-sh +Copyright: © 1994 X Consortium +License: other + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT.IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in this Software without prior written + authorization from the X Consortium. + . + FSF changes to this file are in the public domain. + +Files: fmt_filters.* +Copyright: © 2005 Dmitry Baryshev <ksquirrel.iv@gmail.com> +Copyright: © 1998, 1999, 2001, 2002 Daniel M. Duley <mosfet@kde.org> +Copyright: © 1998, 1999 Christian Tibirna <ctibirna@total.net> +Copyright: © 1998, 1999 Dirk A. Mueller <mueller@kde.org> +Copyright: © 1999 Geert Jansen <g.t.jansen@stud.tue.nl> +Copyright: © 2000 Josef Weidendorfer <weidendo@in.tum.de> +Copyright: © 2004 Zack Rusin <zack@kde.org> +Copyright: © 2003 ImageMagick Studio, a non-profit organization + dedicated to making software imaging solutions freely available. +Copyright: © 2004 Robert Merkel <robert.merkel@benambra.org> +License: other-BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + Portions of this software are based on ImageMagick. Such portions + are clearly marked as being ported from ImageMagick. ImageMagick is + copyrighted under the following conditions: + . + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + ("ImageMagick"), to deal in ImageMagick without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of ImageMagick, + and to permit persons to whom the ImageMagick is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of ImageMagick. + . + The software is provided "as is", without warranty of any kind, + express or implied, including but not limited to the warranties of + merchantability, fitness for a particular purpose and + noninfringement. In no event shall ImageMagick Studio be liable for + any claim, damages or other liability, whether in an action of + contract, tort or otherwise, arising from, out of or in connection + with ImageMagick or the use or other dealings in ImageMagick. + . + Except as contained in this notice, the name of the ImageMagick + Studio shall not be used in advertising or otherwise to promote the + sale, use or other dealings in ImageMagick without prior written + authorization from the ImageMagick Studio. + . + . + Red-eye removal was taken from "redeye" plugin for GIMP + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the Author of the + Software shall not be used in advertising or otherwise to promote the + sale, use or other dealings in this Software without prior written + authorization from the Author. + +Files: sq_utils_scale.cpp +Copyright: © 2003 ImageMagick Studio, a non-profit organization + dedicated to making software imaging solutions freely available. +License: other + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + ("ImageMagick"), to deal in ImageMagick without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of ImageMagick, + and to permit persons to whom the ImageMagick is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of ImageMagick. + . + The software is provided "as is", without warranty of any kind, + express or implied, including but not limited to the warranties of + merchantability, fitness for a particular purpose and + noninfringement. In no event shall ImageMagick Studio be liable for + any claim, damages or other liability, whether in an action of + contract, tort or otherwise, arising from, out of or in connection + with ImageMagick or the use or other dealings in ImageMagick. + . + Except as contained in this notice, the name of the ImageMagick + Studio shall not be used in advertising or otherwise to promote the + sale, use or other dealings in ImageMagick without prior written + authorization from the ImageMagick Studio. + +License: GPL-2+/extra + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that + program. + +License: GPL-2+ + 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. + . + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in + /usr/share/common-licenses/GPL-2. + +License: LGPL-2+ + This file is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library 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 + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library. If not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License, version 2, can be found in + /usr/share/common-licenses/LGPL-2. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA + . + On Debian systems, the complete text of the GNU Library General + Public License, version 2, can be found in + /usr/share/common-licenses/LGPL-2. + +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/docs b/ubuntu/_base/applications/graphics/ksquirrel/debian/docs new file mode 100644 index 000000000..724e08449 --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/docs @@ -0,0 +1,2 @@ +README +TODO diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/ksquirrel-libs-configurator.1 b/ubuntu/_base/applications/graphics/ksquirrel/debian/ksquirrel-libs-configurator.1 new file mode 100644 index 000000000..a6da62b4c --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/ksquirrel-libs-configurator.1 @@ -0,0 +1,22 @@ +.\" +.TH "KSQUIRREL-LIBS-CONFIGURATOR" "1" "september 13, 2008" "Paul Gevers" "Graphics" +.SH "NAME" +ksquirrel\-libs\-configurator \- library configurator for ksquirel +.SH "SYNOPSIS" +.B ksquirrel\-libs\-configurator +.SH "DESCRIPTION" +This manual page documents briefly the +.B ksquirrel\-libs\-configurator +and +.B ksquirrel\-libs\-configurator\-real +commands. +\fBksquirrel\-libs\-configurator\fP is a graphical user interface that lets you select which libraries should be enabled/disabled in ksquirrel. +.SH "OPTIONS" +These programs does not have any options. +.SH "SEE ALSO" +ksquirrel(1) +.SH "AUTHORS" +ksquirrel\-libs\-configurator was written by <Baryshev Dmitry>. +.PP +This manual page was written by Paul Gevers <paul@climbing.nl>, +for the Debian project (but may be used by others). diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/patches/.gitignore b/ubuntu/_base/applications/graphics/ksquirrel/debian/patches/.gitignore new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/patches/.gitignore diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/rules b/ubuntu/_base/applications/graphics/ksquirrel/debian/rules new file mode 100755 index 000000000..813fff66f --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/rules @@ -0,0 +1,128 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +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) + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +# 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) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: configure + dh_testdir + +configure: + dh_testdir + + # Regenerate build system +ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" "" + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub admin/config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess admin/config.guess +endif + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap + + # Add here commands to configure the package. + PKG_CONFIG_PATH='/opt/trinity/lib/pkgconfig' kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/opt/trinity --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --disable-rpath +# Tricks for Intrepid +#--disable-kexif --enable-mt --x-includes=/usr/include/qt4/Qt + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/ksquirrel.sgml > ksquirrel.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/ksquirrel-trinity. + $(MAKE) DESTDIR=$(CURDIR)/debian/ksquirrel-trinity install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_install + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman debian/ksquirrel-libs-configurator.1 + cp -a debian/ksquirrel-trinity/usr/share/man debian/ksquirrel-trinity/opt/trinity/share/ + rm -fr debian/ksquirrel-trinity/usr/share/man + dh_link \ + opt/trinity/share/man/man1/ksquirrel-libs-configurator.1 \ + opt/trinity/share/man/man1/ksquirrel-libs-configurator-real.1 + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + 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 diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/source/format b/ubuntu/_base/applications/graphics/ksquirrel/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/source/options b/ubuntu/_base/applications/graphics/ksquirrel/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/applications/graphics/ksquirrel/debian/watch b/ubuntu/_base/applications/graphics/ksquirrel/debian/watch new file mode 100644 index 000000000..a276799ff --- /dev/null +++ b/ubuntu/_base/applications/graphics/ksquirrel/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://sf.net/ksquirrel/ksquirrel-([\d.]*)\.tar\.bz2 diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..f36e3527c --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/debian-tde.mk @@ -0,0 +1,246 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> +# Copyright © 2019 TDE Team +# Description: A class for TDE packages; sets TDE environment variables, etc +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: +ifndef _cdbs_class_cmake + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; +endif + touch debian/stamp-cvs-make + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +ifndef _cdbs_class_cmake +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif + +ifdef _cdbs_class_cmake +ifneq "$(wildcard /usr/bin/ninja)" "" +MAKE = ninja -v +DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_INSTALL_TARGET = install +DEB_CMAKE_NORMAL_ARGS += -GNinja +endif +endif + +ifndef _cdbs_rules_patchsys_quilt +DEB_PATCHDIRS := debian/patches/common debian/patches +endif + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/tde/HTML + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +DEB_BUILD_PARALLEL ?= true + +cdbs_configure_flags += \ + --with-qt-dir=/usr/share/qt3 \ + --disable-rpath \ + --with-xinerama \ + $(cdbs_kde_enable_final) \ + $(cdbs_kde_enable_debug) + + +# This is a convenience target for calling manually. +# It's not part of the build process. +buildprep: clean apply-patches +ifndef _cdbs_class_cmake + $(MAKE) -f admin/Makefile.common dist +endif + debian/rules clean + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + done + +common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +clean:: +ifndef _cdbs_class_cmake + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi +endif + rm -f .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/versions.pl b/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/changelog b/ubuntu/_base/applications/graphics/kuickshow/debian/changelog new file mode 100644 index 000000000..ae02198d5 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/changelog @@ -0,0 +1,42 @@ +kuickshow-trinity (4:3.5.8-0ubuntu3) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 Jul 2009 16:08:00 -0600 + +kuickshow-trinity (4:3.5.8-0ubuntu2) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 06 March 2009 01:35:00 -0600 + +kuickshow-trinity (4:3.5.8-0ubuntu1) intrepid; urgency=low + + * Added -trinity suffix + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 12 Dec 2008 14:28:00 -0600 + +kuickshow (4:3.5.8-0ubuntu2) hardy; urgency=low + + * No change recompile to build against libgif (not libungif) + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 07 Jan 2008 10:26:21 +0000 + +kuickshow (4:3.5.8-0ubuntu1) hardy; urgency=low + + * New upstream release, extracted from tdegraphics 3.5.8 + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Nov 2007 17:59:49 +0000 + +kuickshow (4:3.5.7-0ubuntu1) gutsy; urgency=low + + * New upstream release, extracted from tdegraphics 3.5.7 + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 14:45:49 +0100 + +kuickshow (4:3.5.6-0ubuntu1) feisty; urgency=low + + * Initial package, separate from tdegraphics due to imlib11 not being in main + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 28 Feb 2007 16:29:08 +0000 diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/compat b/ubuntu/_base/applications/graphics/kuickshow/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/control b/ubuntu/_base/applications/graphics/kuickshow/debian/control new file mode 100644 index 000000000..a779ad696 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/control @@ -0,0 +1,26 @@ +Source: kuickshow-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, imlib11-dev +Standards-Version: 3.8.4 + +Package: kuickshow-trinity +Section: graphics +Architecture: any +Replaces: kuickshow-kde3 (<< 4:14.0.0~), kuickshow-trinity (<< 4:14.0.0~) +Breaks: kuickshow-kde3 (<< 4:14.0.0~), kuickshow-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: khelpcenter-trinity +Description: TDE image/slideshow viewer [Trinity] + KuickShow is an image browser/viewer with a nice filebrowser to + select images to be shown, slideshow support and the ability to + display the following image formats: jpg, gif, tiff, png, bmp, psd, + xpm, xbm, pbm and eim. Images can be displayed either in their own + window, as large as the image, or fullscreen (which shrinks images too + large to display). KuickShow also has a slideshow mode. + . + This package is part of TDE, as a component of the TDE graphics + module. See the 'tde' and 'tdegraphics' packages for more information. + . + Homepage: http://kuickshow.sourceforge.net diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/copyright b/ubuntu/_base/applications/graphics/kuickshow/debian/copyright new file mode 100644 index 000000000..2373ec1a7 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/copyright @@ -0,0 +1,424 @@ +This package was debianized by Christopher L Cheney <ccheney@debian.org> on +Tue, 16 Apr 2002 22:00:00 -0500. + +It was downloaded from: http://www.kde.org/download + +Upstream Authors: Stephan Kulow <coolo@kde.org> and many others. + + +License: + +All programs are under the GPL. On Debian systems, the complete text of +the GPL license can be found in the /usr/share/common-licenses/GPL file. + +-------------------- + +DocBook Documentation: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.1 or any later version published by the Free Software + Foundation; with no Invariant Sections, with no Front-Cover Texts, + and with no Back-Cover Texts. + + A copy of the GNU Free Documentation License (Version 1.2) is + included below. + + + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301, USA. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + 0. PREAMBLE + + The purpose of this License is to make a manual, textbook, or other + functional and useful document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or noncommercially. + Secondarily, this License preserves for the author and publisher a way + to get credit for their work, while not being considered responsible + for modifications made by others. + + This License is a kind of "copyleft", which means that derivative + works of the document must themselves be free in the same sense. It + complements the GNU General Public License, which is a copyleft + license designed for free software. + + We have designed this License in order to use it for manuals for free + software, because free software needs free documentation: a free + program should come with manuals providing the same freedoms that the + software does. But this License is not limited to software manuals; + it can be used for any textual work, regardless of subject matter or + whether it is published as a printed book. We recommend this License + principally for works whose purpose is instruction or reference. + + + 1. APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work, in any medium, that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. Such a notice grants a + world-wide, royalty-free license, unlimited in duration, to use that + work under the conditions stated herein. The "Document", below, + refers to any such manual or work. Any member of the public is a + licensee, and is addressed as "you". You accept the license if you + copy, modify or distribute the work in a way requiring permission + under copyright law. + + A "Modified Version" of the Document means any work containing the + Document or a portion of it, either copied verbatim, or with + modifications and/or translated into another language. + + A "Secondary Section" is a named appendix or a front-matter section of + the Document that deals exclusively with the relationship of the + publishers or authors of the Document to the Document's overall subject + (or to related matters) and contains nothing that could fall directly + within that overall subject. (Thus, if the Document is in part a + textbook of mathematics, a Secondary Section may not explain any + mathematics.) The relationship could be a matter of historical + connection with the subject or with related matters, or of legal, + commercial, philosophical, ethical or political position regarding + them. + + The "Invariant Sections" are certain Secondary Sections whose titles + are designated, as being those of Invariant Sections, in the notice + that says that the Document is released under this License. If a + section does not fit the above definition of Secondary then it is not + allowed to be designated as Invariant. The Document may contain zero + Invariant Sections. If the Document does not identify any Invariant + Sections then there are none. + + The "Cover Texts" are certain short passages of text that are listed, + as Front-Cover Texts or Back-Cover Texts, in the notice that says that + the Document is released under this License. A Front-Cover Text may + be at most 5 words, and a Back-Cover Text may be at most 25 words. + + A "Transparent" copy of the Document means a machine-readable copy, + represented in a format whose specification is available to the + general public, that is suitable for revising the document + straightforwardly with generic text editors or (for images composed of + pixels) generic paint programs or (for drawings) some widely available + drawing editor, and that is suitable for input to text formatters or + for automatic translation to a variety of formats suitable for input + to text formatters. A copy made in an otherwise Transparent file + format whose markup, or absence of markup, has been arranged to thwart + or discourage subsequent modification by readers is not Transparent. + An image format is not Transparent if used for any substantial amount + of text. A copy that is not "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include plain + ASCII without markup, Texinfo input format, LaTeX input format, SGML + or XML using a publicly available DTD, and standard-conforming simple + HTML, PostScript or PDF designed for human modification. Examples of + transparent image formats include PNG, XCF and JPG. Opaque formats + include proprietary formats that can be read and edited only by + proprietary word processors, SGML or XML for which the DTD and/or + processing tools are not generally available, and the + machine-generated HTML, PostScript or PDF produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page itself, + plus such following pages as are needed to hold, legibly, the material + this License requires to appear in the title page. For works in + formats which do not have any title page as such, "Title Page" means + the text near the most prominent appearance of the work's title, + preceding the beginning of the body of the text. + + A section "Entitled XYZ" means a named subunit of the Document whose + title either is precisely XYZ or contains XYZ in parentheses following + text that translates XYZ in another language. (Here XYZ stands for a + specific section name mentioned below, such as "Acknowledgements", + "Dedications", "Endorsements", or "History".) To "Preserve the Title" + of such a section when you modify the Document means that it remains a + section "Entitled XYZ" according to this definition. + + The Document may include Warranty Disclaimers next to the notice which + states that this License applies to the Document. These Warranty + Disclaimers are considered to be included by reference in this + License, but only as regards disclaiming warranties: any other + implication that these Warranty Disclaimers may have is void and has + no effect on the meaning of this License. + + + 2. VERBATIM COPYING + + You may copy and distribute the Document in any medium, either + commercially or noncommercially, provided that this License, the + copyright notices, and the license notice saying this License applies + to the Document are reproduced in all copies, and that you add no other + conditions whatsoever to those of this License. You may not use + technical measures to obstruct or control the reading or further + copying of the copies you make or distribute. However, you may accept + compensation in exchange for copies. If you distribute a large enough + number of copies you must also follow the conditions in section 3. + + You may also lend copies, under the same conditions stated above, and + you may publicly display copies. + + + 3. COPYING IN QUANTITY + + If you publish printed copies (or copies in media that commonly have + printed covers) of the Document, numbering more than 100, and the + Document's license notice requires Cover Texts, you must enclose the + copies in covers that carry, clearly and legibly, all these Cover + Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on + the back cover. Both covers must also clearly and legibly identify + you as the publisher of these copies. The front cover must present + the full title with all words of the title equally prominent and + visible. You may add other material on the covers in addition. + Copying with changes limited to the covers, as long as they preserve + the title of the Document and satisfy these conditions, can be treated + as verbatim copying in other respects. + + If the required texts for either cover are too voluminous to fit + legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto adjacent + pages. + + If you publish or distribute Opaque copies of the Document numbering + more than 100, you must either include a machine-readable Transparent + copy along with each Opaque copy, or state in or with each Opaque copy + a computer-network location from which the general network-using + public has access to download using public-standard network protocols + a complete Transparent copy of the Document, free of added material. + If you use the latter option, you must take reasonably prudent steps, + when you begin distribution of Opaque copies in quantity, to ensure + that this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you distribute an + Opaque copy (directly or through your agents or retailers) of that + edition to the public. + + It is requested, but not required, that you contact the authors of the + Document well before redistributing any large number of copies, to give + them a chance to provide you with an updated version of the Document. + + + 4. MODIFICATIONS + + You may copy and distribute a Modified Version of the Document under + the conditions of sections 2 and 3 above, provided that you release + the Modified Version under precisely this License, with the Modified + Version filling the role of the Document, thus licensing distribution + and modification of the Modified Version to whoever possesses a copy + of it. In addition, you must do these things in the Modified Version: + + A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. + B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. + C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. + D. Preserve all the copyright notices of the Document. + E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. + F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. + G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. + H. Include an unaltered copy of this License. + I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. + J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. + K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. + L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. + M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. + N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. + O. Preserve any Warranty Disclaimers. + + If the Modified Version includes new front-matter sections or + appendices that qualify as Secondary Sections and contain no material + copied from the Document, you may at your option designate some or all + of these sections as invariant. To do this, add their titles to the + list of Invariant Sections in the Modified Version's license notice. + These titles must be distinct from any other section titles. + + You may add a section Entitled "Endorsements", provided it contains + nothing but endorsements of your Modified Version by various + parties--for example, statements of peer review or that the text has + been approved by an organization as the authoritative definition of a + standard. + + You may add a passage of up to five words as a Front-Cover Text, and a + passage of up to 25 words as a Back-Cover Text, to the end of the list + of Cover Texts in the Modified Version. Only one passage of + Front-Cover Text and one of Back-Cover Text may be added by (or + through arrangements made by) any one entity. If the Document already + includes a cover text for the same cover, previously added by you or + by arrangement made by the same entity you are acting on behalf of, + you may not add another; but you may replace the old one, on explicit + permission from the previous publisher that added the old one. + + The author(s) and publisher(s) of the Document do not by this License + give permission to use their names for publicity for or to assert or + imply endorsement of any Modified Version. + + + 5. COMBINING DOCUMENTS + + You may combine the Document with other documents released under this + License, under the terms defined in section 4 above for modified + versions, provided that you include in the combination all of the + Invariant Sections of all of the original documents, unmodified, and + list them all as Invariant Sections of your combined work in its + license notice, and that you preserve all their Warranty Disclaimers. + + The combined work need only contain one copy of this License, and + multiple identical Invariant Sections may be replaced with a single + copy. If there are multiple Invariant Sections with the same name but + different contents, make the title of each such section unique by + adding at the end of it, in parentheses, the name of the original + author or publisher of that section if known, or else a unique number. + Make the same adjustment to the section titles in the list of + Invariant Sections in the license notice of the combined work. + + In the combination, you must combine any sections Entitled "History" + in the various original documents, forming one section Entitled + "History"; likewise combine any sections Entitled "Acknowledgements", + and any sections Entitled "Dedications". You must delete all sections + Entitled "Endorsements". + + + 6. COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and other documents + released under this License, and replace the individual copies of this + License in the various documents with a single copy that is included in + the collection, provided that you follow the rules of this License for + verbatim copying of each of the documents in all other respects. + + You may extract a single document from such a collection, and distribute + it individually under this License, provided you insert a copy of this + License into the extracted document, and follow this License in all + other respects regarding verbatim copying of that document. + + + 7. AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other separate + and independent documents or works, in or on a volume of a storage or + distribution medium, is called an "aggregate" if the copyright + resulting from the compilation is not used to limit the legal rights + of the compilation's users beyond what the individual works permit. + When the Document is included in an aggregate, this License does not + apply to the other works in the aggregate which are not themselves + derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to these + copies of the Document, then if the Document is less than one half of + the entire aggregate, the Document's Cover Texts may be placed on + covers that bracket the Document within the aggregate, or the + electronic equivalent of covers if the Document is in electronic form. + Otherwise they must appear on printed covers that bracket the whole + aggregate. + + + 8. TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section 4. + Replacing Invariant Sections with translations requires special + permission from their copyright holders, but you may include + translations of some or all Invariant Sections in addition to the + original versions of these Invariant Sections. You may include a + translation of this License, and all the license notices in the + Document, and any Warranty Disclaimers, provided that you also include + the original English version of this License and the original versions + of those notices and disclaimers. In case of a disagreement between + the translation and the original version of this License or a notice + or disclaimer, the original version will prevail. + + If a section in the Document is Entitled "Acknowledgements", + "Dedications", or "History", the requirement (section 4) to Preserve + its Title (section 1) will typically require changing the actual + title. + + + 9. TERMINATION + + You may not copy, modify, sublicense, or distribute the Document except + as expressly provided for under this License. Any other attempt to + copy, modify, sublicense or distribute the Document is void, and will + automatically terminate your rights under this License. However, + parties who have received copies, or rights, from you under this + License will not have their licenses terminated so long as such + parties remain in full compliance. + + + 10. FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised versions + of the GNU Free Documentation License from time to time. Such new + versions will be similar in spirit to the present version, but may + differ in detail to address new problems or concerns. See + http://www.gnu.org/copyleft/. + + Each version of the License is given a distinguishing version number. + If the Document specifies that a particular numbered version of this + License "or any later version" applies to it, you have the option of + following the terms and conditions either of that specified version or + of any later version that has been published (not as a draft) by the + Free Software Foundation. If the Document does not specify a version + number of this License, you may choose any version ever published (not + as a draft) by the Free Software Foundation. + + + ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and + license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled + "GNU Free Documentation License". + + If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, + replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + + If you have Invariant Sections without Cover Texts, or some other + combination of the three, merge those two alternatives to suit the + situation. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice of + free software license, such as the GNU General Public License, + to permit their use in free software. diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow-16.xpm b/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow-16.xpm new file mode 100644 index 000000000..cf91f34d9 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow-16.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *kuickshow-16[] = { +/* columns rows colors chars-per-pixel */ +"16 14 21 1", +" c black", +". c #000033", +"X c gray20", +"o c #006633", +"O c #336633", +"+ c #0033FF", +"@ c #3333FF", +"# c #6666FF", +"$ c #009933", +"% c #669933", +"& c #9900CC", +"* c #9933CC", +"= c #9933FF", +"- c #9966FF", +"; c #CC66CC", +": c #9999FF", +"> c #CC99FF", +", c #CCCCFF", +"< c #FFCCFF", +"1 c gray100", +"2 c None", +/* pixels */ +"2222222221,:2222", +"22211,:21,>:2222", +"22-<>1>-::->1122", +"22-,:->--:11>--2", +"222:-++@@-+-::#2", +"-11>-=>* @@+:@+2", +"1<::@=. @-:@*222", +">-@>>:@@##>+oo22", +"@@1+@>,#@>-=$%O2", +"-1-+@1:#--&OOXOO", +"-1;:@<:::*&2oOO2", +"2+@@2<:*22o%2222", +"2222222222o%2222", +"22222222222oo222" +}; diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow.xpm b/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow.xpm new file mode 100644 index 000000000..5d2d6ca97 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/icons/kuickshow.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *kuickshow[] = { +/* columns rows colors chars-per-pixel */ +"32 29 31 1", +" c black", +". c #000033", +"X c #003333", +"o c gray20", +"O c #006633", +"+ c #336633", +"@ c #0033FF", +"# c #3333FF", +"$ c #6666FF", +"% c #009933", +"& c #339933", +"* c #669933", +"= c #6699CC", +"- c #6699FF", +"; c #9900CC", +": c #9900FF", +"> c #9933CC", +", c #9933FF", +"< c #9966CC", +"1 c #9966FF", +"2 c #CC00CC", +"3 c #CC66CC", +"4 c #CC66FF", +"5 c #9999CC", +"6 c #9999FF", +"7 c #CC99FF", +"8 c #FF99FF", +"9 c #CCCCFF", +"0 c #FFCCFF", +"q c gray100", +"w c None", +/* pixels */ +"wwwwwwwwwwwwwwwwwww14114wwwwwwww", +"wwwwwwwwwwwwwwwwww6qqqq66wwwwwww", +"wwwwwww464141wwww4q909941wwwwwww", +"wwwwww1qq09976ww1q0917966wwwwwww", +"wwwww4q99171416w7q14117$1764wwww", +"wwwww1q01719176176667167qqqq7www", +"wwwww7q949617116016161qq979916ww", +"wwwww1q94661-761-1@6@q9q4771716w", +"wwwwww499116#@101#@#946$614616#w", +"wwwwwww671#@#@>#@##11@6166666$#w", +"www71717616#>,q, 6@6##@15$11@#>w", +"w1790997616,q7,, #@#@##@#6@##1ww", +"7q971711##>q6>,X#11611@,#@#>,www", +"1q9096@6@#.,,. #@#=1666#,>,wwwww", +"1q71711#@#-;X7#@#@#1611#>wwwwwww", +"1711@##777#67#@##6$6171@,***wwww", +"#66##q71##@710@1@166166#>++%**ww", +">#@#976@1#17961#6#$791#,*%%+++;w", +"w>6q97@6@#q9166$11776@>+o*;%%+:;", +"w1q0614@1#q096<67191#;:+*+%o++%;", +"w7q946616@q68909901@;,w;+o+%%++:", +"w1q963161#@064116@#,%;;w:O++;:;w", +"ww#70616@>,#@####>,w%&,ww;::;www", +"ww,@##@#,ww>,>,>,wwww%*>wwwwwwww", +"www,>,>,wwwwwwwwwwwwww%2wwwwwwww", +"wwwwwwwwwwwwwwwwwwwwww%*2wwwwwww", +"wwwwwwwwwwwwwwwwwwwwwww%:wwwwwww", +"wwwwwwwwwwwwwwwwwwwwwww%*2wwwwww", +"wwwwwwwwwwwwwwwwwwwwwwww>:wwwwww" +}; diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.install b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.install new file mode 100644 index 000000000..dee09fb33 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.install @@ -0,0 +1,2 @@ +debian/icons/kuickshow.xpm /opt/trinity/share/pixmaps +debian/icons/kuickshow-16.xpm /opt/trinity/share/pixmaps diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.lintian b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.lintian new file mode 100644 index 000000000..89f453cea --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.lintian @@ -0,0 +1,4 @@ +kuickshow-trinity: no-shlibs-control-file opt/trinity/lib/libtdeinit_kuickshow.so +kuickshow-trinity: postinst-must-call-ldconfig opt/trinity/lib/libtdeinit_kuickshow.so +kuickshow-trinity: postrm-should-call-ldconfig opt/trinity/lib/libtdeinit_kuickshow.so +kuickshow-trinity: package-name-doesnt-match-sonames libtdeinit-kuickshow diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.manpages b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.manpages new file mode 100644 index 000000000..3eadda903 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.manpages @@ -0,0 +1 @@ +debian/man/kuickshow.1 diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.menu b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.menu new file mode 100644 index 000000000..b76eb47d9 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/kuickshow-trinity.menu @@ -0,0 +1,11 @@ +?package(kuickshow-trinity):\ + needs="X11"\ + section="Apps/Graphics"\ + hints="TDE"\ + title="Kuickshow"\ + icon32x32="/opt/trinity/share/pixmaps/kuickshow.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/kuickshow-16.xpm"\ + command="/opt/trinity/bin/kuickshow" + +# Icon 32x32 kuickshow/src/cr32-app-kuickshow.png kuickshow.xpm +# Icon 16x16 kuickshow/src/cr16-app-kuickshow.png kuickshow-16.xpm diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/man/kuickshow.1 b/ubuntu/_base/applications/graphics/kuickshow/debian/man/kuickshow.1 new file mode 100644 index 000000000..bf5caf30c --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/man/kuickshow.1 @@ -0,0 +1,99 @@ +.TH KUICKSHOW "1" "September 2002" TDE "TDE Application" +.SH NAME +kuickshow \- TDE Image Viewer +.SH SYNOPSIS +.B kuickshow +[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] [\fIfiles\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B Kuickshow +TDE Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.P +.B KuickShow +is a comfortable image browser/viewer. It displays a +filebrowser where you can select images which are then shown. +.P +The following image formats are supported: +.P +.RS +\(bu jpg +.br +\(bu gif +.br +\(bu tiff +.br +\(bu png +.br +\(bu bmp +.br +\(bu psd +.br +\(bu xmp +.br +\(bu xbm +.br +\(bu eim +.RE +.P +Images can be displayed either in their own window, as large as the +image, or fullscreen. +.P +This program is part of the official TDE graphics module. +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SH OPTIONS +.TP +\fB\-\-lastdir\fR +Start in the last visited directory, not the current working directory +.SS "Arguments:" +.TP +files +Optional image filenames/urls to show +.SH "SEE ALSO" +The full documentation for +.B Kuickshow +is maintained as a docbook manual. If the +.B khelpcenter +program is properly installed at your site, the command +.IP +.B khelpcenter help:/kuickshow +.PP +should give you access to the complete manual. +.SH AUTHOR +KuickShow was written by +.nh +Carsten Pfeiffer <pfeiffer@kde.org>. +.hy +.br +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +Karolina Lindqvist <pgd\-karolinali@algonet.se> +.hy +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/patches/series b/ubuntu/_base/applications/graphics/kuickshow/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/patches/series diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/rules b/ubuntu/_base/applications/graphics/kuickshow/debian/rules new file mode 100755 index 000000000..f4911ce0a --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include debian/cdbs/debian-tde.mk + +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +binary-install/kuickshow-trinity:: + mv debian/kuickshow-trinity/usr/share/man debian/kuickshow-trinity/opt/trinity/share/ diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/source/format b/ubuntu/_base/applications/graphics/kuickshow/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/kuickshow/debian/source/options b/ubuntu/_base/applications/graphics/kuickshow/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/kuickshow/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..f36e3527c --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/debian-tde.mk @@ -0,0 +1,246 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> +# Copyright © 2019 TDE Team +# Description: A class for TDE packages; sets TDE environment variables, etc +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: +ifndef _cdbs_class_cmake + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; +endif + touch debian/stamp-cvs-make + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +ifndef _cdbs_class_cmake +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif + +ifdef _cdbs_class_cmake +ifneq "$(wildcard /usr/bin/ninja)" "" +MAKE = ninja -v +DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_INSTALL_TARGET = install +DEB_CMAKE_NORMAL_ARGS += -GNinja +endif +endif + +ifndef _cdbs_rules_patchsys_quilt +DEB_PATCHDIRS := debian/patches/common debian/patches +endif + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/tde/HTML + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +# The default gzip compressor has been changed in dpkg >= 1.17.0. +deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ + sed -e "s|.*version ||" -e "s| .*||" | \ + xargs -r dpkg --compare-versions 1.17.0 lt \ + && echo xz || echo gzip) +ifeq ($(deb_default_compress),gzip) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) +endif + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +DEB_BUILD_PARALLEL ?= true + +cdbs_configure_flags += \ + --with-qt-dir=/usr/share/qt3 \ + --disable-rpath \ + --with-xinerama \ + $(cdbs_kde_enable_final) \ + $(cdbs_kde_enable_debug) + + +# This is a convenience target for calling manually. +# It's not part of the build process. +buildprep: clean apply-patches +ifndef _cdbs_class_cmake + $(MAKE) -f admin/Makefile.common dist +endif + debian/rules clean + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + done + +common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +clean:: +ifndef _cdbs_class_cmake + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi +endif + rm -f .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/versions.pl b/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/changelog b/ubuntu/_base/applications/graphics/potracegui/debian/changelog new file mode 100644 index 000000000..87afc2863 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/changelog @@ -0,0 +1,129 @@ +potracegui-trinity (1.3-2.0ubuntu1) karmic; urgency=low + + * Karmic rebuild for Trinity + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 06 Mar 2010 06:02:00 -0600 + +potracegui (1.3-2.3ubuntu2) jaunty; urgency=low + + * debian/rules: added --without-arts parameter to configure script call to + rebuild without arts support (LP: #320915) + + -- Fabrice Coutadeur <fabricesp@ubuntu.com> Fri, 17 Apr 2009 05:08:31 +0000 + +potracegui (1.3-2.3ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable (LP: #229066). Remaining Ubuntu changes: + - debian/control: modify Maintainer to Ubuntu MOTU Developers + - debian/rules: add dh_icon + * Update Standards-Version to 3.7.3. + * Fix debian-rules-ignores-make-clean-error lintian warning. + * Fix debhelper-script-needs-versioned-build-depends lintian warning. + + -- Devid Filoni <d.filoni@techemail.com> Sat, 22 Mar 2008 15:31:50 +0100 + +potracegui (1.3-2.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417484). + + -- Luk Claes <luk@debian.org> Fri, 14 Mar 2008 19:01:38 +0000 + +potracegui (1.3-2.2ubuntu3) hardy; urgency=low + + * debian/rules: change dh_iconcache to dh_icons to fix FTFBS. (LP: #204263) + + -- Andrea Colangelo <warp10@ubuntu.com> Thu, 20 Mar 2008 14:41:57 +0100 + +potracegui (1.3-2.2ubuntu2) gutsy; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 15 Aug 2007 08:09:41 +0000 + +potracegui (1.3-2.2ubuntu1) dapper; urgency=low + + * debian/rules: added dh_iconcache + + -- Szilveszter Farkas (Phanatic) <Szilveszter.Farkas@gmail.com> Mon, 8 May 2006 10:26:45 +0200 + +potracegui (1.3-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS due to more restrictive coreutils. (Closes: #340010) + Patch by Roland Stigge. + + -- Adeodato Simó <dato@net.com.org.es> Tue, 13 Dec 2005 03:40:56 +0100 + +potracegui (1.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild for the Qt/KDE transition (Closes: #327984) + * German PO file corrections (Closes: #313817) + + -- Luk Claes <luk@debian.org> Fri, 30 Sep 2005 17:24:45 +0200 + +potracegui (1.3-2) unstable; urgency=medium + + * Urgency medium, cause without this fix package is almost unusable + for people using German locale. + * Closes: #303718: translated text is passed as option to potrace + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sat, 30 Apr 2005 23:04:34 +0200 + +potracegui (1.3-1) unstable; urgency=low + + * New upstream release + - german translation + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sat, 5 Mar 2005 12:46:14 +0100 + +potracegui (1.2-1) unstable; urgency=low + + * New upstream release + - added support for autotrace + * added upstream author to manpage + * Suggests autotrace now + * mention autotrace in description + * using dh_installman now + * added watch file + * various other minor fixes to make sponsor happy + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Tue, 4 Jan 2005 09:30:40 +0100 + +potracegui (1.1-1) unstable; urgency=low + + * New upstream release + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Wed, 17 Nov 2004 07:04:33 +0100 + +potracegui (1.0-1) unstable; urgency=low + + * new upstream release. + * removed recommondation for libmagick, as it is no longer needed. + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Tue, 22 Jun 2004 14:56:45 +0200 + +potracegui (0.5.1-3) unstable; urgency=low + + * added autotool-dev to Build-Depends. + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Thu, 10 Jun 2004 16:00:58 +0200 + +potracegui (0.5.1-2) unstable; urgency=low + + * adjusting the copyright file and the package description. + * fixed Build-Depends. + * Closes: #253205: ITP: potracegui -- a KDE frontend for potrace. + * Recommends now imagemagick, needed for displaying tracing results. + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Tue, 8 Jun 2004 09:40:05 +0200 + +potracegui (0.5.1-1) unstable; urgency=low + + * Initial Release. + * My first debian package. + + -- Christoph Wegscheider <christoph.wegscheider@wegi.net> Sat, 5 Jun 2004 14:59:34 +0200 + diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/compat b/ubuntu/_base/applications/graphics/potracegui/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/control b/ubuntu/_base/applications/graphics/potracegui/debian/control new file mode 100644 index 000000000..abf8f7a57 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/control @@ -0,0 +1,22 @@ +Source: potracegui-trinity +Section: graphics +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +XSBC-Original-Maintainer: Christoph Wegscheider <christoph.wegscheider@wegi.net> +Uploaders: Bartosz Fenski <fenio@debian.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev +Standards-Version: 3.8.4 + +Package: potracegui-trinity +Architecture: any +Depends: ${shlibs:Depends}, potrace +Replaces: potracegui-kde3 (<< 4:14.0.0~), potracegui-trinity (<< 4:14.0.0~) +Breaks: potracegui-kde3 (<< 4:14.0.0~), potracegui-trinity (<< 4:14.0.0~) +Suggests: autotrace +Description: TDE frontend for potrace [Trinity] + A TDE interface for the commandline tracing tools potrace and/or autotrace. It + supports drag and drop as well as all image types recognized by TDE, which are + a lot more than the 4 recognized by the potrace commandline tool. Loading of + remote files (web, ftp, ...) is also supported. + . + Homepage: http://potracegui.sourceforge.net diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/copyright b/ubuntu/_base/applications/graphics/potracegui/debian/copyright new file mode 100644 index 000000000..f3437d1cc --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Christoph Wegscheider <christoph.wegscheider@wegi.net> on +Thu, 5 Jun 2004 15:05:07 +0200. + +It was downloaded from http://potracegui.sourceforge.net/ + +Upstream Author: Antonio Fasolato <Antonio.Fasolato@poste.it> + +Copyright: + +Copyright 2004 Antonio Fasolato <Antonio.Fasolato@poste.it> + +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, or (at your option) any +later version. + +On Debian systems, the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL'. + diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/docs b/ubuntu/_base/applications/graphics/potracegui/debian/docs new file mode 100644 index 000000000..ba8894c15 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/docs @@ -0,0 +1,2 @@ +README + diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/potracegui-trinity.menu b/ubuntu/_base/applications/graphics/potracegui/debian/potracegui-trinity.menu new file mode 100644 index 000000000..04719df19 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/potracegui-trinity.menu @@ -0,0 +1,4 @@ +?package(potracegui-trinity):needs="X11" section="Apps/Graphics"\ + title="potracegui" command="/opt/trinity/bin/potracegui"\ + hints="TDE frontend for tracing programs" + diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/rules b/ubuntu/_base/applications/graphics/potracegui/debian/rules new file mode 100755 index 000000000..a6797f19a --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include debian/cdbs/debian-tde.mk + +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -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_ALL_OPTIONS="ON" diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/source/format b/ubuntu/_base/applications/graphics/potracegui/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/graphics/potracegui/debian/source/options b/ubuntu/_base/applications/graphics/potracegui/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/graphics/potracegui/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* |