diff options
author | Sebastian <sebastian@sebsite.pw> | 2022-01-23 15:27:03 -0500 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-01-23 20:34:44 +0000 |
commit | 07c7f57f75bb121ea59a850fea9b6ce1c05299c9 (patch) | |
tree | 8623db0a483458baa9142ab3fb0b6e5efcb5f2c1 | |
parent | 75cdf34a05a4eff9fcc83aebbaadc250711c84d8 (diff) | |
download | aports-patches/3895.tar.gz aports-patches/3895.tar.bz2 aports-patches/3895.tar.xz |
community/sway: add grimshot subpackagepatches/3895
Signed-off-by: Sebastian <sebastian@sebsite.pw>
-rw-r--r-- | community/sway/APKBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD index 64ac484dbf..9399ee8490 100644 --- a/community/sway/APKBUILD +++ b/community/sway/APKBUILD @@ -35,6 +35,7 @@ subpackages=" $pkgname-bash-completion $pkgname-zsh-completion $pkgname-fish-completion + grimshot::noarch " source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/sway/archive/$pkgver.tar.gz sway.desktop @@ -51,6 +52,11 @@ package() { install -D -m644 "$srcdir"/sway.desktop \ "$pkgdir"/usr/share/wayland-sessions/sway.desktop + install -D -m755 contrib/grimshot \ + "$pkgdir"/usr/bin/grimshot + install -D -m644 contrib/grimshot.1 \ + "$pkgdir"/usr/share/man/man1/grimshot.1 + # move fish completion files where they are expected mv "$pkgdir"/usr/share/fish/vendor_completions.d "$pkgdir"/usr/share/fish/completions } @@ -63,6 +69,14 @@ wallpapers() { amove usr/share/backgrounds } +grimshot() { + pkgdesc="A helper for screenshots within Sway" + depends="grim jq libnotify slurp sway wl-clipboard" + + mkdir -p "$subpkgdir"/usr/bin/ + mv "$pkgdir"/usr/bin/grimshot "$subpkgdir"/usr/bin/ +} + sha512sums=" 028cf5d504d5914bfb78d44156d6a290de660c5ed0638f4e2c56e5be76db9b0baeda035e1fa1ae23559016bd7e4312f7ff70c2fb4904df25358577c1a3d21243 sway-1.7.tar.gz c9bc08fbd9d059c037ad1e3b7ab5e91bcde27dce248cc558c1f126b01c85b1d0d4ed4bb10e3f27bc818a06e60a81f19478b95529d4eeb32036e2c6ea9f29db36 sway.desktop |