--- krusader-2.0~svn6194.orig/debian/compat +++ krusader-2.0~svn6194/debian/compat @@ -0,0 +1 @@ +5 --- krusader-2.0~svn6194.orig/debian/README.Debian +++ krusader-2.0~svn6194/debian/README.Debian @@ -0,0 +1,107 @@ +Debian kde-extras Team +---------------------- + +1. Contacts +----------- + +General help requests + mailing list + #debian-kde on irc + +Packaging queries + mailing list + #debian-qt-kde on irc + +Maintainers + 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 .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' --- krusader-2.0~svn6194.orig/debian/source.lintian-overrides +++ krusader-2.0~svn6194/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +# will be cleaned in next upstream release +krusader source: source-contains-CVS-dir admin/CVS --- krusader-2.0~svn6194.orig/debian/krusader.lintian-overrides +++ krusader-2.0~svn6194/debian/krusader.lintian-overrides @@ -0,0 +1,2 @@ +# package depends on kdebase-bin, which provides kdesu +krusader: menu-command-not-in-package /usr/share/menu/krusader:17 kdesu --- krusader-2.0~svn6194.orig/debian/watch +++ krusader-2.0~svn6194/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/~/-/ \ + http://sf.net/krusader/krusader-([\d\.].*)\.tar\.gz debian svn-upgrade --- krusader-2.0~svn6194.orig/debian/copyright +++ krusader-2.0~svn6194/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Angel Ramos on +Fri, 24 Aug 2001 12:57:14 +0100. + +It was downloaded from http://krusader.sourceforge.net + +Upstream Authors: + Shie Erlich + Rafi Yanai + Dirk Eschler + Richard Holt + Heiner Eichmann + Frank Schoolmeesters + Csaba Karai + Jonas Bähr + Matej Urbancic + +iso is based on tar from kdebase: + (C) David Faure + +kiso is based on ktar from kdelibs: + (C) Torben Weis + (C) David Faure + +krremoteencodingmenu is based on KRemoteEncodingPlugin from kdebase: + (C) Dawit Alemayehu + +paneltabbar is based on code from k3b: + (C) Sebastian Trueg + +kimagefilepreview is based on code from kdelibs: + (C) 2001 Martin R. Jones + (C) 2001 Carsten Pfeiffer + +kdiskfreesp is based on code from kdelibs: + (C) 1999 Michael Kropfberger + +krprogress code is bases on code from kdelibs: + (C) 2000 Matej Koss + +Copyright for libisofs, licensed under the GPL: + (C) 2002 György Szombathelyi + +Copyright for kcmdmodebutton class: + (C) 2006 Vaclav Juza + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Fathi Boudra and +is licensed under the GPL, see above. + +The documentations provided with krusader is distributed under +the GNU Free Documentation License (FDL). They are considered free with +regards to the Debian Free Software Guidelines (DFSG) because they don't +contain any unmodifiable parts (invariant sections). + + 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 +located in /usr/share/common-licenses/GFDL-1.2 --- krusader-2.0~svn6194.orig/debian/control +++ krusader-2.0~svn6194/debian/control @@ -0,0 +1,45 @@ +Source: krusader +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian KDE Extras Team +Uploaders: Fathi Boudra , Mark Purcell +Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, libkonq5-dev +Standards-Version: 3.8.0 +Homepage: http://krusader.sourceforge.net + +Package: krusader +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: md5deep | cfv, kedit, okteta, konsole, kmail, + kompare | xxdiff, ark, arj, bzip2, cpio, lha, + unrar | unrar-free | rar, rpm, unace, unzip, zip, p7zip, kdebase-bin (>= 4.1.0), + kdebase-kio-plugins +Description: twin-panel (commander-style) file manager for KDE 4 (and other desktops) + Krusader is a simple, easy, powerful, twin-panel (commander-style) file + manager for KDE and other desktops, similar to Midnight Commander (C) or Total + Commander (C). + . + It provides all the file management features you could possibly want. + . + Plus: extensive archive handling, mounted filesystem support, FTP, + advanced search module, viewer/editor, directory synchronisation, + file content comparisons, powerful batch renaming and much much more. + . + It supports archive formats: ace, arj, bzip2, deb, iso, lha, rar, rpm, tar, + zip and 7-zip. + . + It handles KIOSlaves such as smb:// or fish://. + . + Almost completely customizable, Krusader is very user friendly, fast and looks + great on your desktop. + +Package: krusader-dbg +Section: devel +Architecture: any +Priority: extra +Depends: krusader (= ${binary:Version}) +Description: debugging symbols for krusader + This package contains the debugging symbols associated with krusader. + They will automatically be used by gdb for debugging krusader-related + issues. --- krusader-2.0~svn6194.orig/debian/menu +++ krusader-2.0~svn6194/debian/menu @@ -0,0 +1,17 @@ +?package(krusader):\ + needs="X11"\ + section="Applications/Network/File Transfer"\ + hints="KDE"\ + title="krusader (File Manager)"\ + icon32x32="/usr/share/pixmaps/krusader_user.xpm"\ + icon16x16="/usr/share/pixmaps/krusader_user-16.xpm"\ + command="/usr/bin/krusader" + +?package(krusader):\ + needs="X11"\ + section="Applications/Network/File Transfer"\ + hints="KDE"\ + title="krusader - root-mode (File Manager)"\ + icon32x32="/usr/share/pixmaps/krusader_root.xpm"\ + icon16x16="/usr/share/pixmaps/krusader_root-16.xpm"\ + command="kdesu -c /usr/bin/krusader" --- krusader-2.0~svn6194.orig/debian/changelog +++ krusader-2.0~svn6194/debian/changelog @@ -0,0 +1,334 @@ +krusader (2.0~svn6194-0ubuntu1) jaunty; urgency=low + + * New svn snapshot to commit 6194 + - Additional fixes (see: http://krusader.svn.sourceforge.net/viewvc/krusader/trunk/krusader_kde4/?view=log) + + -- Roderick B. Greening Fri, 30 Jan 2009 12:46:14 -0330 + +krusader (2.0~svn6176-0ubuntu1) jaunty; urgency=low + + * New svn snapshot + - 2.0 Beta 2 plus a few fixes + + -- Scott Kitterman Wed, 07 Jan 2009 14:59:48 -0500 + +krusader (2.0~svn6150-0ubuntu1) jaunty; urgency=low + + * New svn snapshot + + -- Scott Kitterman Thu, 11 Dec 2008 23:07:11 -0500 + +krusader (2.0~svn6078-1ubuntu1) intrepid; urgency=low + + * New svn snapshot. (LP: # 269938) + * Remove obsolete "THIS_SHOULD_GO_TO_UNSTABLE" from debian/rules. + + -- Jonathan Thomas (The man) Sat, 13 Sep 2008 16:01:03 -0400 + +krusader (2.0~svn6069-1ubuntu1) intrepid; urgency=low + + * Introduce new upstream svn snapshot. + * Updated depends/suggests for their KDE4 counterparts + * Removed all autoconf-related patches since krusader uses cmake now + * Use quilt & add it as a build dep because kde4.mk uses quilt + * Bumped Standards-Version to 3.8.0 + + -- Jonathan Thomas (The man) Fri, 22 Aug 2008 09:26:46 -0400 + +krusader (1.90.0-1) unstable; urgency=low + + [ Ana Beatriz Guerrero Lopez ] + + * New upstream release: + - GCC 4.3 compatibility (Closes: #455657) + * Update Debian menu section to new policy. + * Replace GFDL full license text in debian/copyright for a pointer + to /usr/share/common-licenses/GFDL-1.2 + + [ Fathi Boudra ] + + * Update my e-mail address. + * Remove Angel Ramos from Uploaders field. + * Bump Standard-Version to 3.7.3. + * Add kdebase-bin versioned dependency. + + -- Debian KDE Extras Team Sun, 23 Mar 2008 15:10:45 +0100 + +krusader (1.80.0-1) unstable; urgency=low + + * New upstream release. + + -- Fathi Boudra Sun, 22 Jul 2007 20:22:02 +0200 + +krusader (1.80.0~beta2-1) unstable; urgency=low + + * New upstream release. + + [Fathi Boudra] + * Update copyright. + * Remove gcc4.2 support patch. Merged upstream. + * Update useractions examples patch. + + [Mark Purcell] + * Update debian/watch. + * Robust get-orig-source target. + + -- Fathi Boudra Fri, 11 May 2007 18:12:49 +0200 + +krusader (1.80.0~beta1-1) experimental; urgency=low + + * Add debug package + * Add automake1.9 to Build-Depends + * Clean up rules: + * remove DEB_BUILDDIR + * add DEB_DESTDIR + * remove desktop files freedesktop compliant hack + * Update watch + + -- Fathi Boudra Sun, 7 Jan 2007 16:11:37 +0100 + +krusader (1.70.1-1) unstable; urgency=low + + * New upstream release + * fix cleartext in the bookmark file CVE-2006-3816 (Closes: #380063) + * Convert package to cdbs + * New maintainers: + * Maintainer: KDE Extras Team + * Uploaders: Angel Ramos, Mark Purcell and Fathi Boudra + * compat: bumped to 5 + * control: + * removed unneeded Build-depends + * bumped Standards-Version to 3.7.2 + * Suggests updated + * Description updated + * copyright: added missing copyrights and documentations license + * docs: added FAQ + * Added watch file + * Added some popular useractions to Useractions.xml, patch by Vaclav Juza + * Added krusader-rootmode to debian menu,thanks to Vaclav Juza + * Added gcc 4.2 support patch by Martin Michlmayr (Closes: #361933) + * Fix desktop files path to be freedesktop compliant (Closes: #378138) + + -- Fathi Boudra Sat, 19 Aug 2006 12:37:05 +0200 + +krusader (1.70.0-1) unstable; urgency=low + + * New upstream release (Closes: #352574, #336169, #343960, #342717, #349874, #351527, #345097, #345098, #349873, #328466, #352367, #347126). + * It's not clear rar/unrar suggest violates DFSG #4 (Closes: #340706). + * Krusader doesn't crash now (Closes: #349784, #350890, #355464, #355871). + * Krusader new upstream doesn't crash viewing .gz files (Closes: #288661). + * Viewer Window too big appears not be caused by krusader (Closes: #349870). + * Imposible reproduce white stripe problem (Closes: #349872). + * Added libkjsembed-dev and libkonq4-dev as build-depends (Closes: #331130). + + -- Angel Ramos Sat, 11 Mar 2006 16:43:05 +0100 + +krusader (1.60.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove Build-Dependency on xlibs-dev (Closes: #347126). + * Credit and Big Thanks to Justin Pryzby + for the patch and testing. + + -- Amaya Rodrigo Sastre Sat, 21 Jan 2006 21:01:08 +0100 + +krusader (1.60.0-3) unstable; urgency=low + + * Fixed gcc-4.0 compiling problem (Closes: #326789). + * Fixed autoconf m68k and mipsel problem (Closes: #310669). + * de.po corrected (Closes: #313785). + * Added kdebase-kio-plugins as suggest header (Closes: #322764). + * The problem with ps/pdf files is a kghostview problem, not + krusader (Closes: #325130) + * No segfault on closing the viewer with krusader 1.60 (Closes: #325170). + * No crash when user switches desktops on krusader 1.60 (Closes: #320297). + + -- Angel Ramos Mon, 12 Sep 2005 17:25:48 +0100 + +krusader (1.60.0-2) unstable; urgency=low + + * Fixed FTBFS on all archs (Closes: #306756). + + -- Angel Ramos Wed, 24 May 2005 17:38:48 +0200 + +krusader (1.60.0-1) unstable; urgency=low + + * New upstream release (Closes: #305494). + * Package description and suggests update. Thanks Frank Schoolmeesters + for the help and reports! (Closes: #291617, #297991). + * Fixed problem opening documentation (Closes: #291611). + * Not reporting read-only fs is a kde problem not krusader + (Closes: #291811). + + -- Angel Ramos Wed, 27 Apr 2005 18:12:48 +0200 + +krusader (1.51-1) unstable; urgency=low + + * New upstream release (Closes: #280037, #287015). + * Moved from section utils to kde (Closes: #286748). + * Renamed dk.po to da.po (Closes: #269414). + + -- Angel Ramos Thu, 30 Dec 2004 16:18:26 +0100 + +krusader (1.40-1) unstable; urgency=low + + * New upstream release (Closes: #260824). + + -- Angel Ramos Wed, 18 Aug 2004 17:20:27 +0200 + +krusader (1.30-2) unstable; urgency=low + + * Renamed dk.po to da.po (Closes: #238872). + * Updated libtool (Closes: #246354). + * x-ace.desktop problems solved (Closes: #245663, #238052). + + -- Angel Ramos Fri, 30 Apr 2004 18:35:00 +0200 + +krusader (1.30-1.2) unstable; urgency=low + + * NMU to fix broken previous NMU + * really remove x-ace.desktop this time + + -- Andreas Barth Fri, 23 Apr 2004 07:49:35 +0200 + +krusader (1.30-1.1) unstable; urgency=low + + * NMU during BSP + * remove x-ace.desktop, which is also in kdelibs-data. Closes: #238052 + + -- Andreas Barth Sun, 18 Apr 2004 11:39:32 +0200 + +krusader (1.30-1) unstable; urgency=low + + * New upstream release (Closes: #201496). + * Remove unzip-crypt and zip-crypt from the Suggests line + (Closes: #190765). + * Fixed segfault when trying to view files with no read access + (Closes: #198298). + + -- Angel Ramos Mon, 5 Jan 2004 21:06:23 +0100 + +krusader (1.11-1) unstable; urgency=low + + * New upstream release. + * Updated config.guess and config.sub (Closes: #168658). + + -- Angel Ramos Thu, 27 Feb 2003 16:31:00 +0200 + +krusader (1.00-2) unstable; urgency=low + + * Added autoconf2.13 as build dep in order the package can be built + (Closes: #164973). + * Added kmail and xxdiff as suggest (Closes: #153999). + + -- Angel Ramos Wed, 23 Oct 2002 21:35:06 +0200 + +krusader (1.00-1) unstable; urgency=low + + * New upstream release (Closes: #127984). + * Fixed admin/debianrules on the source. + + -- Angel Ramos Tue, 8 Jan 2002 10:50:06 +0100 + +krusader (0.99-1.1) unstable; urgency=low + + * Fixed spelling error in description (Closes: #124850). + + -- Angel Ramos Tue, 18 Dec 2001 02:07:00 +0100 + +krusader (0.99-1) unstable; urgency=low + + * New upstream release + + -- Angel Ramos Tue, 11 Dec 2001 13:13:41 +0100 + +krusader (0.98-3) unstable; urgency=low + + * Added automake and autoconf as build-deps to solve the build problems + on some architectures (Closes: #121664). + + -- Angel Ramos Thu, 29 Nov 2001 10:37:20 +0100 + +krusader (0.98-2) unstable; urgency=low + + * Changes on debian/rules in order to add right alpha compiler flags + for alpha builds (Closes: #121376). + + -- Angel Ramos Wed, 28 Nov 2001 11:48:03 +0100 + +krusader (0.98-1) unstable; urgency=low + + * New upstream release + + -- Angel Ramos Tue, 30 Oct 2001 11:42:37 +0100 + +krusader (0.97-1) unstable; urgency=low + + * New upstream release + * Solved problems with broken docbook file (Closes: #115337). + + -- Angel Ramos Mon, 15 Oct 2001 13:16:38 +0200 + +krusader (0.95-3) unstable; urgency=low + + *Fixed config.sub and config.guess on the source in order to + support hppa architecture (Closes: #108276). + *Symlink from locolor icon to highcolor created (Closes: #110453). + + -- Angel Ramos Wed, 29 Aug 2001 10:12:22 +0200 + +krusader (0.95-2) unstable; urgency=low + + *Fixed architecture bug on control file (Closes: #110344). + *Solved some problems with wrong link files. + + -- Angel Ramos Tue, 28 Aug 2001 09:35:49 +0200 + +krusader (0.95-1) unstable; urgency=low + + *New Maintainer (Closes: #84536). + *New upstream release. + + -- Angel Ramos Fri, 24 Aug 2001 13:05:22 +0200 + +krusader (0.75-2) unstable; urgency=low + + * Maintainer set to Debian QA Group . + * Added a build dependency on automake. + + -- Adrian Bunk Wed, 22 Aug 2001 23:56:27 +0200 + +krusader (0.75-1.2) unstable; urgency=low + + * NMU + * Build against new qt/kdelibs + * update build-depends + + -- Ivan E. Moore II Tue, 27 Feb 2001 13:35:16 -0700 + +krusader (0.75-1.1) unstable; urgency=low + + * Rebuilt package to remove wrong dependency on xlibs (Closes: #80199). + + -- Martin Michlmayr Thu, 21 Dec 2000 19:39:16 +0100 + +krusader (0.75-1) unstable; urgency=low + + * New upstream release. + * Fixed install destinations in misc/Makefile.am. + * Minor changes in rules. + * Changed title in krusader.doc-base. + * Build-Depends: removed docbook, docbook-stylesheets, jade and + sgml-base (not used now). + * Recommends: added tar and gzip. + * Upload sponsored by Martin Michlmayr . + + -- Mariusz Przygodzki Mon, 11 Dec 2000 18:49:22 +0100 + +krusader (0.70-1) unstable; urgency=low + + * Initial Release. Closes: #75893 + * Changed krusader.desktop and its location. + * Upload sponsored by Martin Michlmayr . + + -- Mariusz Przygodzki Sat, 9 Dec 2000 15:57:15 +0100 --- krusader-2.0~svn6194.orig/debian/rules +++ krusader-2.0~svn6194/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk + +-include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk + +DEB_DESTDIR = $(CURDIR)/debian/krusader/ + +install/krusader:: + # install properly kio_isorc + install -D -p -m0644 iso/kio_isorc \ + $(DEB_DESTDIR)/usr/share/config/kio_isorc + # install lintian override + install -D -p -m0644 debian/krusader.lintian-overrides \ + $(DEB_DESTDIR)/usr/share/lintian/overrides/krusader + +binary-post-install/krusader:: + rm -rf debian/krusader/etc/kde3/ --- krusader-2.0~svn6194.orig/debian/docs +++ krusader-2.0~svn6194/debian/docs @@ -0,0 +1,3 @@ +FAQ +README +TODO --- krusader-2.0~svn6194.orig/debian/patches/11_add_useractions_examples.diff +++ krusader-2.0~svn6194/debian/patches/11_add_useractions_examples.diff @@ -0,0 +1,102 @@ +Index: krusader-2.0~svn6150/krusader/useraction_examples.xml +=================================================================== +--- krusader-2.0~svn6150.orig/krusader/useraction_examples.xml 2008-12-05 01:57:22.000000000 -0500 ++++ krusader-2.0~svn6150/krusader/useraction_examples.xml 2008-12-11 23:13:30.000000000 -0500 +@@ -87,4 +87,97 @@ + %_Copy("%aCurrent%", "%_Ask("New filename", "%aCurrent%.old")%")% + Win+F5 + ++ ++ Archive to Dir ++ Creates a directory with the archive name before unpacking ++ ark ++ System ++ Creates a directory with the current archive name in the other panel before unpacking the files into it. It uses ark and tries to guess the directory name (archive name without file extension). ++ ark --guess-name --extract-to %oPath% %aCurrent% ++ Alt+Ctrl+U ++ ++ ++ 7zip current ++ make an 7zip archive containing current file ++ Compression ++ rm -f %aCurrent("Yes")%.7z; 7z a -mx=9 -mfb=128 -md=8m %aCurrent("Yes")%.7z %aCurrent("Yes")% ++ Ctrl+Ampersand ++ ++ ++ 7zip pack ++ 7zip selected files with dialog and terminal with progress. ++ Compression ++ sh -c 'A=%_Ask("Enter file name of the archive:", "%oPath%%aCurrent(\"Yes\")%.7z", "7zip pack")% ; rm -f "$A"; 7z a -mx=9 -mfb=128 -md=8m "$A" %aList("Selected", " ", "Yes")% ' ++ ++ ++ 7zip unpack ++ unpack 7zip archives with dialog and terminal with progress. ++ Compression ++ sh -c 'A=%_Ask("Enter the path, where the archive should be unpacked to:", "%oPath%", "7zip unpack")% ; cd "$A"; for i in %aList("Selected")% ; do 7z x "$i"; done ' ++ ++ ++ make tar.7z archive ++ 7zip selected files with dialog and terminal with progress. ++ Compression ++ sh -c 'A=%_Ask("Enter file name of the archive:", "%oPath%%aCurrent(\"Yes\")%.tar.7z", "7zip pack")% ; rm -f "$A"; tar cvf - %aList("Selected", " ", "Yes")% | 7z a -mx=9 -mfb=128 -md=8m -si "$A" >/dev/null ' ++ ++ ++ unpack tar.7z archive ++ unpack 7zip archives with dialog and terminal with progress. ++ Compression ++ sh -c 'A=%_Ask("Enter the path, where the archive should be unpacked to:", "%oPath%", "7zip unpack")% ; cd "$A"; for i in %aList("Selected")% ; do 7z x -so "$i" 2>/dev/null | tar xvf - ; done ' ++ ++ ++ zatarovat and zagzipovat ++ Compression ++ tar cf - %aCurrent("Yes")% | gzip -9 >%aCurrent%.tar.gz ++ Ctrl+Shift+Z ++ ++ ++ gzip current ++ gzip current file with maximum (9) compression, preserving original file. In case of directory, it is first tarred. ++ Compression ++ if [ -d %aCurrent("Yes")% ]; then tar cf - %aCurrent("Yes")% | gzip -9 >%aCurrent("Yes")%.tar.gz; else cat %aCurrent("Yes")% | gzip -9 >%aCurrent("Yes")%.gz; fi ++ Ctrl+Shift+G ++ ++ ++ pack an ar archive (.a, .deb, ...) ++ sh -c 'A=%_Ask("Enter file name of the archive:", "%oPath%%aCurrent(\"Yes\")%.a", "ar pack")% ; rm -f "$A"; ar -rc "$A" %aList("Selected", " ", "Yes")% ' ++ ++ ++ Unpack an ar archive (.a, .deb, ...) ++ sh -c 'A=%_Ask("Enter the path, where the archive should be unpacked to:", "%oPath%", "ar unpack")% ; cd "$A"; for i in %aList("Selected")% ; do ar x "$i"; done ' ++ ++ ++ Decrypt with kgpg ++ Decrypt with kgpg ++ kgpg_show ++ System ++ ++ kgpg %aCurrent% ++ ++ ++ Encrypt with kgpg ++ Encrypt with kgpg ++ kgpg_key1 ++ System ++ ++ kgpg -e %aCurrent% ++ ++ ++ Sign with kgpg ++ Sign with kgpg ++ kgpg_sign ++ System ++ ++ kgpg -S %aCurrent% ++ ++ ++ Verify signature with kgpg ++ Verify signature with kgpg ++ kgpg_identity ++ System ++ ++ kgpg -V %aCurrent% ++ + --- krusader-2.0~svn6194.orig/debian/patches/series +++ krusader-2.0~svn6194/debian/patches/series @@ -0,0 +1 @@ +11_add_useractions_examples.diff