libre.patch 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. diff -Naurp1 a/ChangeLog b/ChangeLog
  2. --- a/ChangeLog 2016-02-13 01:59:07.000000000 +0600
  3. +++ b/ChangeLog 2020-10-23 22:35:45.026948551 +0600
  4. @@ -8,4 +8,2 @@ Release date: 2016-02-12
  5. - - Updated libraries for the Windows distribution: UnRAR DLL
  6. -
  7. MComix 1.2
  8. @@ -162,9 +160,3 @@ Release date: 30.01.2016
  9. supported (including encrypted header support, and for all supported
  10. - formats: 7z, RAR and ZIP).
  11. -
  12. - - Fixed an issue with unrar.dll that could lead to crashes if 7z is also
  13. - present.
  14. -
  15. - - Improved detection of available RAR extractors. (unrar-free is currently
  16. - incompatible with MComix and will be ignored.)
  17. + formats: 7z and ZIP).
  18. @@ -174,4 +166,3 @@ Release date: 30.01.2016
  19. - - Updated libraries for the Windows distribution: Pillow 3.1.0 and
  20. - UnRAR 5.30
  21. + - Updated libraries for the Windows distribution: Pillow 3.1.0
  22. @@ -456,8 +447,2 @@ Release date: 09.04.2012
  23. -MComix 0.97.1
  24. -Release date: 18.02.2012
  25. -
  26. - - Corrected libunrar regression. (thanks to Giovanni Scafora for pointing
  27. - this out)
  28. -
  29. MComix 0.97
  30. @@ -465,5 +450,2 @@ Release date: 17.02.2012
  31. - - Fixed segmentation fault on x64 platforms when trying to extract RAR
  32. - archives with libunrar.
  33. -
  34. - The lens now uses the original pixbuf when preparing the magnified image
  35. @@ -506,5 +488,2 @@ Release date: 24.12.2011
  36. - - Opening a RAR archive with 7z would destroy the archive, leaving only
  37. - a 0-byte file. This has been fixed.
  38. -
  39. - Fixed MComix opening files in other directories after scrolling past the
  40. @@ -512,5 +491,2 @@ Release date: 24.12.2011
  41. - - Fixed a bug that would hang MComix when trying to open a
  42. - password-protected RAR archive.
  43. -
  44. - MComix no longer restores the last opened file when it was terminated
  45. @@ -684,5 +660,4 @@ Release date: 27.05.2011
  46. - - Added limited support for password-protected ZIP and RAR archives.
  47. - For ZIP archives, Python >= 2.6 is required. For RAR archives,
  48. - only extraction with libunrar/unrar.dll is supported.
  49. + - Added limited support for password-protected ZIP archives.
  50. + For ZIP archives, Python >= 2.6 is required.
  51. @@ -703,3 +678,3 @@ Release date: 27.05.2011
  52. - - If applications for extracting RAR or 7Z archives aren't found on
  53. + - If applications for extracting 7Z archives aren't found on
  54. start-up, MComix will no longer allow selecting the corresponding file
  55. @@ -849,16 +824,2 @@ Release date: 13.03.2011
  56. - - Additional RAR handler using libunrar.so/unrar.dll.
  57. -
  58. - Added archive handler using Rarlab's libunrar library
  59. - for extracting files. Apart from being faster for sequential
  60. - extractions than calling unrar for each single file,
  61. - this library supports Unicode filenames natively and thus
  62. - allows Windows users to read most RAR files.
  63. - Libunrar can be obtained from http://www.rarlab.com/rar_add.htm
  64. - and can be placed either in usual system directories such as
  65. - /usr/lib or C:\Windows\system32, or directly in MComix' root directory.
  66. -
  67. - - Fixed rar/unrar failing regularly on Win32 when the archive contains
  68. - files not matching the current locale.
  69. -
  70. - Go to Page is now enabled even when the archive is still loading. (by
  71. @@ -866,4 +827,3 @@ Release date: 13.03.2011
  72. - - Added support for the 7zip archive format. As with rar/unrar, this
  73. - requires the "7z" executable being installed and on PATH.
  74. + - Added support for the 7zip archive format.
  75. @@ -982,6 +942,2 @@ Comix 4.0.4
  76. to not be printed properly.
  77. -
  78. - - The rar/unrar program is now invoked in such a way as to keep broken
  79. - or incomplete files extracted from RAR archives, since Comix might be
  80. - able to display parts of these files anyway.
  81. @@ -1142,5 +1098,2 @@ Comix 3.6
  82. - - Fixed a bug in comicthumb with thumbnailing rar archives, plus
  83. - some cleanup. (Christoph Wolk)
  84. -
  85. Comix 3.5.1
  86. @@ -1171,3 +1124,3 @@ Comix 3.5
  87. - When a directory is given as a command line parameter, Comix now
  88. - recursively searches for cbr, cbz and cbt files as well as image files.
  89. + recursively searches for cbz and cbt files as well as image files.
  90. @@ -1257,5 +1210,2 @@ Comix 3.3
  91. Comix 3.2.1
  92. -
  93. - - Added support for the `rar` program in addition to `unrar` to handle
  94. - RAR (.cbr) files.
  95. @@ -1291,6 +1241,2 @@ Comix 3.2
  96. - - The workaround against a problem with unrar applied in version 3.1.3 has
  97. - been removed again. It created some new problems with archives that
  98. - have multiple files with the same filename in different subdirectories.
  99. -
  100. - Fixed a bug so that translations and extra icons are always available
  101. @@ -1314,3 +1260,3 @@ Comix 3.1.2
  102. adding in recursive mode instead of just archives. Also, only files with
  103. - cbz, cbr or cbt as filename extension will now be added in recursive mode
  104. + cbz or cbt as filename extension will now be added in recursive mode
  105. to avoid adding cruft files with the same magic numbers as the archives.
  106. @@ -1324,6 +1270,2 @@ Comix 3.1.1
  107. - - Applied a workaround for a bug(?) in unrar that caused problems with
  108. - some RAR archives containing directories with invalid filename encodings.
  109. - Thanks to François Ingelrest.
  110. -
  111. - Updated French translation by Achraf Cherti.
  112. @@ -1425,3 +1367,3 @@ Comix 2.8
  113. - - MIME types for cbz, cbr and cbt archives are now registered by default.
  114. + - MIME types for cbz and cbt archives are now registered by default.
  115. Use the --no-mime flag for install.py to skip it.
  116. @@ -1429,3 +1371,3 @@ Comix 2.8
  117. - Added a thumbnailer (by Christoph Wolk) that lets file managers create
  118. - thumbnails for cbz, cbr and cbt archives. Currently it is only supported
  119. + thumbnails for cbz and cbt archives. Currently it is only supported
  120. by Nautilus and does not affect other file managers. It is installed if
  121. @@ -1497,3 +1439,3 @@ Comix 2.7
  122. - - Added a "comix.xml" file which can be installed to register cbz, cbr and
  123. + - Added a "comix.xml" file which can be installed to register cbz and
  124. cbt mime types. Because of inconsistency on some systems, mime types are
  125. @@ -2058,3 +2000,3 @@ Comix 0.2
  126. - Now uses gtk.gdk.pixbuf_get_file_info() to check image file types
  127. - and the `file' program to check filetypes for ZIP/RAR archives.
  128. + and the `file' program to check filetypes for ZIP archives.
  129. Filename extensions should no longer matter for Comix.
  130. diff -Naurp1 a/mcomix/about_dialog.py b/mcomix/about_dialog.py
  131. --- a/mcomix/about_dialog.py 2016-02-13 00:51:54.000000000 +0600
  132. +++ b/mcomix/about_dialog.py 2020-10-23 22:12:57.468012043 +0600
  133. @@ -29,3 +29,3 @@ class _AboutDialog(gtk.AboutDialog):
  134. constants.APPNAME + u' ' + \
  135. - _('It reads ZIP, RAR and tar archives, as well as plain image files.')
  136. + _('It reads ZIP and tar archives, as well as plain image files.')
  137. self.set_comments(comment)
  138. diff -Naurp1 a/mcomix/archive_tools.py b/mcomix/archive_tools.py
  139. --- a/mcomix/archive_tools.py 2016-02-13 00:51:55.000000000 +0600
  140. +++ b/mcomix/archive_tools.py 2020-10-23 22:17:11.079000268 +0600
  141. @@ -16,4 +16,2 @@ from mcomix.archive import (
  142. pdf_external,
  143. - rar,
  144. - rar_external,
  145. sevenzip_external,
  146. @@ -47,8 +45,2 @@ _HANDLERS = {
  147. ),
  148. - constants.RAR: (
  149. - rar.RarArchive,
  150. - rar_external.RarArchive,
  151. - # Last resort: some versions of 7z support RAR.
  152. - sevenzip_external.SevenZipArchive,
  153. - ),
  154. # Prefer 7z over lha executable for Unicode support.
  155. @@ -82,5 +74,2 @@ def szip_available():
  156. -def rar_available():
  157. - return _is_available(constants.RAR)
  158. -
  159. def lha_available():
  160. @@ -96,3 +85,2 @@ def get_supported_formats():
  161. ('Tar', constants.TAR_FORMATS , True ),
  162. - ('RAR', constants.RAR_FORMATS , rar_available() ),
  163. ('7z' , constants.SZIP_FORMATS, szip_available()),
  164. @@ -151,5 +139,2 @@ def archive_mime_type(path):
  165. - if magic[0:4] == 'Rar!':
  166. - return constants.RAR
  167. -
  168. if magic[0:4] == '7z\xBC\xAF':
  169. diff -Naurp1 a/mcomix/constants.py b/mcomix/constants.py
  170. --- a/mcomix/constants.py 2016-02-13 01:59:07.000000000 +0600
  171. +++ b/mcomix/constants.py 2020-10-23 23:06:46.553862125 +0600
  172. @@ -44,3 +44,3 @@ UNION_INDEX = -2
  173. -ZIP, RAR, TAR, GZIP, BZIP2, XZ, PDF, SEVENZIP, LHA, ZIP_EXTERNAL = range(10)
  174. +ZIP, TAR, GZIP, BZIP2, XZ, PDF, SEVENZIP, LHA, ZIP_EXTERNAL = range(9)
  175. NORMAL_CURSOR, GRAB_CURSOR, WAIT_CURSOR, NO_CURSOR = range(4)
  176. @@ -72,5 +72,2 @@ ZIP_FORMATS = (
  177. ('zip', 'cbz'))
  178. -RAR_FORMATS = (
  179. - ('application/x-rar', 'application/x-cbr'),
  180. - ('rar', 'cbr'))
  181. TAR_FORMATS = (
  182. diff -Naurp1 a/mcomix/messages/mcomix.pot b/mcomix/messages/mcomix.pot
  183. --- a/mcomix/messages/mcomix.pot 2016-02-13 01:59:07.000000000 +0600
  184. +++ b/mcomix/messages/mcomix.pot 2020-10-23 22:20:34.392990829 +0600
  185. @@ -26,3 +26,3 @@ msgstr ""
  186. #: mcomix/about_dialog.py:30
  187. -msgid "It reads ZIP, RAR and tar archives, as well as plain image files."
  188. +msgid "It reads ZIP and tar archives, as well as plain image files."
  189. msgstr ""
  190. @@ -1505,6 +1505,2 @@ msgid "ZIP archive"
  191. msgstr ""
  192. -
  193. -#: mcomix/strings.py:10
  194. -msgid "RAR archive"
  195. -msgstr ""
  196. diff -Naurp1 a/mcomix/strings.py b/mcomix/strings.py
  197. --- a/mcomix/strings.py 2016-02-13 00:52:12.000000000 +0600
  198. +++ b/mcomix/strings.py 2020-10-23 22:21:10.950989132 +0600
  199. @@ -5,3 +5,3 @@
  200. -from mcomix.constants import ZIP, RAR, TAR, GZIP, BZIP2, XZ, PDF, SEVENZIP, LHA, ZIP_EXTERNAL
  201. +from mcomix.constants import ZIP, TAR, GZIP, BZIP2, XZ, PDF, SEVENZIP, LHA, ZIP_EXTERNAL
  202. @@ -9,3 +9,2 @@ ARCHIVE_DESCRIPTIONS = {
  203. ZIP : _('ZIP archive'),
  204. - RAR : _('RAR archive'),
  205. TAR : _('Tar archive'),
  206. diff -Naurp1 a/mcomix.egg-info/PKG-INFO b/mcomix.egg-info/PKG-INFO
  207. --- a/mcomix.egg-info/PKG-INFO 2016-02-13 02:19:34.000000000 +0600
  208. +++ b/mcomix.egg-info/PKG-INFO 2020-10-23 22:27:15.710972197 +0600
  209. @@ -9,3 +9,3 @@ License: License :: OSI Approved :: GNU
  210. Download-URL: http://sourceforge.net/projects/mcomix/files
  211. -Description: MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF). MComix is a fork of Comix.
  212. +Description: MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBZ, CB7, CBT, LHA and PDF). MComix is a fork of Comix.
  213. Platform: Operating System :: POSIX :: Linux
  214. diff -Naurp1 a/mcomix.egg-info/SOURCES.txt b/mcomix.egg-info/SOURCES.txt
  215. --- a/mcomix.egg-info/SOURCES.txt 2016-02-13 02:19:43.000000000 +0600
  216. +++ b/mcomix.egg-info/SOURCES.txt 2020-10-23 22:36:21.619946852 +0600
  217. @@ -86,4 +86,2 @@ mcomix/archive/lha_external.py
  218. mcomix/archive/pdf_external.py
  219. -mcomix/archive/rar.py
  220. -mcomix/archive/rar_external.py
  221. mcomix/archive/sevenzip_external.py
  222. @@ -189,3 +187,2 @@ mime/mcomix.xml
  223. mime/icons/16x16/application-x-cb7.png
  224. -mime/icons/16x16/application-x-cbr.png
  225. mime/icons/16x16/application-x-cbt.png
  226. @@ -193,3 +190,2 @@ mime/icons/16x16/application-x-cbz.png
  227. mime/icons/22x22/application-x-cb7.png
  228. -mime/icons/22x22/application-x-cbr.png
  229. mime/icons/22x22/application-x-cbt.png
  230. @@ -197,3 +193,2 @@ mime/icons/22x22/application-x-cbz.png
  231. mime/icons/24x24/application-x-cb7.png
  232. -mime/icons/24x24/application-x-cbr.png
  233. mime/icons/24x24/application-x-cbt.png
  234. @@ -201,3 +196,2 @@ mime/icons/24x24/application-x-cbz.png
  235. mime/icons/32x32/application-x-cb7.png
  236. -mime/icons/32x32/application-x-cbr.png
  237. mime/icons/32x32/application-x-cbt.png
  238. @@ -205,3 +199,2 @@ mime/icons/32x32/application-x-cbz.png
  239. mime/icons/48x48/application-x-cb7.png
  240. -mime/icons/48x48/application-x-cbr.png
  241. mime/icons/48x48/application-x-cbt.png
  242. diff -Naurp1 a/mime/comicbook.schemas b/mime/comicbook.schemas
  243. --- a/mime/comicbook.schemas 2016-02-13 00:51:54.000000000 +0600
  244. +++ b/mime/comicbook.schemas 2020-10-23 22:22:18.568985992 +0600
  245. @@ -3,24 +3,2 @@
  246. <schema>
  247. - <key>/schemas/desktop/gnome/thumbnailers/application@x-cbr/enable</key>
  248. - <applyto>/desktop/gnome/thumbnailers/application@x-cbr/enable</applyto>
  249. - <owner>comicthumb</owner>
  250. - <type>bool</type>
  251. - <default>true</default>
  252. - <locale name="C">
  253. - <short></short>
  254. - <long></long>
  255. - </locale>
  256. - </schema>
  257. - <schema>
  258. - <key>/schemas/desktop/gnome/thumbnailers/application@x-cbr/command</key>
  259. - <applyto>/desktop/gnome/thumbnailers/application@x-cbr/command</applyto>
  260. - <owner>comicthumb</owner>
  261. - <type>string</type>
  262. - <default>comicthumb %i %o %s</default>
  263. - <locale name="C">
  264. - <short></short>
  265. - <long></long>
  266. - </locale>
  267. - </schema>
  268. - <schema>
  269. <key>/schemas/desktop/gnome/thumbnailers/application@x-cbz/enable</key>
  270. diff -Naurp1 a/mime/comicthumb b/mime/comicthumb
  271. --- a/mime/comicthumb 2016-02-13 00:51:54.000000000 +0600
  272. +++ b/mime/comicthumb 2020-10-23 22:30:29.481963201 +0600
  273. @@ -9,3 +9,3 @@ re-written from scratch for Comix 4 by P
  274. -Supported formats: ZIP, RAR and tar (.cbz, .cbr, .cbt)
  275. +Supported formats: ZIP and tar (.cbz, .cbt)
  276. diff -Naurp1 a/mime/comicthumb.thumbnailer b/mime/comicthumb.thumbnailer
  277. --- a/mime/comicthumb.thumbnailer 2016-02-13 00:51:54.000000000 +0600
  278. +++ b/mime/comicthumb.thumbnailer 2020-10-23 22:29:35.701965697 +0600
  279. @@ -3,2 +3,2 @@ TryExec=comicthumb
  280. Exec=comicthumb %u %o %s
  281. -MimeType=application/x-cb7;application/x-cbr;application/x-cbt;application/x-cbz;application/x-ext-cb7;application/x-ext-cbr;application/x-ext-cbt;application/x-ext-cbz;
  282. +MimeType=application/x-cb7;application/x-cbt;application/x-cbz;application/x-ext-cb7;application/x-ext-cbt;application/x-ext-cbz;
  283. diff -Naurp1 a/mime/mcomix.appdata.xml b/mime/mcomix.appdata.xml
  284. --- a/mime/mcomix.appdata.xml 2016-02-13 00:51:54.000000000 +0600
  285. +++ b/mime/mcomix.appdata.xml 2020-10-23 22:23:39.578982231 +0600
  286. @@ -12,3 +12,3 @@
  287. designed to handle comic books (both Western comics and manga) and supports
  288. - a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF).
  289. + a variety of container formats (including CBZ, CB7, CBT, LHA and PDF).
  290. </p>
  291. diff -Naurp1 a/mime/mcomix.desktop b/mime/mcomix.desktop
  292. --- a/mime/mcomix.desktop 2016-02-13 00:51:54.000000000 +0600
  293. +++ b/mime/mcomix.desktop 2020-10-23 22:24:26.976980031 +0600
  294. @@ -21,2 +21,2 @@ StartupNotify=true
  295. Categories=Graphics;Viewer;
  296. -MimeType=application/x-cb7;application/x-ext-cb7;application/x-cbr;application/x-ext-cbr;application/x-cbt;application/x-ext-cbt;application/x-cbz;application/x-ext-cbz;application/pdf;application/x-pdf;application/x-ext-pdf;image/bmp;image/x-MS-bmp;image/x-bmp;image/gif;image/jpeg;image/png;image/tiff;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;
  297. +MimeType=application/x-cb7;application/x-ext-cb7;application/x-cbt;application/x-ext-cbt;application/x-cbz;application/x-ext-cbz;application/pdf;application/x-pdf;application/x-ext-pdf;image/bmp;image/x-MS-bmp;image/x-bmp;image/gif;image/jpeg;image/png;image/tiff;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;
  298. diff -Naurp1 a/mime/mcomix.xml b/mime/mcomix.xml
  299. --- a/mime/mcomix.xml 2016-02-13 00:51:54.000000000 +0600
  300. +++ b/mime/mcomix.xml 2020-10-23 22:29:53.901964853 +0600
  301. @@ -7,7 +7,2 @@
  302. </mime-type>
  303. - <mime-type type="application/x-cbr">
  304. - <sub-class-of type="application/x-rar"/>
  305. - <comment xml:lang="en">Comic Book Archive (RAR compressed)</comment>
  306. - <glob pattern="*.cbr"/>
  307. - </mime-type>
  308. <mime-type type="application/x-cbt">
  309. diff -Naurp1 a/PKG-INFO b/PKG-INFO
  310. --- a/PKG-INFO 2016-02-13 02:19:43.000000000 +0600
  311. +++ b/PKG-INFO 2020-10-23 22:30:51.598962174 +0600
  312. @@ -9,3 +9,3 @@ License: License :: OSI Approved :: GNU
  313. Download-URL: http://sourceforge.net/projects/mcomix/files
  314. -Description: MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF). MComix is a fork of Comix.
  315. +Description: MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBZ, CB7, CBT, LHA and PDF). MComix is a fork of Comix.
  316. Platform: Operating System :: POSIX :: Linux
  317. diff -Naurp1 a/README b/README
  318. --- a/README 2016-02-13 00:52:12.000000000 +0600
  319. +++ b/README 2020-10-23 22:29:17.749966531 +0600
  320. @@ -6,3 +6,3 @@
  321. designed to handle comic books (both Western comics and manga) and supports a
  322. - variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF).
  323. + variety of container formats (including CBZ, CB7, CBT, LHA and PDF).
  324. MComix is a fork of Comix. It is written in Python and uses GTK+ through the
  325. @@ -59,10 +59,2 @@
  326. - You also need either the "unrar" or the "rar" program installed if you wish
  327. - to read RAR (.cbr) archives.
  328. -
  329. - Alternatively, MComix can use libunrar from Rarlab. Place libunrar.so (or
  330. - unrar.dll on Win32) either in the system's standard library path (/usr/lib
  331. - or C:\Windows\system32), or directly in MComix' root directory when run
  332. - without having first installed MComix.
  333. -
  334. To read 7Zip archives, you need to have the "7z" program installed. Likewise,
  335. diff -Naurp1 a/setup.py b/setup.py
  336. --- a/setup.py 2016-02-13 00:51:54.000000000 +0600
  337. +++ b/setup.py 2020-10-23 22:28:09.541969698 +0600
  338. @@ -77,3 +77,2 @@ setuptools.setup(
  339. ['mime/icons/16x16/application-x-cbz.png',
  340. - 'mime/icons/16x16/application-x-cbr.png',
  341. 'mime/icons/16x16/application-x-cbt.png']),
  342. @@ -81,3 +80,2 @@ setuptools.setup(
  343. ['mime/icons/22x22/application-x-cbz.png',
  344. - 'mime/icons/22x22/application-x-cbr.png',
  345. 'mime/icons/22x22/application-x-cbt.png']),
  346. @@ -85,3 +83,2 @@ setuptools.setup(
  347. ['mime/icons/24x24/application-x-cbz.png',
  348. - 'mime/icons/24x24/application-x-cbr.png',
  349. 'mime/icons/24x24/application-x-cbt.png']),
  350. @@ -89,3 +86,2 @@ setuptools.setup(
  351. ['mime/icons/32x32/application-x-cbz.png',
  352. - 'mime/icons/32x32/application-x-cbr.png',
  353. 'mime/icons/32x32/application-x-cbt.png']),
  354. @@ -93,3 +89,2 @@ setuptools.setup(
  355. ['mime/icons/48x48/application-x-cbz.png',
  356. - 'mime/icons/48x48/application-x-cbr.png',
  357. 'mime/icons/48x48/application-x-cbt.png'])],
  358. @@ -103,3 +98,3 @@ setuptools.setup(
  359. 'It is specifically designed to handle comic books (both Western comics and manga) '
  360. - 'and supports a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF). '
  361. + 'and supports a variety of container formats (including CBZ, CB7, CBT, LHA and PDF). '
  362. 'MComix is a fork of Comix.',