diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2016-06-12 22:13:57 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2016-06-12 22:13:57 +0000 |
commit | 149ee8be8eb02abf7c9b08ad5213ea1916f220a0 (patch) | |
tree | be42285860559027ef823fce3a1ddf9f94db857b /graphics/feh | |
parent | 2284e00169d261d4e61fc4f1b4bfdef76ab5b734 (diff) | |
download | pkgsrc-149ee8be8eb02abf7c9b08ad5213ea1916f220a0.tar.gz |
Update to 2.16
ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Thu, 09 Jun 2016 08:59:35 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.16
* Fix invalid key/button definitions mis-assigning keys/buttons to other
actions
* Add sort mode --sort dirname to sort images by directory instead
of by name. For example, where a normal recursive run will show images in
the order foo/a.jpg -> foo/bar/baz.jpg -> foo/fnord.jpg, a dirname sort
will result in foo/a.jpg -> foo/fnord.jpg -> foo/bar/baz.jpg (Patch by
Sung Pae)
* Add navigation keys next_dir (]) and prev_dir ([) to jump to the first
image of the nex/previous directory (Patch by Sung Pae)
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 5d847413028..d01cf655f3c 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2016/05/30 08:10:44 leot Exp $ +# $NetBSD: Makefile,v 1.74 2016/06/12 22:13:57 szptvlfn Exp $ -DISTNAME= feh-2.15.4 +DISTNAME= feh-2.16 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 887ce3a94b6..9f6a3fa5164 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2016/05/30 08:10:44 leot Exp $ +$NetBSD: distinfo,v 1.38 2016/06/12 22:13:57 szptvlfn Exp $ -SHA1 (feh-2.15.4.tar.bz2) = f271fc3b7b6a75dc30661c5f64c0f8ea0300a1ce -RMD160 (feh-2.15.4.tar.bz2) = a2d6fc749478ec65ced2baf568b194fbce84f182 -SHA512 (feh-2.15.4.tar.bz2) = fa57146c9568cfd39c3ff610d67015735d6959aa26d1fb0f7f31946d789da55ff423c5853c3b8062d276a6556a5e46c0ef4b955062c7d7614a420352d3f77c44 -Size (feh-2.15.4.tar.bz2) = 2124632 bytes +SHA1 (feh-2.16.tar.bz2) = 9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1 +RMD160 (feh-2.16.tar.bz2) = 74f3e84735822bf35355f66c095f604dd527577a +SHA512 (feh-2.16.tar.bz2) = f429b54d91d0c955c1105ee8e1f4e3030a4afd7e0b06311e33c76e662859d55028e6e2a6785ca6676efd12d927a6eb8fdc77d5885bdf721453d4ac112e278d70 +Size (feh-2.16.tar.bz2) = 2125570 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 |