summaryrefslogtreecommitdiff
path: root/libre/xarchiver/0001-Fix-docbook-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/xarchiver/0001-Fix-docbook-file.patch')
-rw-r--r--libre/xarchiver/0001-Fix-docbook-file.patch58
1 files changed, 0 insertions, 58 deletions
diff --git a/libre/xarchiver/0001-Fix-docbook-file.patch b/libre/xarchiver/0001-Fix-docbook-file.patch
deleted file mode 100644
index ac1acd705..000000000
--- a/libre/xarchiver/0001-Fix-docbook-file.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From 560ce30c8541de2f8edf6d6d483f34aca58e42ac Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
-Date: Tue, 12 Apr 2016 16:25:09 +0200
-Subject: [PATCH] Fix docbook file
-
-para element is needed within listitem.
----
- doc/xarchiver.docbook | 34 +++++++++++++++++-----------------
- 1 file changed, 17 insertions(+), 17 deletions(-)
-
-diff --git a/doc/xarchiver.docbook b/doc/xarchiver.docbook
-index 22bc073..ff724e6 100644
---- a/doc/xarchiver.docbook
-+++ b/doc/xarchiver.docbook
-@@ -46,23 +46,23 @@
- <para>
- &app; presents the following characteristic:
- <itemizedlist>
-- <listitem>Archive directories can be browsed just like a file manager</listitem>
-- <listitem>Mime icon for each of the archive entries</listitem>
-- <listitem>The most used archiver's command line options are supported in the Add and Extract dialogs</listitem>
-- <listitem>Tabs Firefox style support</listitem>
-- <listitem>Multi-extract facility</listitem>
-- <listitem>Dump of the whole archive content as HTML or text file</listitem>
-- <listitem>Context menu on each of the archive entries with cut/copy/paste/rename abilities</listitem>
-- <listitem>Archives are detected by their magic header and not by the extension except for .tar.bz2 and .tar.gz</listitem>
-- <listitem>Drag and drop from and to &app; window</listitem>
-- <listitem>Progress window when using &app; from the command line or from a file-manager</listitem>
-- <listitem>ARJ, RAR and ZIP archive comment are supported</listitem>
-- <listitem>Ability to convert the archive to self-extracting for those archive types which support it</listitem>
-- <listitem>Smart detection of arj, zip and rar password encrypted archives</listitem>
-- <listitem>All the the output of the command line archiver is displayed in the &app; window</listitem>
-- <listitem>All common formats are supported: arj, bzip2, gzip, lha, lzma, 7z, rar, tar, tar.bz2, tar.gz, tar.lzma, tar.lzop, zip, deb and rpm packages (open and extract only)</listitem>
-- <listitem>Deb and Rpm packages are handled internally, their package managers are NOT required.</listitem>
-- <listitem>Zip, rar, arj and 7z password encrypted archives are fully supported (7z automatic password detection is not supported)</listitem>
-+ <listitem><para>Archive directories can be browsed just like a file manager</para></listitem>
-+ <listitem><para>Mime icon for each of the archive entries</para></listitem>
-+ <listitem><para>The most used archiver's command line options are supported in the Add and Extract dialogs</para></listitem>
-+ <listitem><para>Tabs Firefox style support</para></listitem>
-+ <listitem><para>Multi-extract facility</para></listitem>
-+ <listitem><para>Dump of the whole archive content as HTML or text file</para></listitem>
-+ <listitem><para>Context menu on each of the archive entries with cut/copy/paste/rename abilities</para></listitem>
-+ <listitem><para>Archives are detected by their magic header and not by the extension except for .tar.bz2 and .tar.gz</para></listitem>
-+ <listitem><para>Drag and drop from and to &app; window</para></listitem>
-+ <listitem><para>Progress window when using &app; from the command line or from a file-manager</para></listitem>
-+ <listitem><para>ARJ, RAR and ZIP archive comment are supported</para></listitem>
-+ <listitem><para>Ability to convert the archive to self-extracting for those archive types which support it</para></listitem>
-+ <listitem><para>Smart detection of arj, zip and rar password encrypted archives</para></listitem>
-+ <listitem><para>All the the output of the command line archiver is displayed in the &app; window</para></listitem>
-+ <listitem><para>All common formats are supported: arj, bzip2, gzip, lha, lzma, 7z, rar, tar, tar.bz2, tar.gz, tar.lzma, tar.lzop, zip, deb and rpm packages (open and extract only)</para></listitem>
-+ <listitem><para>Deb and Rpm packages are handled internally, their package managers are NOT required.</para></listitem>
-+ <listitem><para>Zip, rar, arj and 7z password encrypted archives are fully supported (7z automatic password detection is not supported)</para></listitem>
- </itemizedlist>
- </para>
- </section>
---
-2.8.0
-