pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/grim



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Tue Apr 14 13:40:59 UTC 2026

Added Files:
        pkgsrc/wayland/grim: DESCR Makefile PLIST distinfo

Log Message:
grim: new package

Grim is a tool to grab images from a Wayland
compositor. Works great with slurp.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/grim/DESCR pkgsrc/wayland/grim/Makefile \
    pkgsrc/wayland/grim/PLIST pkgsrc/wayland/grim/distinfo

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

Added files:

Index: pkgsrc/wayland/grim/DESCR
diff -u /dev/null pkgsrc/wayland/grim/DESCR:1.1
--- /dev/null   Tue Apr 14 13:40:59 2026
+++ pkgsrc/wayland/grim/DESCR   Tue Apr 14 13:40:59 2026
@@ -0,0 +1,2 @@
+Grim is a tool to grab images from a Wayland
+compositor. Works great with slurp.
Index: pkgsrc/wayland/grim/Makefile
diff -u /dev/null pkgsrc/wayland/grim/Makefile:1.1
--- /dev/null   Tue Apr 14 13:40:59 2026
+++ pkgsrc/wayland/grim/Makefile        Tue Apr 14 13:40:59 2026
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2026/04/14 13:40:59 kikadf Exp $
+
+DISTNAME=              grim-1.5.0
+CATEGORIES=            wayland
+MASTER_SITE_GITLAB=    https://gitlab.freedesktop.org/
+MASTER_SITES=          ${MASTER_SITE_GITLAB:=emersion/}
+GITLAB_TAG=            v${PKGVERSION_NOREV}
+
+MAINTAINER=            kikadf.01%gmail.com@localhost
+HOMEPAGE=              https://gitlab.freedesktop.org/emersion/grim
+COMMENT=               Grab images from a Wayland compositor
+LICENSE=               mit
+
+USE_TOOLS+=            pkg-config
+WRKSRC=                        ${WRKDIR}/grim-${GITLAB_TAG}
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/grim/PLIST
diff -u /dev/null pkgsrc/wayland/grim/PLIST:1.1
--- /dev/null   Tue Apr 14 13:40:59 2026
+++ pkgsrc/wayland/grim/PLIST   Tue Apr 14 13:40:59 2026
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/14 13:40:59 kikadf Exp $
+bin/grim
+man/man1/grim.1
Index: pkgsrc/wayland/grim/distinfo
diff -u /dev/null pkgsrc/wayland/grim/distinfo:1.1
--- /dev/null   Tue Apr 14 13:40:59 2026
+++ pkgsrc/wayland/grim/distinfo        Tue Apr 14 13:40:59 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/14 13:40:59 kikadf Exp $
+
+BLAKE2s (grim-1.5.0.tar.gz) = 36aad43255f8a982eb234e65748b319f7348f0a9b348823221be290f33333298
+SHA512 (grim-1.5.0.tar.gz) = 5a3d0b3dc7bad5dbb3b18649c5fd27ebd0bb03251d6aa2b3ea2fb3b04192bdef923d1fb82234a1281f48cb4d1f014feda2ab3e2ec009e4bbccc81fc04924b9de
+Size (grim-1.5.0.tar.gz) = 20805 bytes



Home | Main Index | Thread Index | Old Index