diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2015-10-09 12:28:25 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2015-10-09 12:28:25 +0000 |
commit | b54957bae3244a88ccbe244197ae96054e7d6390 (patch) | |
tree | 19132aa7824d05032d6c9e7b8834795c0473f6d4 /graphics/feh | |
parent | bc73c10114743a258a0bec7f7b8cc0572c81105b (diff) | |
download | pkgsrc-b54957bae3244a88ccbe244197ae96054e7d6390.tar.gz |
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
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 49944868fcd..c2859235faa 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -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 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index f3f72275ac2..9c3736f2a02 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -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 |