From 32de766ff0dca5bb4c5e689694a06dabb15f0622 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 12 Apr 2016 07:15:04 +0000 Subject: sysutils/py-ranger: 1.7.1 -> 1.7.2 Changes: - Fixed file name arguments passed to sxiv and feh when using :flat - Fixed removal of empty directories when using :rename - Fixed free disk space display on Mac OS X - Fixed examples/vim_file_chooser to work with gvim too - Fixed some other rare crashes and bugs - Fixed downward mouse wheel scrolling - Fixed warning about regex splits being drawin in title bar since python3.5 - Really fixed S key binding not working when SHELL=fish - Improved doc/cheatsheet.svg - Added some entries to rifle.conf - Added key bindings pO and pP which work like po and pp but queue the operation in a first-in-first-out order. PR: 208734 Submitted by: Daniel Lin (maintainer) --- sysutils/py-ranger/files/patch-img_display.py | 11 ----------- sysutils/py-ranger/files/patch-ranger_ext_img__display.py | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 sysutils/py-ranger/files/patch-img_display.py create mode 100644 sysutils/py-ranger/files/patch-ranger_ext_img__display.py (limited to 'sysutils/py-ranger/files') diff --git a/sysutils/py-ranger/files/patch-img_display.py b/sysutils/py-ranger/files/patch-img_display.py deleted file mode 100644 index 1bcd66e51fec..000000000000 --- a/sysutils/py-ranger/files/patch-img_display.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ranger/ext/img_display.py.orig 2014-02-05 11:33:29.000000000 +0800 -+++ ranger/ext/img_display.py 2014-02-05 11:34:00.000000000 +0800 -@@ -13,7 +13,7 @@ - import termios, fcntl, struct, sys, os - from subprocess import Popen, PIPE - --W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay' -+W3MIMGDISPLAY_PATH = '%%LOCALBASE%%/libexec/w3m/w3mimgdisplay' - W3MIMGDISPLAY_OPTIONS = [] - - class ImgDisplayUnsupportedException(Exception): diff --git a/sysutils/py-ranger/files/patch-ranger_ext_img__display.py b/sysutils/py-ranger/files/patch-ranger_ext_img__display.py new file mode 100644 index 000000000000..84e24506f53c --- /dev/null +++ b/sysutils/py-ranger/files/patch-ranger_ext_img__display.py @@ -0,0 +1,11 @@ +--- ranger/ext/img_display.py.orig 2015-10-03 23:46:45 UTC ++++ ranger/ext/img_display.py +@@ -21,7 +21,7 @@ import termios + from ranger.core.shared import FileManagerAware + from subprocess import Popen, PIPE + +-W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay' ++W3MIMGDISPLAY_PATH = '%%LOCALBASE%%/libexec/w3m/w3mimgdisplay' + W3MIMGDISPLAY_OPTIONS = [] + + class ImgDisplayUnsupportedException(Exception): -- cgit v1.2.3