pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/scrot scrot: Update to 1.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e904ef44f06
branches: trunk
changeset: 446527:9e904ef44f06
user: nia <nia%pkgsrc.org@localhost>
date: Wed Feb 10 11:23:13 2021 +0000
description:
scrot: Update to 1.5
Changes
Do not record pointer when selecting an area.
Fixed compilation on Sparc64.
Fixed a possible overflow in src/options.c.
Fixed a segfault with --multidisp option.
Fixed issues when file extension is more than 3 characters.
New feature: allow save thumbnail without extension.
New feature: retry to grab the keyboard for 1s in 50ms intervals if it is still being grabbed by the windows manager.
New option --class (-C): discriminate windows by class name.
Support various modes of drawing selection.
diffstat:
graphics/scrot/Makefile | 15 ++++-----------
graphics/scrot/PLIST | 6 +++++-
graphics/scrot/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 17 deletions(-)
diffs (59 lines):
diff -r 7b66c8707bbd -r 9e904ef44f06 graphics/scrot/Makefile
--- a/graphics/scrot/Makefile Wed Feb 10 10:51:42 2021 +0000
+++ b/graphics/scrot/Makefile Wed Feb 10 11:23:13 2021 +0000
@@ -1,24 +1,17 @@
-# $NetBSD: Makefile,v 1.40 2020/11/25 13:48:41 tnn Exp $
+# $NetBSD: Makefile,v 1.41 2021/02/10 11:23:13 nia Exp $
-DISTNAME= scrot-1.4
+DISTNAME= scrot-1.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
-GITHUB_TAG= ${PKGVERSION_NOREV}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot
-COMMENT= Commandline screen capture util like "import", but using imlib2
+COMMENT= Command line screen capture util like "import", but using imlib2
LICENSE= mit
-TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
-
-USE_TOOLS+= autoreconf automake m4
-
GNU_CONFIGURE= yes
-pre-configure:
- cd ${WRKSRC} && autoreconf -i
-
.include "../../devel/giblib/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
diff -r 7b66c8707bbd -r 9e904ef44f06 graphics/scrot/PLIST
--- a/graphics/scrot/PLIST Wed Feb 10 10:51:42 2021 +0000
+++ b/graphics/scrot/PLIST Wed Feb 10 11:23:13 2021 +0000
@@ -1,3 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2019/08/18 16:52:03 fox Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/02/10 11:23:13 nia Exp $
bin/scrot
man/man1/scrot.1
+share/doc/scrot/AUTHORS
+share/doc/scrot/ChangeLog
+share/doc/scrot/README.md
+share/doc/scrot/scrot.png
diff -r 7b66c8707bbd -r 9e904ef44f06 graphics/scrot/distinfo
--- a/graphics/scrot/distinfo Wed Feb 10 10:51:42 2021 +0000
+++ b/graphics/scrot/distinfo Wed Feb 10 11:23:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/11/24 17:13:08 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/02/10 11:23:13 nia Exp $
-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
+SHA1 (scrot-1.5.tar.gz) = fd6294bcb775611bb66b6a79b8d323c2c533c511
+RMD160 (scrot-1.5.tar.gz) = 230638bbe9b0670ccb6b134b61a53d2e1bedb2df
+SHA512 (scrot-1.5.tar.gz) = 1b0c6875ba1a4ed764653e30795389cbfd7cfd32d8ca1791c166efb0da63f2fb85c20840d03a8e4995facce7612bfbd3923fee6e1eb871821f590371ed51b6b4
+Size (scrot-1.5.tar.gz) = 178534 bytes
Home |
Main Index |
Thread Index |
Old Index