DEB tdedocker: adjusted to kdocker -> tdedocker renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/37/head
Michele Calgaro 5 years ago
parent f3251f3b0b
commit f31f1ff62f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -5,20 +5,20 @@ tdedocker-trinity (1.4-0) squeeze; urgency=low
-- Slávek Banko <slavek.banko@axis.cz> Thu, 06 Sep 2018 02:11:12 +0200 -- Slávek Banko <slavek.banko@axis.cz> Thu, 06 Sep 2018 02:11:12 +0200
kdocker-trinity (1.4-0) squeeze; urgency=low tdedocker-trinity (1.4-0) squeeze; urgency=low
* Initial Release for TDE * Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Sun, 07 Jul 2013 20:50:40 +0200 -- Slávek Banko <slavek.banko@axis.cz> Sun, 07 Jul 2013 20:50:40 +0200
kdocker (1.3-0ubuntu1) edgy; urgency=low tdedocker (1.3-0ubuntu1) edgy; urgency=low
* Initial release * Initial release
* debian/patches/01-kdocker-pro-fix-paths.dpatch * debian/patches/01-tdedocker-pro-fix-paths.dpatch
+ Since package uses qmake with default paths pointing + Since package uses qmake with default paths pointing
to /usr/local we need to redefine all paths to point to /usr/local we need to redefine all paths to point
to the proper directory layout in debian/kdocker to the proper directory layout in debian/tdedocker
* debian/patches/02-kdocker-fix-kdocker-desktop.dpatch * debian/patches/02-tdedocker-fix-tdedocker-desktop.dpatch
+ Same as the above. Paths for icon file are wrong. + Same as the above. Paths for icon file are wrong.
This patch fixes it. This patch fixes it.

@ -9,7 +9,7 @@ Package: tdedocker-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Description: minimize all applications to system tray [Trinity] Description: minimize all applications to system tray [Trinity]
KDocker will help you dock any application into the system tray. TDEDocker will help you dock any application into the system tray.
This means you can dock openoffice, xmms, firefox, thunderbird, This means you can dock openoffice, xmms, firefox, thunderbird,
anything! Just point and click. Works for all NET WM compliant anything! Just point and click. Works for all NET WM compliant
window managers - that includes TDE, KDE, GNOME, Xfce, Fluxbox window managers - that includes TDE, KDE, GNOME, Xfce, Fluxbox

@ -1,7 +1,7 @@
This package was debianized by Lorenzo Villani <arbiter@arbiterlab.net> on This package was debianized by Lorenzo Villani <arbiter@arbiterlab.net> on
Mon, 24 Jul 2006 16:58:25 +0200. Mon, 24 Jul 2006 16:58:25 +0200.
It was downloaded from http://kdocker.sourceforge.net It was downloaded from http://tdedocker.sourceforge.net
Copyright Holder: (C) 2004 Girish Ramakrishnan (gramakri@uiuc.edu) Copyright Holder: (C) 2004 Girish Ramakrishnan (gramakri@uiuc.edu)

@ -1,16 +1,16 @@
.TH KDOCKER 1 .TH KDOCKER 1
.SH NAME .SH NAME
kdocker \- puts everything to traybar tdedocker \- puts everything to traybar
.SH SYNOPSIS .SH SYNOPSIS
.B kdocker .B tdedocker
.RI [ options ] .RI [ options ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
This manual page documents briefly the This manual page documents briefly the
.B kdocker .B tdedocker
command. command.
.PP .PP
\fBkdocker\fP is a program that puts every application to the system tray. \fBtdedocker\fP is a program that puts every application to the system tray.
.SH OPTIONS .SH OPTIONS
These programs follow the usual GNU command line syntax, with long These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-'). options starting with two dashes (`-').
@ -23,10 +23,10 @@ Show author information. Yup, about me.
Suppress the warning dialog when docking non-normal windows (blind mode) Suppress the warning dialog when docking non-normal windows (blind mode)
.TP .TP
.B \-d .B \-d
Disable session management. KDocker will not attempt to redock this application when you relogin. Disable session management. TDEDocker will not attempt to redock this application when you relogin.
.TP .TP
.B \-e .B \-e
Enable session management. KDocker will attempt to redock this application when you relogin. .B[default] Enable session management. TDEDocker will attempt to redock this application when you relogin. .B[default]
.TP .TP
.B \-f .B \-f
Dock window that has the focus(active window). Dock window that has the focus(active window).
@ -62,7 +62,7 @@ Show version of program.
Window id of the application to dock Window id of the application to dock
.br .br
.SH AUTHOR .SH AUTHOR
kdocker was written by Girish Ramakrishnan (gramakri@uiuc.edu). tdedocker was written by Girish Ramakrishnan (gramakri@uiuc.edu).
.PP .PP
This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>, This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>,
for the Ubuntu project (but may be used by others). for the Ubuntu project (but may be used by others).

