From 5530165310839bdc338e3c16e9708d55876d1c09 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 6 May 2014 03:52:57 -0300 Subject: mcomix-libre-1.00-6.2: fix issue --- libre/mcomix-libre/PKGBUILD | 4 ++-- libre/mcomix-libre/libre.patch | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'libre/mcomix-libre') 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 -- cgit v1.2.3-54-g00ecf