pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/screengrab



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon May 19 09:10:46 UTC 2025

Modified Files:
        pkgsrc/graphics/screengrab: Makefile distinfo

Log Message:
graphics/screengrab: update to 3.0.0

3.0.0 / 2025-05-17
===================
 * Added support for Wayland compositors that use "wlr screencopy protocol".
 * Added a command-line option for saving screenshot and exiting without showing window.
 * Show the window on the screen with cursor under X11.
 * Fixed 2 old X11 bugs in auto-saving and `--minimized` command-line option.
 * Use LXQt build tools for compilation.
 * GUI cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/screengrab/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/screengrab/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/screengrab/Makefile
diff -u pkgsrc/graphics/screengrab/Makefile:1.38 pkgsrc/graphics/screengrab/Makefile:1.39
--- pkgsrc/graphics/screengrab/Makefile:1.38    Sun Apr 27 21:22:10 2025
+++ pkgsrc/graphics/screengrab/Makefile Mon May 19 09:10:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/04/27 21:22:10 gutteridge Exp $
+# $NetBSD: Makefile,v 1.39 2025/05/19 09:10:46 pin Exp $
 
-DISTNAME=      screengrab-2.10.0
+DISTNAME=      screengrab-3.0.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -19,6 +19,7 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_INSTALL_P
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/screengrab \
                -L${PREFIX}/lib/screengrab/
 
+TOOL_DEPENDS+= lxqt-build-tools>=2.2.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"
@@ -30,5 +31,6 @@ TOOL_DEPENDS+=        qt6-qttools-[0-9]*:../../
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/plasma6-layer-shell-qt/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/screengrab/distinfo
diff -u pkgsrc/graphics/screengrab/distinfo:1.13 pkgsrc/graphics/screengrab/distinfo:1.14
--- pkgsrc/graphics/screengrab/distinfo:1.13    Sun Apr 27 21:22:10 2025
+++ pkgsrc/graphics/screengrab/distinfo Mon May 19 09:10:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/04/27 21:22:10 gutteridge Exp $
+$NetBSD: distinfo,v 1.14 2025/05/19 09:10:46 pin Exp $
 
-BLAKE2s (screengrab-2.10.0.tar.xz) = e4ae65902cf5af8ba1efe0e75adbf783ae9dea12d5063d3cf941948564b75fc8
-SHA512 (screengrab-2.10.0.tar.xz) = ac2022a4abf65bc40ac05467311c6ffa0ef78d74629d46ffdfdc0eb5472eb061cd500db6563cba8d593d4bbf1d2152ba10bb4d6c9c28eaa5c098b5605c71efd2
-Size (screengrab-2.10.0.tar.xz) = 349336 bytes
+BLAKE2s (screengrab-3.0.0.tar.xz) = e446d4b6c49d3818670e111aee432b97599714003df285cdeb35f85f27d06ea6
+SHA512 (screengrab-3.0.0.tar.xz) = 86356a1992379c4656fc423f22a92d49a6de55892260f71e923d6c25d4ca099ae0846926dbf516577c5801af993b4f0cd511f3f6da95e6adfc7c2dda1b779724
+Size (screengrab-3.0.0.tar.xz) = 376620 bytes



Home | Main Index | Thread Index | Old Index