@ -5,20 +5,20 @@ tdedocker-trinity (1.4-0) squeeze; urgency=low
-- Slávek Banko <slavek.banko@axis.cz> Thu, 06 Sep 2018 02:11:12 +0200 -- Slávek Banko <slavek.banko@axis.cz> Thu, 06 Sep 2018 02:11:12 +0200
kdocker-trinity (1.4-0) squeeze; urgency=low tdedocker-trinity (1.4-0) squeeze; urgency=low
* Initial Release for TDE * Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Sun, 07 Jul 2013 20:50:40 +0200 -- Slávek Banko <slavek.banko@axis.cz> Sun, 07 Jul 2013 20:50:40 +0200
kdocker (1.3-0ubuntu1) edgy; urgency=low tdedocker (1.3-0ubuntu1) edgy; urgency=low
* Initial release * Initial release
* debian/patches/01-kdocker-pro-fix-paths.dpatch * debian/patches/01-tdedocker-pro-fix-paths.dpatch
+ Since package uses qmake with default paths pointing + Since package uses qmake with default paths pointing
to /usr/local we need to redefine all paths to point to /usr/local we need to redefine all paths to point
to the proper directory layout in debian/kdocker to the proper directory layout in debian/tdedocker
* debian/patches/02-kdocker-fix-kdocker-desktop.dpatch * debian/patches/02-tdedocker-fix-tdedocker-desktop.dpatch
+ Same as the above. Paths for icon file are wrong. + Same as the above. Paths for icon file are wrong.
This patch fixes it. This patch fixes it.

@ -9,7 +9,7 @@ Package: tdedocker-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Description: minimize all applications to system tray [Trinity] Description: minimize all applications to system tray [Trinity]
KDocker will help you dock any application into the system tray. TDEDocker will help you dock any application into the system tray.
This means you can dock openoffice, xmms, firefox, thunderbird, This means you can dock openoffice, xmms, firefox, thunderbird,
anything! Just point and click. Works for all NET WM compliant anything! Just point and click. Works for all NET WM compliant
window managers - that includes TDE, KDE, GNOME, Xfce, Fluxbox window managers - that includes TDE, KDE, GNOME, Xfce, Fluxbox

@ -1,7 +1,7 @@
This package was debianized by Lorenzo Villani <arbiter@arbiterlab.net> on This package was debianized by Lorenzo Villani <arbiter@arbiterlab.net> on
Mon, 24 Jul 2006 16:58:25 +0200. Mon, 24 Jul 2006 16:58:25 +0200.
It was downloaded from http://kdocker.sourceforge.net It was downloaded from http://tdedocker.sourceforge.net
Copyright Holder: (C) 2004 Girish Ramakrishnan (gramakri@uiuc.edu) Copyright Holder: (C) 2004 Girish Ramakrishnan (gramakri@uiuc.edu)

@ -1,16 +1,16 @@
.TH KDOCKER 1 .TH KDOCKER 1
.SH NAME .SH NAME
kdocker \- puts everything to traybar tdedocker \- puts everything to traybar
.SH SYNOPSIS .SH SYNOPSIS
.B kdocker .B tdedocker
.RI [ options ] .RI [ options ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
This manual page documents briefly the This manual page documents briefly the
.B kdocker .B tdedocker
command. command.
.PP .PP
\fBkdocker\fP is a program that puts every application to the system tray. \fBtdedocker\fP is a program that puts every application to the system tray.
.SH OPTIONS .SH OPTIONS
These programs follow the usual GNU command line syntax, with long These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-'). options starting with two dashes (`-').
@ -23,10 +23,10 @@ Show author information. Yup, about me.
Suppress the warning dialog when docking non-normal windows (blind mode) Suppress the warning dialog when docking non-normal windows (blind mode)
.TP .TP
.B \-d .B \-d
Disable session management. KDocker will not attempt to redock this application when you relogin. Disable session management. TDEDocker will not attempt to redock this application when you relogin.
.TP .TP
.B \-e .B \-e
Enable session management. KDocker will attempt to redock this application when you relogin. .B[default] Enable session management. TDEDocker will attempt to redock this application when you relogin. .B[default]
.TP .TP
.B \-f .B \-f
Dock window that has the focus(active window). Dock window that has the focus(active window).
@ -62,7 +62,7 @@ Show version of program.
Window id of the application to dock Window id of the application to dock
.br .br
.SH AUTHOR .SH AUTHOR
kdocker was written by Girish Ramakrishnan (gramakri@uiuc.edu). tdedocker was written by Girish Ramakrishnan (gramakri@uiuc.edu).
.PP .PP
This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>, This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>,
for the Ubuntu project (but may be used by others). for the Ubuntu project (but may be used by others).
Loading…
Cancel
Save