pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/swappy
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 07:55:14 UTC 2026
Added Files:
pkgsrc/wayland/swappy: DESCR Makefile PLIST distinfo
Log Message:
swappy: new package
A Wayland native snapshot and editor tool, inspired
by Snappy on macOS. Works great with grim, slurp
and sway. But can easily work with other screen copy
tools that can output a final image to stdout.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/swappy/DESCR \
pkgsrc/wayland/swappy/Makefile pkgsrc/wayland/swappy/PLIST \
pkgsrc/wayland/swappy/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/swappy/DESCR
diff -u /dev/null pkgsrc/wayland/swappy/DESCR:1.1
--- /dev/null Wed Apr 15 07:55:14 2026
+++ pkgsrc/wayland/swappy/DESCR Wed Apr 15 07:55:14 2026
@@ -0,0 +1,4 @@
+A Wayland native snapshot and editor tool, inspired
+by Snappy on macOS. Works great with grim, slurp
+and sway. But can easily work with other screen copy
+tools that can output a final image to stdout.
Index: pkgsrc/wayland/swappy/Makefile
diff -u /dev/null pkgsrc/wayland/swappy/Makefile:1.1
--- /dev/null Wed Apr 15 07:55:14 2026
+++ pkgsrc/wayland/swappy/Makefile Wed Apr 15 07:55:14 2026
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 07:55:14 kikadf Exp $
+
+DISTNAME= swappy-1.8.0
+CATEGORIES= wayland
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jtheoof/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/jtheoof/swappy
+COMMENT= Screenshot tool for Wayland
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+DEPENDS+= wl-clipboard-[0-9]*:../../wayland/wl-clipboard
+
+SUBST_CLASSES+= nogit
+SUBST_STAGE.nogit= pre-configure
+SUBST_MESSAGE.nogit= Set version
+SUBST_FILES.nogit+= meson.build
+SUBST_SED.nogit+= -e 's/git =/\#git =/g'
+SUBST_SED.nogit+= -e 's/git.found()/false/g'
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/swappy/PLIST
diff -u /dev/null pkgsrc/wayland/swappy/PLIST:1.1
--- /dev/null Wed Apr 15 07:55:14 2026
+++ pkgsrc/wayland/swappy/PLIST Wed Apr 15 07:55:14 2026
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 07:55:14 kikadf Exp $
+bin/swappy
+man/man1/swappy.1
+share/applications/swappy.desktop
+share/icons/hicolor/scalable/apps/swappy.svg
+share/locale/de/LC_MESSAGES/swappy.mo
+share/locale/en/LC_MESSAGES/swappy.mo
+share/locale/fr/LC_MESSAGES/swappy.mo
+share/locale/pt_BR/LC_MESSAGES/swappy.mo
+share/locale/tr/LC_MESSAGES/swappy.mo
+share/locale/zh_CN/LC_MESSAGES/swappy.mo
Index: pkgsrc/wayland/swappy/distinfo
diff -u /dev/null pkgsrc/wayland/swappy/distinfo:1.1
--- /dev/null Wed Apr 15 07:55:14 2026
+++ pkgsrc/wayland/swappy/distinfo Wed Apr 15 07:55:14 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 07:55:14 kikadf Exp $
+
+BLAKE2s (swappy-1.8.0.tar.gz) = 79167c145a5d10868f707d908474b3a7582293fdb5c8ee6242410539ed612c1f
+SHA512 (swappy-1.8.0.tar.gz) = e139ab3de544fe7008c00822ac66bb86f8ff8fabadef8aed8b445a1c8389bc0297d1be045bcd368b66533a9bef23ad4735302eaf5428334cc6723991fb3e32fd
+Size (swappy-1.8.0.tar.gz) = 697882 bytes
Home |
Main Index |
Thread Index |
Old Index