pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/scrot



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Mar 26 04:34:28 UTC 2026

Modified Files:
        pkgsrc/graphics/scrot: Makefile PLIST distinfo

Log Message:
graphics/scrot: update to 2.0.0

 - Fixes: --line mode=edge glitches under compositors (#423).
 - Fixes: Selection border getting into the screenshot with --freeze (#409).
 - Fixes: Ringing the bell after taking screenshot (#413).
 - Fixes: Mutually exclusive zsh completion (#415).
 - Improvement: Use Xrandr instead of Xinerama for monitor capture (#406).
 - Improvement: Default line width is derived from the display DPI (#420).
 - Improvement: Install zsh and bash completion by default (#415).
 - Document: Correct description of $f and $m format specifier (#419).
 - Document: Correct image magick example (#414).
 - Document: Minimum required version for the required libraries (#420).
 - Removed: --note and --script options (#420).
 - Upgrade: Upgrade minimum requiring Imlib2 version to 1.11.0 (#420).


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/scrot/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/scrot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/scrot/Makefile
diff -u pkgsrc/graphics/scrot/Makefile:1.51 pkgsrc/graphics/scrot/Makefile:1.52
--- pkgsrc/graphics/scrot/Makefile:1.51 Sun Apr  6 14:51:49 2025
+++ pkgsrc/graphics/scrot/Makefile      Thu Mar 26 04:34:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2025/04/06 14:51:49 pin Exp $
+# $NetBSD: Makefile,v 1.52 2026/03/26 04:34:28 pin Exp $
 
-DISTNAME=      scrot-1.12.1
+DISTNAME=      scrot-2.0.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/scrot/PLIST
diff -u pkgsrc/graphics/scrot/PLIST:1.7 pkgsrc/graphics/scrot/PLIST:1.8
--- pkgsrc/graphics/scrot/PLIST:1.7     Thu Aug  1 06:44:22 2024
+++ pkgsrc/graphics/scrot/PLIST Thu Mar 26 04:34:28 2026
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2024/08/01 06:44:22 pin Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/03/26 04:34:28 pin Exp $
 bin/scrot
 man/man1/scrot.1
+share/bash-completion/completions/scrot
 share/doc/scrot/AUTHORS
 share/doc/scrot/CONTRIBUTING.md
 share/doc/scrot/ChangeLog
@@ -8,3 +9,4 @@ share/doc/scrot/FAQ.md
 share/doc/scrot/README.md
 share/doc/scrot/TODO.md
 share/doc/scrot/scrot.png
+share/zsh/site-functions/_scrot

Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.19 pkgsrc/graphics/scrot/distinfo:1.20
--- pkgsrc/graphics/scrot/distinfo:1.19 Sun Apr  6 14:51:49 2025
+++ pkgsrc/graphics/scrot/distinfo      Thu Mar 26 04:34:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/04/06 14:51:49 pin Exp $
+$NetBSD: distinfo,v 1.20 2026/03/26 04:34:28 pin Exp $
 
-BLAKE2s (scrot-1.12.1.tar.gz) = 79930cae388d1cc467b64f3ba3273f0de5212b1008c7d49b270e832481114dec
-SHA512 (scrot-1.12.1.tar.gz) = 843f890842b1d61fd57ecd24e6d6891bb7d155c618173f3906bb7eb6054c0bebc42a434d7e76220b1f281564c435a1b8162d39330eff6346dd7ecc269104a29d
-Size (scrot-1.12.1.tar.gz) = 183244 bytes
+BLAKE2s (scrot-2.0.0.tar.gz) = ffe610fd42fc7cb8a99eca7f4fa13f050cc7d3d42e531e768b33ddb1db17a7d5
+SHA512 (scrot-2.0.0.tar.gz) = 64352a074c97a8215578f4b1d3d4f5bc9d93517f0dd5e8925c4899ee47d4aa20ed22d3a0807c2673b4167c4d592527dd65815ee5ff7a60bd7f6c8b2466958395
+Size (scrot-2.0.0.tar.gz) = 187496 bytes



Home | Main Index | Thread Index | Old Index