diff options
| author | winter Sparkles | 2026-07-04 13:03:23 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-04 13:05:59 +0100 |
| commit | 136f8223b50349f12dd6e11c76884a513d036990 (patch) | |
| tree | ae687a6572eb5280940192e5424282dc8a6ef4a9 | |
| parent | f886997649e46a7ec1f92f4b662ab2e37948ba38 (diff) | |
add niri-screenshot-tools live ebuild
| -rw-r--r-- | gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild | 32 | ||||
| -rw-r--r-- | readme.org | 6 |
2 files changed, 38 insertions, 0 deletions
diff --git a/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild b/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild new file mode 100644 index 0000000..def7a99 --- /dev/null +++ b/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Partially autogenerated by pycargoebuild 0.15.2 + +EAPI=8 + +RUST_MIN_VER="1.88.0" + +inherit cargo git-r3 + +DESCRIPTION="Annotate and upload screenshots taken with the built-in niri screenshotter" +HOMEPAGE="https://codeberg.org/whenthesilly/niri-screenshot-tools" +EGIT_REPO_URI="https://codeberg.org/whenthesilly/niri-screenshot-tools" + +RDEPEND=" + gui-wm/niri +" + +LICENSE="GPL-3" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 BSD-2 BSD CDLA-Permissive-2.0 GPL-3+ ISC MIT Unicode-3.0 + ZLIB +" +SLOT="0" +PROPERTIES="live" + +src_unpack() { + git-r3_src_unpack + cargo_live_src_unpack +} @@ -20,3 +20,9 @@ upstream plover project unless they also occur with the appimage. - see the category =plover-plugin= (e.g. =plover-plugin/lapwing-aio= for [[https://lapwing.aerick.ca/][Lapwing]] support) - =app-text/plover2cat= for the transcription software [[https://plover2cat.readthedocs.io/][Plover2CAT]] + +** niri-screenshot-tools +install =gui-apps/niri-screenshot-tools= for the awesome cool software +that lets you annotate and upload your screenshots from niri (source +[[https://codeberg.org/whenthesilly/niri-screenshot-tools][here]])! beware it's a live ebuild so you have to unmask it in your system +portage config |
