debian/0000755000000000000000000000000011751522570007173 5ustar debian/rules0000755000000000000000000000011011706122542010236 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with bash_completion debian/control0000644000000000000000000000134311751517760010604 0ustar Source: kdocker Section: x11 Priority: optional Maintainer: Ignace Mouzannar DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), qt4-qmake, libqt4-dev, libx11-dev, libxpm-dev, libxmu-dev, bash-completion Homepage: http://launchpad.net/kdocker Standards-Version: 3.9.3 Package: kdocker Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: bash-completion Description: lets you dock any application into the system tray KDocker will help you dock any application into the system tray. This means you can dock openoffice, xmms, firefox, thunderbird, anything! Just point and click. Works for all NET WM compliant window managers - that includes KDE, GNOME, Xfce, Fluxbox and many more. debian/kdocker.install0000644000000000000000000000004611706122543012201 0ustar resources/images/* /usr/share/kdocker debian/source/0000755000000000000000000000000011706122542010466 5ustar debian/source/format0000644000000000000000000000001411706122542011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000174511751522564011057 0ustar kdocker (4.6-2) unstable; urgency=low [gregor herrmann] * Fix "ftbfs with GCC-4.7": add patch 02_gcc_4.7.diff (missing include). (Closes: #667223) [Ignace Mouzannar] * debian/control: - Bumped Standards-Version to 3.9.3. No changes needed. - Added DM-Upload-Allowed field to yes. * debian/watch: - Updated to use https as http was not responding anymore. -- Ignace Mouzannar Sun, 06 May 2012 20:22:23 +0400 kdocker (4.6-1) unstable; urgency=low * New upstream release. * debian/copyright: - Added missing copyright mentions for files located in: solutions/qtsingleapplication/* - Updated formet to fit the dep5 specification. * debian/control: - Bumped the Standards-Version to 3.9.2. -- Ignace Mouzannar Sun, 22 Jan 2012 05:28:02 +0400 kdocker (4.5-1) unstable; urgency=low * Initial release. (Closes: #583796) -- Ignace Mouzannar Sun, 30 May 2010 19:48:38 +0200 debian/kdocker.dirs0000644000000000000000000000002311706122543011467 0ustar /usr/share/kdocker debian/compat0000644000000000000000000000000211706122542010364 0ustar 7 debian/kdocker.10000644000000000000000000000310311706122542010667 0ustar .TH KDOCKER 1 .SH NAME kdocker \- puts everything to traybar .SH SYNOPSIS .B kdocker .RI [ options ] .br .SH DESCRIPTION This manual page documents briefly the .B kdocker command. .PP \fBkdocker\fP is a program that puts every application to the system tray. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-a Show author information. Yup, about me. .TP .B \-b Suppress the warning dialog when docking non-normal windows (blind mode) .TP .B \-d Disable session management. KDocker will not attempt to redock this application when you relogin. .TP .B \-e Enable session management. KDocker will attempt to redock this application when you relogin. .B[default] .TP .B \-f Dock window that has the focus(active window). .TP .B \-i "icon" Custom dock icon. .TP .B \-h Show summary of options. .TP .B \-l Launch on startup .TP .B \-m Keep application window mapped (don't hide on dock) .TP .B \-o Dock when obscured .TP .B \-p "secs" By default, when the title of the application changes, it is ballooned from the system tray for 4 seconds. Works excellently with xmms .TP .B \-q Disable ballooning title changes (quiet) .TP .B \-t Remove this application from the task bar .TP .B \-v, \-\-version Show version of program. .TP .B \-w "wid" Window id of the application to dock .br .SH AUTHOR kdocker was written by Girish Ramakrishnan (gramakri@uiuc.edu). .PP This manual page was written by Lorenzo Villani , for the Ubuntu project (but may be used by others). debian/kdocker.menu0000644000000000000000000000015411706122542011476 0ustar ?package(kdocker):needs="X11" section="Applications/Graphics"\ title="KDocker" command="/usr/bin/kdocker" debian/kdocker.manpages0000644000000000000000000000002111706122542012316 0ustar debian/kdocker.1 debian/patches/0000755000000000000000000000000011751517403010621 5ustar debian/patches/01_spelling_errors.diff0000644000000000000000000000364611706122543015172 0ustar Description: This patch corrects some upstream spelling errors. Author: Ignace Mouzannar Last-Update: 2011-04-22 --- a/src/kdocker.cpp +++ b/src/kdocker.cpp @@ -125,7 +125,7 @@ out << "-h \t" << tr("Display this help") << endl; out << "-i file\t" << tr("Set the tray icon to file") << endl; out << "-l \t" << tr("Iconify when focus lost") << endl; - out << "-m \t" << tr("Keep application window showing (dont hide on dock)") << endl; + out << "-m \t" << tr("Keep application window showing (don't hide on dock)") << endl; out << "-n name\t" << tr("Match window based on window title") << endl; out << "-o \t" << tr("Iconify when obscured") << endl; out << "-p secs\t" << tr("Set ballooning timeout (popup time)") << endl; --- a/i18n/kdocker_it_IT.ts +++ b/i18n/kdocker_it_IT.ts @@ -86,7 +86,7 @@ - Keep application window showing (dont hide on dock) + Keep application window showing (don't hide on dock) Mantieni in primo piano la finestra (non nascondere quando agganciata) --- a/i18n/base.ts +++ b/i18n/base.ts @@ -80,7 +80,7 @@ - Keep application window showing (dont hide on dock) + Keep application window showing (don't hide on dock) --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ Prerequisites -1. Make sure you have Qt 4 installed and working. If you dont know what Qt is, +1. Make sure you have Qt 4 installed and working. If you don't know what Qt is, go to http://qt.nokia.com/products/. You will need qmake to compile. Building debian/patches/02_gcc_4.7.diff0000644000000000000000000000074711751517355013116 0ustar Description: include missing header to avoid FTBFS with gcc 4.7 Origin: vendor Bug-Debian: http://bugs.debian.org/667223 Forwarded: no Author: gregor herrmann Last-Update: 2012-05-06 --- a/solutions/qtsingleapplication/qtlocalpeer.cpp +++ b/solutions/qtsingleapplication/qtlocalpeer.cpp @@ -48,6 +48,7 @@ #include "qtlocalpeer.h" #include #include +#include #if defined(Q_OS_WIN) #include debian/patches/series0000644000000000000000000000005011751517403012031 0ustar 01_spelling_errors.diff 02_gcc_4.7.diff debian/copyright0000644000000000000000000000636111715072061011127 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=213&view=co&pathrev=213 Upstream-Name: kdocker Upstream-Contact: Girish Ramakrishnan John Schember Source: https://launchpad.net/kdocker Files: * Copyright: 2004-2005, Girish Ramakrishnan 2009-2010, John Schember 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. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: solutions/qtsingleapplication/* Copyright: 2009, Nokia Corporation and/or its subsidiary(-ies) License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2011, Ignace Mouzannar 2011, Tarun Kumar Mall 2010, Jonathan Thomas 2008, Marco Rodrigues 2007, Martin Pitt 2006, Lorenzo Villani 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. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/kdocker.bash-completion0000644000000000000000000000056611706122543013626 0ustar # bash completion for GNU find. This makes heavy use of ksh style extended # globs and contains Linux specific code for completing the parameter # to the -fstype option. have kdocker && complete -F _command $filenames kdocker # Local variables: # mode: shell-script # sh-basic-offset: 4 # sh-indent-comment: t # indent-tabs-mode: nil # End: # ex: ts=4 sw=4 et filetype=sh debian/watch0000644000000000000000000000017311751522461010224 0ustar version=3 https://launchpad.net/kdocker/+download \ https://launchpad.net/kdocker/trunk/.*/\+download/kdocker-(.+).tar.gz debian/kdocker.docs0000644000000000000000000000003111706122543011455 0ustar BUGS README TODO CREDITS