diff options
Diffstat (limited to 'source/ap/mc')
-rwxr-xr-x | source/ap/mc/mc.SlackBuild | 5 | ||||
-rw-r--r-- | source/ap/mc/mc.image.sh.geeqie.diff | 11 |
2 files changed, 1 insertions, 15 deletions
diff --git a/source/ap/mc/mc.SlackBuild b/source/ap/mc/mc.SlackBuild index ae15ffdf..cf80202f 100755 --- a/source/ap/mc/mc.SlackBuild +++ b/source/ap/mc/mc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -73,9 +73,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Use geeqie instead of gqview as an external image viewer: -zcat $CWD/mc.image.sh.geeqie.diff.gz | patch -p1 --verbose || exit 1 - # Upstream fixes: zcat $CWD/mc-3605-extfs.c-fix-buffer-overflow.patch.gz | patch -p1 --verbose || exit 1 diff --git a/source/ap/mc/mc.image.sh.geeqie.diff b/source/ap/mc/mc.image.sh.geeqie.diff deleted file mode 100644 index 8a7fe1c5..00000000 --- a/source/ap/mc/mc.image.sh.geeqie.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./misc/ext.d/image.sh.orig 2013-05-29 01:53:42.379848005 -0500 -+++ ./misc/ext.d/image.sh 2013-05-29 01:54:54.639853218 -0500 -@@ -39,7 +39,7 @@ - ;; - *) - if [ -n "$DISPLAY" ]; then -- (gqview "${MC_EXT_FILENAME}" &) -+ (geeqie "${MC_EXT_FILENAME}" &) - elif see >/dev/null 2>&1; then - (see "${MC_EXT_FILENAME}" &) - else |