diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2016-04-24 23:18:14 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2016-04-24 23:18:14 +0000 |
commit | 24254fea3cea95c7dfea7e49532c59c454a1bf0e (patch) | |
tree | 6ec9422eb1a3befce6b644e9bfa56a317f762fcb /graphics/feh | |
parent | bade39d926317347fc07c31be350fe1c172efdb2 (diff) | |
download | pkgsrc-24254fea3cea95c7dfea7e49532c59c454a1bf0e.tar.gz |
Update to 2.15.2
ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Sat, 16 Apr 2016 18:32:38 +0200
* Release v2.15.2
* Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15)
Fri, 15 Apr 2016 10:18:37 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.15.1
* Fix w (size_to_image) key not updating window size when --scale-down
or --geometry is active
Sat, 09 Apr 2016 20:42:23 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.15
* Patch by William Woodruff: Add --insecure option to disable HTTPS
certificate checks
* Patch by guraga: Add --no-recursive option to disable recursive directory
expansion. Note that --no-recursive is the default behaviour of feh.
This option is mostly useful to override a --recursive set in a theme or
shell alias
* Patch by Richard Molitor: Improve --scale-down in tiling environments.
This fixes flickering when changing images at the cost of slightly
less apaptive scale-down behaviour: Window size changes are now only
processed when the active image is changed
* --action and --action[1..9] now support action titles
(e.g. --action '[some title]some-command %F'), which are displayed
instead of the specified shell command. Note that the title must not
start with a space. Titles starting with a space are treated as part of
of the command so that actions like '[ -L %F ] && foo' still work
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 5 | ||||
-rw-r--r-- | graphics/feh/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index d4dfd1b482a..f13982024b5 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.71 2016/04/24 23:18:14 szptvlfn Exp $ -DISTNAME= feh-2.14.2 -PKGREVISION= 1 +DISTNAME= feh-2.15.2 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 573e1cf9e50..10b4096edaa 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2016/04/01 15:34:59 jperkin Exp $ +$NetBSD: distinfo,v 1.35 2016/04/24 23:18:14 szptvlfn Exp $ -SHA1 (feh-2.14.2.tar.bz2) = f548cdc0f5ac767eef2f69eb9fff27f70f92162b -RMD160 (feh-2.14.2.tar.bz2) = 9ed97ef0631f6c5b2618b631d6802b53b56ecf37 -SHA512 (feh-2.14.2.tar.bz2) = e88a5e5fa89043ba262d53c1494136cc3904ef33b31763148d131363b2c88c89971862db6c0d3fdc4f902385fcf21e3e22db6bd32ff2dcca5fff0f0a4f296b94 -Size (feh-2.14.2.tar.bz2) = 2119370 bytes +SHA1 (feh-2.15.2.tar.bz2) = 299f3ac0f96bb2ed36c0743eb6aaf74cb7d68295 +RMD160 (feh-2.15.2.tar.bz2) = 27e1e4813a695084a7e2807018ccb1ede71c739a +SHA512 (feh-2.15.2.tar.bz2) = 5e4838432699bc75f5c5a2388b3dcbe39edaa5b3eccb98c4f52a6ab04a651a133f81ae2f6b27f645e37fb8426ba8dba653d4e2b2c53ebebc5e00020e99bb7308 +Size (feh-2.15.2.tar.bz2) = 2120269 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 |