diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-15 04:24:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-15 04:24:01 -0500 |
commit | c5b950e4dd995b9e9e2d8a671998832448faba5c (patch) | |
tree | 78c335c123568fc61b34978e0120f177c83773e3 | |
parent | d2587a8509c0e15c38d99fb4bcfa2b2fc3209e9b (diff) | |
download | tde-packaging-c5b950e4dd995b9e9e2d8a671998832448faba5c.tar.gz tde-packaging-c5b950e4dd995b9e9e2d8a671998832448faba5c.zip |
Add initial packaging for kiosktool-trinity to Debian and Ubuntu
27 files changed, 1502 insertions, 0 deletions
diff --git a/debian/lenny/applications/kiosktool/debian/changelog b/debian/lenny/applications/kiosktool/debian/changelog new file mode 100644 index 000000000..a81e4659e --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/changelog @@ -0,0 +1,92 @@ +kiosktool-trinity (1.0-2.0ubuntu0) maverick; urgency=low + + * Trinity rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 15 Oct 2011 04:19:00 -0600 + +kiosktool (1.0-1.1ubuntu6) hardy; urgency=low + + * Rebuild with recent g++ compiler version. + + -- Matthias Klose <doko@ubuntu.com> Thu, 03 Apr 2008 11:24:40 +0000 + +kiosktool (1.0-1.1ubuntu5) gutsy; urgency=low + + * Add kubuntu_03_sudo_support.diff to support sudo + * Add depend on kdesudo + * Move maintainer to XSBC-Original-Maintainer: + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 20 Jul 2007 16:57:11 +0100 + +kiosktool (1.0-1.1ubuntu4) edgy; urgency=low + + * Rebuild so it doesnt depend on libgamin0 + + -- Sarah Hobbs <hobbsee@ubuntu.com> Tue, 25 Jul 2006 13:25:55 +1000 + +kiosktool (1.0-1.1ubuntu3) dapper; urgency=low + + * Add kubuntu_02_kmenu.diff use the correct menu file + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 18 Dec 2005 15:46:35 +0000 + +kiosktool (1.0-1.1ubuntu2) dapper; urgency=low + + * Add automake1.9 build-dep + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 17:43:36 +0000 + +kiosktool (1.0-1.1ubuntu1) dapper; urgency=low + + * Rebuild for libstdc++ transition + * Add kubuntu_01_kdepot.diff for .pot generation + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 11:35:56 +0000 + +kiosktool (1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Trigger rebuild for the Qt/KDE transition, no source changes needed. + (Closes: #327996) + + -- Adeodato Simó <asp16@alu.ua.es> Tue, 27 Sep 2005 16:07:52 +0200 + +kiosktool (1.0-1) unstable; urgency=low + + * Released kiosktool 1.0 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Tue, 26 Apr 2005 22:38:16 +0200 + +kiosktool (0.9-2) unstable; urgency=low + + * Solved a problem with upstream sources due to some messages translated to Spanish + * Changed description + * First Debian upload, closes: #267595 + * Erased line Categories=Qt;KDE;System in kiosktool.desktop because this file is installed in Utilities category + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 5 Jan 2005 15:18:17 +0100 + +kiosktool (0.9-1) unstable; urgency=low + + * Released kiosktool 0.9 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 13 Oct 2004 14:57:28 +0200 + +kiosktool (0.8-1) unstable; urgency=low + + * First use of cdbs for packaging + * Created a man page with kdemangen.pl (thanks to Dominique Devriese) + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Mon, 23 Aug 2004 11:53:37 +0200 + +kiosktool (0.7-1) unstable; urgency=low + + * Correct a semantic error in description + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 + +kiosktool (0.6-1) unstable; urgency=low + + * Initial release + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 diff --git a/debian/lenny/applications/kiosktool/debian/compat b/debian/lenny/applications/kiosktool/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/lenny/applications/kiosktool/debian/control b/debian/lenny/applications/kiosktool/debian/control new file mode 100644 index 000000000..41bc32f51 --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/control @@ -0,0 +1,15 @@ +Source: kiosktool-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Pedro Jurado Maqueda <melenas@kdehispano.org> +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Standards-Version: 3.8.4 + +Package: kiosktool-trinity +Architecture: any +Depends: ${shlibs:Depends}, kdesudo-trinity +Description: tool to configure the TDE kiosk framework + A Point&Click tool for system administrators to enable + TDE's KIOSK features or otherwise preconfigure TDE for + groups of users. diff --git a/debian/lenny/applications/kiosktool/debian/copyright b/debian/lenny/applications/kiosktool/debian/copyright new file mode 100644 index 000000000..a88b1d8d2 --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Pedro Jurado Maqueda <melenas@kdehispano.org> on +Fri, 14 Jul 2004 12:49:42 +0200. + +It was downloaded from ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin + +Upstream Author: Waldo Bastian <waldo@kde.org> + +Copyright: + 2003, 2004 Waldo Bastian <bastian@kde.org> + 2004 Martijn Klingens <klingens@kde.org> + +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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + diff --git a/debian/lenny/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 b/debian/lenny/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 new file mode 100644 index 000000000..62faad5d3 --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 @@ -0,0 +1,146 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." +.SH NAME +kiosktool\-kdedirs +\- A tool to set $KDEDIRS according to the current user profile. +.SH SYNOPSIS +kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION + +.SH OPTIONS +.SS Options: +.TP +.B \-\-check +Output currently active prefixes +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool\-kdedirs/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool\-kdedirs/'" +from the command\-line. +.br +.SH AUTHORS +.nf + diff --git a/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.1 b/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.1 new file mode 100644 index 000000000..08ba2ec80 --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.1 @@ -0,0 +1,150 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL 1 "Ago 2004" "K Desktop Environment" "KIOSK Admin Tool" +.SH NAME +kiosktool +\- KIOSK Admin Tool +.SH SYNOPSIS +kiosktool [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION +With this application we can lock the access to some parts of KDE desktop +and its applications. + +.SH OPTIONS +.SS Options: +.TP +.B \-\-kderc <file> +kderc file to save settings to [/etc/kderc] +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool/'" +from the command\-line. +.br +.SH AUTHORS +.nf +Waldo Bastian <bastian@kde.org> +.br + diff --git a/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.manpages b/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.manpages new file mode 100644 index 000000000..2d009e1db --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/kiosktool-trinity.manpages @@ -0,0 +1,2 @@ +debian/kiosktool-trinity.1 +debian/kiosktool-kdedirs-trinity.1 diff --git a/debian/lenny/applications/kiosktool/debian/rules b/debian/lenny/applications/kiosktool/debian/rules new file mode 100755 index 000000000..6b8f84c74 --- /dev/null +++ b/debian/lenny/applications/kiosktool/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk diff --git a/debian/squeeze/applications/kiosktool/debian/changelog b/debian/squeeze/applications/kiosktool/debian/changelog new file mode 100644 index 000000000..a81e4659e --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/changelog @@ -0,0 +1,92 @@ +kiosktool-trinity (1.0-2.0ubuntu0) maverick; urgency=low + + * Trinity rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 15 Oct 2011 04:19:00 -0600 + +kiosktool (1.0-1.1ubuntu6) hardy; urgency=low + + * Rebuild with recent g++ compiler version. + + -- Matthias Klose <doko@ubuntu.com> Thu, 03 Apr 2008 11:24:40 +0000 + +kiosktool (1.0-1.1ubuntu5) gutsy; urgency=low + + * Add kubuntu_03_sudo_support.diff to support sudo + * Add depend on kdesudo + * Move maintainer to XSBC-Original-Maintainer: + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 20 Jul 2007 16:57:11 +0100 + +kiosktool (1.0-1.1ubuntu4) edgy; urgency=low + + * Rebuild so it doesnt depend on libgamin0 + + -- Sarah Hobbs <hobbsee@ubuntu.com> Tue, 25 Jul 2006 13:25:55 +1000 + +kiosktool (1.0-1.1ubuntu3) dapper; urgency=low + + * Add kubuntu_02_kmenu.diff use the correct menu file + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 18 Dec 2005 15:46:35 +0000 + +kiosktool (1.0-1.1ubuntu2) dapper; urgency=low + + * Add automake1.9 build-dep + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 17:43:36 +0000 + +kiosktool (1.0-1.1ubuntu1) dapper; urgency=low + + * Rebuild for libstdc++ transition + * Add kubuntu_01_kdepot.diff for .pot generation + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 11:35:56 +0000 + +kiosktool (1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Trigger rebuild for the Qt/KDE transition, no source changes needed. + (Closes: #327996) + + -- Adeodato Simó <asp16@alu.ua.es> Tue, 27 Sep 2005 16:07:52 +0200 + +kiosktool (1.0-1) unstable; urgency=low + + * Released kiosktool 1.0 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Tue, 26 Apr 2005 22:38:16 +0200 + +kiosktool (0.9-2) unstable; urgency=low + + * Solved a problem with upstream sources due to some messages translated to Spanish + * Changed description + * First Debian upload, closes: #267595 + * Erased line Categories=Qt;KDE;System in kiosktool.desktop because this file is installed in Utilities category + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 5 Jan 2005 15:18:17 +0100 + +kiosktool (0.9-1) unstable; urgency=low + + * Released kiosktool 0.9 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 13 Oct 2004 14:57:28 +0200 + +kiosktool (0.8-1) unstable; urgency=low + + * First use of cdbs for packaging + * Created a man page with kdemangen.pl (thanks to Dominique Devriese) + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Mon, 23 Aug 2004 11:53:37 +0200 + +kiosktool (0.7-1) unstable; urgency=low + + * Correct a semantic error in description + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 + +kiosktool (0.6-1) unstable; urgency=low + + * Initial release + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 diff --git a/debian/squeeze/applications/kiosktool/debian/compat b/debian/squeeze/applications/kiosktool/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/squeeze/applications/kiosktool/debian/control b/debian/squeeze/applications/kiosktool/debian/control new file mode 100644 index 000000000..41bc32f51 --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/control @@ -0,0 +1,15 @@ +Source: kiosktool-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Pedro Jurado Maqueda <melenas@kdehispano.org> +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Standards-Version: 3.8.4 + +Package: kiosktool-trinity +Architecture: any +Depends: ${shlibs:Depends}, kdesudo-trinity +Description: tool to configure the TDE kiosk framework + A Point&Click tool for system administrators to enable + TDE's KIOSK features or otherwise preconfigure TDE for + groups of users. diff --git a/debian/squeeze/applications/kiosktool/debian/copyright b/debian/squeeze/applications/kiosktool/debian/copyright new file mode 100644 index 000000000..a88b1d8d2 --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Pedro Jurado Maqueda <melenas@kdehispano.org> on +Fri, 14 Jul 2004 12:49:42 +0200. + +It was downloaded from ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin + +Upstream Author: Waldo Bastian <waldo@kde.org> + +Copyright: + 2003, 2004 Waldo Bastian <bastian@kde.org> + 2004 Martijn Klingens <klingens@kde.org> + +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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + diff --git a/debian/squeeze/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 b/debian/squeeze/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 new file mode 100644 index 000000000..62faad5d3 --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 @@ -0,0 +1,146 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." +.SH NAME +kiosktool\-kdedirs +\- A tool to set $KDEDIRS according to the current user profile. +.SH SYNOPSIS +kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION + +.SH OPTIONS +.SS Options: +.TP +.B \-\-check +Output currently active prefixes +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool\-kdedirs/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool\-kdedirs/'" +from the command\-line. +.br +.SH AUTHORS +.nf + diff --git a/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.1 b/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.1 new file mode 100644 index 000000000..08ba2ec80 --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.1 @@ -0,0 +1,150 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL 1 "Ago 2004" "K Desktop Environment" "KIOSK Admin Tool" +.SH NAME +kiosktool +\- KIOSK Admin Tool +.SH SYNOPSIS +kiosktool [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION +With this application we can lock the access to some parts of KDE desktop +and its applications. + +.SH OPTIONS +.SS Options: +.TP +.B \-\-kderc <file> +kderc file to save settings to [/etc/kderc] +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool/'" +from the command\-line. +.br +.SH AUTHORS +.nf +Waldo Bastian <bastian@kde.org> +.br + diff --git a/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.manpages b/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.manpages new file mode 100644 index 000000000..2d009e1db --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/kiosktool-trinity.manpages @@ -0,0 +1,2 @@ +debian/kiosktool-trinity.1 +debian/kiosktool-kdedirs-trinity.1 diff --git a/debian/squeeze/applications/kiosktool/debian/rules b/debian/squeeze/applications/kiosktool/debian/rules new file mode 100755 index 000000000..6b8f84c74 --- /dev/null +++ b/debian/squeeze/applications/kiosktool/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk diff --git a/ubuntu/maverick/applications/kiosktool/debian/changelog b/ubuntu/maverick/applications/kiosktool/debian/changelog new file mode 100644 index 000000000..a81e4659e --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/changelog @@ -0,0 +1,92 @@ +kiosktool-trinity (1.0-2.0ubuntu0) maverick; urgency=low + + * Trinity rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 15 Oct 2011 04:19:00 -0600 + +kiosktool (1.0-1.1ubuntu6) hardy; urgency=low + + * Rebuild with recent g++ compiler version. + + -- Matthias Klose <doko@ubuntu.com> Thu, 03 Apr 2008 11:24:40 +0000 + +kiosktool (1.0-1.1ubuntu5) gutsy; urgency=low + + * Add kubuntu_03_sudo_support.diff to support sudo + * Add depend on kdesudo + * Move maintainer to XSBC-Original-Maintainer: + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 20 Jul 2007 16:57:11 +0100 + +kiosktool (1.0-1.1ubuntu4) edgy; urgency=low + + * Rebuild so it doesnt depend on libgamin0 + + -- Sarah Hobbs <hobbsee@ubuntu.com> Tue, 25 Jul 2006 13:25:55 +1000 + +kiosktool (1.0-1.1ubuntu3) dapper; urgency=low + + * Add kubuntu_02_kmenu.diff use the correct menu file + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 18 Dec 2005 15:46:35 +0000 + +kiosktool (1.0-1.1ubuntu2) dapper; urgency=low + + * Add automake1.9 build-dep + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 17:43:36 +0000 + +kiosktool (1.0-1.1ubuntu1) dapper; urgency=low + + * Rebuild for libstdc++ transition + * Add kubuntu_01_kdepot.diff for .pot generation + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Dec 2005 11:35:56 +0000 + +kiosktool (1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Trigger rebuild for the Qt/KDE transition, no source changes needed. + (Closes: #327996) + + -- Adeodato Simó <asp16@alu.ua.es> Tue, 27 Sep 2005 16:07:52 +0200 + +kiosktool (1.0-1) unstable; urgency=low + + * Released kiosktool 1.0 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Tue, 26 Apr 2005 22:38:16 +0200 + +kiosktool (0.9-2) unstable; urgency=low + + * Solved a problem with upstream sources due to some messages translated to Spanish + * Changed description + * First Debian upload, closes: #267595 + * Erased line Categories=Qt;KDE;System in kiosktool.desktop because this file is installed in Utilities category + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 5 Jan 2005 15:18:17 +0100 + +kiosktool (0.9-1) unstable; urgency=low + + * Released kiosktool 0.9 + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 13 Oct 2004 14:57:28 +0200 + +kiosktool (0.8-1) unstable; urgency=low + + * First use of cdbs for packaging + * Created a man page with kdemangen.pl (thanks to Dominique Devriese) + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Mon, 23 Aug 2004 11:53:37 +0200 + +kiosktool (0.7-1) unstable; urgency=low + + * Correct a semantic error in description + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 + +kiosktool (0.6-1) unstable; urgency=low + + * Initial release + + -- Pedro Jurado Maqueda <melenas@kdehispano.org> Wed, 7 Jul 2004 15:19:42 +0200 diff --git a/ubuntu/maverick/applications/kiosktool/debian/compat b/ubuntu/maverick/applications/kiosktool/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/maverick/applications/kiosktool/debian/control b/ubuntu/maverick/applications/kiosktool/debian/control new file mode 100644 index 000000000..41bc32f51 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/control @@ -0,0 +1,15 @@ +Source: kiosktool-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Pedro Jurado Maqueda <melenas@kdehispano.org> +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Standards-Version: 3.8.4 + +Package: kiosktool-trinity +Architecture: any +Depends: ${shlibs:Depends}, kdesudo-trinity +Description: tool to configure the TDE kiosk framework + A Point&Click tool for system administrators to enable + TDE's KIOSK features or otherwise preconfigure TDE for + groups of users. diff --git a/ubuntu/maverick/applications/kiosktool/debian/copyright b/ubuntu/maverick/applications/kiosktool/debian/copyright new file mode 100644 index 000000000..a88b1d8d2 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Pedro Jurado Maqueda <melenas@kdehispano.org> on +Fri, 14 Jul 2004 12:49:42 +0200. + +It was downloaded from ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin + +Upstream Author: Waldo Bastian <waldo@kde.org> + +Copyright: + 2003, 2004 Waldo Bastian <bastian@kde.org> + 2004 Martijn Klingens <klingens@kde.org> + +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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + diff --git a/ubuntu/maverick/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 new file mode 100644 index 000000000..62faad5d3 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-kdedirs-trinity.1 @@ -0,0 +1,146 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." +.SH NAME +kiosktool\-kdedirs +\- A tool to set $KDEDIRS according to the current user profile. +.SH SYNOPSIS +kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION + +.SH OPTIONS +.SS Options: +.TP +.B \-\-check +Output currently active prefixes +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool\-kdedirs/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool\-kdedirs/'" +from the command\-line. +.br +.SH AUTHORS +.nf + diff --git a/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.1 b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.1 new file mode 100644 index 000000000..08ba2ec80 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.1 @@ -0,0 +1,150 @@ +.\" This file was generated by kdemangen.pl +.TH KIOSKTOOL 1 "Ago 2004" "K Desktop Environment" "KIOSK Admin Tool" +.SH NAME +kiosktool +\- KIOSK Admin Tool +.SH SYNOPSIS +kiosktool [Qt\-options] [KDE\-options] [options] +.SH DESCRIPTION +With this application we can lock the access to some parts of KDE desktop +and its applications. + +.SH OPTIONS +.SS Options: +.TP +.B \-\-kderc <file> +kderc file to save settings to [/etc/kderc] +.SS Generic options: +.TP +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE 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 KDE 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 KDE Help Center. You can also enter the URL +.BR help:/kiosktool/ +directly into konqueror or you can run +.BR "`khelpcenter help:/kiosktool/'" +from the command\-line. +.br +.SH AUTHORS +.nf +Waldo Bastian <bastian@kde.org> +.br + diff --git a/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.manpages b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.manpages new file mode 100644 index 000000000..2d009e1db --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/kiosktool-trinity.manpages @@ -0,0 +1,2 @@ +debian/kiosktool-trinity.1 +debian/kiosktool-kdedirs-trinity.1 diff --git a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_01_kdepot.diff b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_01_kdepot.diff new file mode 100644 index 000000000..8e3c20a1a --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_01_kdepot.diff @@ -0,0 +1,12 @@ +--- a/admin/cvs.sh~ 2005-12-14 11:33:41.000000000 +0000 ++++ b/admin/cvs.sh 2005-12-14 11:34:28.000000000 +0000 +@@ -562,7 +562,8 @@ + fi + perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile + +- kdepotpath=${includedir:-${KDEDIR:-`kde-config --prefix`}/include}/kde.pot ++ #kdepotpath=${includedir:-${KDEDIR:-`kde-config --prefix`}/include}/kde.pot ++ kdepotpath=/usr/include/kde/kde.pot + + $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \ + XGETTEXT="${XGETTEXT:-xgettext} -C -ki18n -ktr2i18n -kI18N_NOOP -kaliasLocale -x $kdepotpath" messages diff --git a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_02_kmenu.diff b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_02_kmenu.diff new file mode 100644 index 000000000..bcc94635e --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_02_kmenu.diff @@ -0,0 +1,13 @@ +--- kiosktool/kiosktool/menueditComponent.cpp 2005-04-25 09:46:33.000000000 +0000 ++++ kiosktool/kiosktool/menueditComponent.cpp 2005-12-18 14:45:26.000000000 +0000 +@@ -104,8 +104,8 @@ + { + bool result; + QString menuEditFile = KioskRun::self()->locateLocal("xdgconf-menu", "applications-kmenuedit.menu"); +- QString menuFile = KioskRun::self()->locate("xdgconf-menu", "applications.menu"); +- QString menuFileSave = KioskRun::self()->locateSave("xdgconf-menu", "applications.menu"); ++ QString menuFile = KioskRun::self()->locate("xdgconf-menu", "kde-applications.menu"); ++ QString menuFileSave = KioskRun::self()->locateSave("xdgconf-menu", "kde-applications.menu"); + + kdDebug() << "MenuEditComponent: menuEditFile = " << menuEditFile << endl; + kdDebug() << "MenuEditComponent: menuFile = " << menuFile << endl; diff --git a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff new file mode 100644 index 000000000..c5d52d8c2 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff @@ -0,0 +1,157 @@ +--- kiosktool/kiosktool/kioskrun.h 2005-04-25 10:46:33.000000000 +0100 ++++ kiosktool/kiosktool/kioskrun.h 2007-07-18 17:47:04.000000000 +0100 +@@ -37,6 +37,18 @@ + + class KioskGui; + ++class NETACCESS { ++ public: ++ static bool exists(const KURL &url, bool source, QWidget *window); ++ static bool mkdir(const KURL &url, QWidget *window, int permissions=-1); ++ static QString lastErrorString(); ++ static int lastError(); ++ static bool file_copy (const KURL &src, const KURL &dest, int permissions=-1, bool overwrite=false, bool resume=false, QWidget *window=0L); ++ static bool del(const KURL &url, QWidget *window); ++ static bool file_move(const KURL &src, const KURL &target, int permissions=-1, bool overwrite=false, bool resume=false, QWidget *window=0L); ++ static bool copy(const KURL &src, const KURL &target, QWidget *window); ++}; ++ + class KioskRun : public QObject + { + friend class KioskGui; +--- kiosktool/kiosktool/kioskrun.cpp 2005-04-25 10:46:33.000000000 +0100 ++++ kiosktool/kiosktool/kioskrun.cpp 2007-07-20 16:56:07.000000000 +0100 +@@ -28,6 +28,7 @@ + + #include <qdir.h> + #include <qfile.h> ++#include <qprocess.h> + + #include <kapplication.h> + #include <kcmdlineargs.h> +@@ -45,10 +46,124 @@ + #include "kiosksync.h" + + #include <kio/netaccess.h> +-#define NETACCESS KIO::NetAccess ++// Kiosktool wants to use fish://root@localhost/... which won't work on Kubuntu because we don't run ssh by default, we don't allow ssh to do root logins and root doesn't even have a password, so implement the functions here for local copies using kdesu instead ++// #define NETACCESS KIO::NetAccess + + #undef DEBUG_ENTRIES + ++bool NETACCESS::exists(const KURL &url, bool source, QWidget *window) ++{ ++ if (url.protocol() == "fish" && url.host() == "localhost") { ++ bool exists = QFile::exists(url.path()); ++ return exists; ++ } else { ++ bool result = KIO::NetAccess::exists(url, source, window); ++ return result; ++ } ++} ++ ++bool NETACCESS::mkdir(const KURL &url, QWidget *window, int permissions) ++{ ++ if (url.protocol() == "fish" && url.host() == "localhost") { ++ QProcess proc; ++ proc.addArgument("kdesudo"); ++ proc.addArgument("mkdir " + url.path()); ++ QByteArray buffer; ++ proc.launch(buffer); ++ while (!proc.normalExit()) { ++ KApplication::kapp->processEvents(); ++ } ++ bool exists = QFile::exists(url.path()); ++ return exists; ++ } else { ++ bool result = KIO::NetAccess::mkdir(url, window, permissions); ++ return result; ++ } ++} ++ ++QString NETACCESS::lastErrorString() ++{ ++ return "Error in Kiosktool Kubuntu modifications"; ++} ++ ++int NETACCESS::lastError() ++{ ++ return 0; ++} ++ ++bool NETACCESS::file_copy(const KURL &src, const KURL &dest, int permissions, bool overwrite, bool resume, QWidget *window) ++{ ++ if (dest.protocol() == "fish" && dest.host() == "localhost") { ++ QProcess proc; ++ proc.addArgument("kdesudo"); ++ proc.addArgument("cp " + src.path() + " " + dest.path()); ++ QByteArray buffer; ++ proc.launch(buffer); ++ while (!proc.normalExit()) { ++ KApplication::kapp->processEvents(); ++ } ++ ++ QProcess proc2; ++ proc2.addArgument("kdesudo"); ++ proc2.addArgument("chmod 0644 " + dest.path()); ++ proc2.launch(buffer); ++ while (!proc2.normalExit()) { ++ KApplication::kapp->processEvents(); ++ } ++ ++ bool exists = QFile::exists(dest.path()); ++ return exists; ++ } else { ++ bool result = KIO::NetAccess::file_copy(src, dest, permissions, overwrite, resume, window); ++ return result; ++ } ++} ++ ++bool NETACCESS::del(const KURL &url, QWidget *window) ++{ ++ if (url.protocol() == "fish" && url.host() == "localhost") { ++ QProcess proc; ++ proc.addArgument("kdesudo"); ++ proc.addArgument("rm " + url.path()); ++ QByteArray buffer; ++ proc.launch(buffer); ++ while (!proc.normalExit()) { ++ KApplication::kapp->processEvents(); ++ } ++ bool exists = !QFile::exists(url.path()); ++ return exists; ++ } else { ++ bool result = KIO::NetAccess::del(url, window); ++ return result; ++ } ++} ++ ++bool NETACCESS::file_move(const KURL &src, const KURL &target, int permissions, bool overwrite, bool resume, QWidget *window) ++{ ++ if (target.protocol() == "fish" && target.host() == "localhost") { ++ QProcess proc; ++ proc.addArgument("kdesudo"); ++ proc.addArgument("mv " + src.path() + " " + target.path()); ++ QByteArray buffer; ++ proc.launch(buffer); ++ while (!proc.normalExit()) { ++ KApplication::kapp->processEvents(); ++ } ++ ++ bool exists = QFile::exists(target.path()); ++ return exists; ++ } else { ++ bool result = KIO::NetAccess::file_move(src, target, permissions, overwrite, resume, window); ++ return result; ++ } ++} ++ ++//only used for local files ++bool NETACCESS::copy(const KURL &src, const KURL &target, QWidget *window) ++{ ++ return KIO::NetAccess::copy(src, target, window); ++} ++ + KioskRun *KioskRun::s_self = 0; + + KioskRun::KioskRun( QObject* parent, const char* name) diff --git a/ubuntu/maverick/applications/kiosktool/debian/rules b/ubuntu/maverick/applications/kiosktool/debian/rules new file mode 100755 index 000000000..6b8f84c74 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk |