Update to 2.14
ChangeLog: Sun, 04 Oct 2015 10:01:20 +0200 * Release v2.14 * Add --xinerama-index option for background setting (patch by James Knight) * When removing the last image in slidsehow mode, stay on the last (previously second-to-last) image (patch by Lior Shiponi) * Allow --sort and --randomize to override each other (most recently specified option wins) instead of always preferring --sort * Thumbnail mode: Mark image as processed when executing an action (--action) by clicking on an image * It is now possible to override feh's idea of the active xinerama screen using the --xinerama-index option * Remove (undocumented) feature allowing to override feh's idea of the active xinerama screen by setting the XINERAMA_SCREEN environment variable
This commit is contained in:
parent
fd17bc818c
commit
067c49dc3c
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.67 2015/06/14 08:09:35 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.68 2015/10/09 12:28:25 szptvlfn Exp $
|
||||
|
||||
DISTNAME= feh-2.13.1
|
||||
DISTNAME= feh-2.14
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://feh.finalrewind.org/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.30 2015/06/14 08:09:35 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.31 2015/10/09 12:28:25 szptvlfn Exp $
|
||||
|
||||
SHA1 (feh-2.13.1.tar.bz2) = 3f333c1ea26346a3f5481653c8a2e4633cde3a1a
|
||||
RMD160 (feh-2.13.1.tar.bz2) = 540e54edca941336dc7192d3278a977893ef9fd1
|
||||
Size (feh-2.13.1.tar.bz2) = 2117354 bytes
|
||||
SHA1 (feh-2.14.tar.bz2) = c5e419e4f5cce648f60f87879237ff57b1375032
|
||||
RMD160 (feh-2.14.tar.bz2) = 20f9df578a4c0df24eee99952c4024ac17311e63
|
||||
Size (feh-2.14.tar.bz2) = 2118007 bytes
|
||||
SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5
|
||||
SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492
|
||||
|
|
Loading…
Reference in a new issue