diff options
author | nia <nia@pkgsrc.org> | 2020-11-24 17:13:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-24 17:13:08 +0000 |
commit | bf0c7674ef5c59ed4a36d6ff64e68866956d11e8 (patch) | |
tree | 87ede92394319a24bbec45762592114fe754643a /graphics/scrot | |
parent | 415b9e3cae1cdaae09da9159445345078ca74514 (diff) | |
download | pkgsrc-bf0c7674ef5c59ed4a36d6ff64e68866956d11e8.tar.gz |
scrot: Update to 1.4
Sat Jul 18 23:23:00 -03:00 2020 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.4
[ ideal ]
* Fix SIGSEGV, if running without DISPLAY environment variable.
[ Jeroen Roovers ]
* README.md: mention libXcomposite in build requirements.
* Removed libXcursor references.
[ Joao Eriberto Mota Filho ]
* Added a new logo 128x128.
* Added rights for "ideal", Jeroen Roovers and spycapitan.
* Fixed spelling errors in manpage.
* Prepare for new release.
* Updated manpage.
* Using create-man.sh 2.0 from txt2man package from Debian.
[ spycapitan ]
* Call XCloseDisplay on exit. This is the right thing in every X server
program, to release acquired resources.
* Fixed autoselect.
* Fixed capturing partially hidden windows on the edge of the desktop.
* Fixed required number.
* Fixed SIGSEGV, option --note.
* Minor fix: variable is assigned that is never used.
* New Feature: capture stack/overlapping windows. Depends of libXcomposite
(X11). New option: --stack or -k.
* Stack windows: client list spec EWMH.
Sun Apr 16 00:08:00 -03:00 2020 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.3
[ Joao Eriberto Mota Filho ]
* Added rights for Hinigatsu and Sean Brennan.
* Created full-check.yml to provide CI tests.
* Prepare for new release.
* Updated manpage.
* Using an updated README.md as replace for README.
[ Hinigatsu ]
* Added delay option to autoselect.
* Fixed bug #39, mouse pointer not captured with -a -p options.
[ Sean Brennan ]
* Added -D option to specify the display to use.
Diffstat (limited to 'graphics/scrot')
-rw-r--r-- | graphics/scrot/Makefile | 5 | ||||
-rw-r--r-- | graphics/scrot/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index cf551976cab..145a8c4f4cd 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2020/01/10 21:14:11 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2020/11/24 17:13:08 nia Exp $ -DISTNAME= scrot-1.2 +DISTNAME= scrot-1.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/} GITHUB_TAG= ${PKGVERSION_NOREV} -EXTRACT_USING= bsdtar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo index 8aede83dd95..6b58389e770 100644 --- a/graphics/scrot/distinfo +++ b/graphics/scrot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/08/19 17:41:56 fox Exp $ +$NetBSD: distinfo,v 1.9 2020/11/24 17:13:08 nia Exp $ -SHA1 (scrot-1.2.tar.gz) = a05d57cd475d31ec99e98b5d0b51b7d74c9ddf2f -RMD160 (scrot-1.2.tar.gz) = 944e2693a0c4079178c15f7344bb9fe4eea95e91 -SHA512 (scrot-1.2.tar.gz) = b89e7a94e6317fdb7bd260190c6d68a2dfefc08691b4574337afdfff84f55b8b9c955a6ac60642ae9749c1deaa16bee7b855fbd15833a95f602536693daf8c37 -Size (scrot-1.2.tar.gz) = 36839 bytes +SHA1 (scrot-1.4.tar.gz) = d15f6cda88a03576cb6b9a55d2017d0feabb9b4c +RMD160 (scrot-1.4.tar.gz) = f2056dcfcc9c5ac539d7ca12140b3d02a90100da +SHA512 (scrot-1.4.tar.gz) = 8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11 +Size (scrot-1.4.tar.gz) = 157779 bytes |