Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ranger/files: ranger-1.6.1-w3mimgdisplay.patch
Date: Thu, 30 May 2013 08:24:36
Message-Id: 20130530082427.D1C242171E@flycatcher.gentoo.org
1 radhermit 13/05/30 08:24:27
2
3 Added: ranger-1.6.1-w3mimgdisplay.patch
4 Log:
5 Version bump, use standard doc path, and fix w3mimgdisplay path (bug #461716 by Khayyam).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 app-misc/ranger/files/ranger-1.6.1-w3mimgdisplay.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/files/ranger-1.6.1-w3mimgdisplay.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/files/ranger-1.6.1-w3mimgdisplay.patch?rev=1.1&content-type=text/plain
14
15 Index: ranger-1.6.1-w3mimgdisplay.patch
16 ===================================================================
17 --- ranger-1.6.1/ranger/ext/img_display.py
18 +++ ranger-1.6.1/ranger/ext/img_display.py
19 @@ -13,7 +13,7 @@
20 import termios, fcntl, struct, sys, os
21 from subprocess import Popen, PIPE
22
23 -W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay'
24 +W3MIMGDISPLAY_PATH = '/usr/libexec/w3m/w3mimgdisplay'
25 W3MIMGDISPLAY_OPTIONS = []
26
27 class ImgDisplayUnsupportedException(Exception):