summaryrefslogtreecommitdiff
path: root/libre/mcomix-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-06 03:52:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-06 03:52:57 -0300
commit5530165310839bdc338e3c16e9708d55876d1c09 (patch)
tree6b2a503d1d0f045920c4f9b21161bd55dd1b7002 /libre/mcomix-libre
parent99118c6deeb883a25981b35c26c84115f2341dc9 (diff)
mcomix-libre-1.00-6.2: fix issue
Diffstat (limited to 'libre/mcomix-libre')
-rw-r--r--libre/mcomix-libre/PKGBUILD4
-rw-r--r--libre/mcomix-libre/libre.patch14
2 files changed, 16 insertions, 2 deletions
diff --git a/libre/mcomix-libre/PKGBUILD b/libre/mcomix-libre/PKGBUILD
index 3818578ba..f28d7d2a3 100644
--- a/libre/mcomix-libre/PKGBUILD
+++ b/libre/mcomix-libre/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=mcomix
pkgname=mcomix-libre
pkgver=1.00
-pkgrel=6.1
+pkgrel=6.2
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree unrar support"
arch=('any')
url="http://sourceforge.net/projects/mcomix/"
@@ -64,4 +64,4 @@ package() {
md5sums=('3a916dd9da17043ab59ccd17e26eb932'
'c80705bf6f132bfba20dcb84b79c9cb7'
- '73dc7d42063b1a1a966eb87d8ec9d0bf')
+ 'cbb3730d3bed153b88208163e83d60e2')
diff --git a/libre/mcomix-libre/libre.patch b/libre/mcomix-libre/libre.patch
index fa13b6c9d..e3f12f703 100644
--- a/libre/mcomix-libre/libre.patch
+++ b/libre/mcomix-libre/libre.patch
@@ -181,6 +181,20 @@ index 4ba60c6..c37699d 100644
"""
# TODO: I can no longer reproduce the issue. Check if this version of
# process.py still solves it.
+diff --git a/mcomix/recent.py b/mcomix/recent.py
+index 3d4613d..3f5c511 100644
+--- a/mcomix/recent.py
++++ b/mcomix/recent.py
+@@ -30,8 +30,7 @@ class RecentFilesMenu(gtk.RecentChooserMenu):
+ rfilter.add_pixbuf_formats()
+
+ mimetypes, patterns = itertools.izip(constants.ZIP_FORMATS,
+- constants.RAR_FORMATS, constants.TAR_FORMATS,
+- constants.SZIP_FORMATS)
++ constants.TAR_FORMATS, constants.SZIP_FORMATS)
+
+ for mimetype in itertools.chain.from_iterable(mimetypes):
+ rfilter.add_mime_type(mimetype)
diff --git a/mcomix/strings.py b/mcomix/strings.py
index c5ca21f..cc69236 100644
--- a/mcomix/strings.py