summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-14 08:12:46 +0000
committernia <nia@pkgsrc.org>2021-08-14 08:12:46 +0000
commitdf844ae2c98febeea9e65e941f1b34bafc4019c2 (patch)
treeb27c771227270a83c21b9b150875ffd6fc05e931
parent9ceea130b89c3f97269ad5bfed18c1edc79b6fb7 (diff)
downloadpkgsrc-df844ae2c98febeea9e65e941f1b34bafc4019c2.tar.gz
scrot: update to 1.6
Version 1.6 [ Christopher R. Nelson ] alias @languidnights * Removed dependence on giblib library. [ Daniel T. Borelli ] alias @daltomi * Fixed the capture when a window is hidden behind another. * Fixed the capture of the edge of the focused window. * Avoid capturing the selection box when drag and drop quickly. * Fixed issue when selection reaches the end of screen. * New feature: resize the selection with the arrow keys. * New feature: support script Imlib2 commands. * New feature: added WM_CLASS to exclude selection mode edge from some composite window managers. * Improvement: selection option, capture the mouse cursor when the delay option is used. * Removed forced compiler options: -g -O3 [ Guilherme Janczak ] alias @guijan * Removed the local implementation function: strdup. * Removed the local implementation function: getopt_long. * Removed unused file debug.h. [ Martin C ] alias @Cationiz3r * New feature: change the cursor pointer according to the movement of the selection. [ Shawn Webb ] alias @lattera * Fixed Control Flow Integrity complain in HardenedBSD.
-rw-r--r--graphics/scrot/Makefile10
-rw-r--r--graphics/scrot/distinfo10
2 files changed, 11 insertions, 9 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index 4b49daa0f9b..7778430178b 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/02/10 11:23:13 nia Exp $
+# $NetBSD: Makefile,v 1.42 2021/08/14 08:12:46 nia Exp $
-DISTNAME= scrot-1.5
+DISTNAME= scrot-1.6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -11,9 +11,11 @@ COMMENT= Command line screen capture util like "import", but using imlib2
LICENSE= mit
GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
-.include "../../devel/giblib/buildlink3.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo
index 9cc81e802bb..197022df870 100644
--- a/graphics/scrot/distinfo
+++ b/graphics/scrot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/02/10 11:23:13 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/08/14 08:12:46 nia Exp $
-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
+SHA1 (scrot-1.6.tar.gz) = fd148523bcf64fef00c6e01543f23fb5d19d7195
+RMD160 (scrot-1.6.tar.gz) = 4c03d3eccad07a7c4522bb6b942a92cd96e74503
+SHA512 (scrot-1.6.tar.gz) = 5ecdefe2a8dce5150ef7d7af0cc8cc8a8396dccff2a321c02d633629a60ac6fc90286268b74afad7987ca16ccce30d0b1f87e7b7217738af52d1a6003c316606
+Size (scrot-1.6.tar.gz) = 182032 bytes