summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD13
3 files changed, 26 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958241a4a173..c9454e5c23d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,20 @@
pkgbase = nextshot
pkgdesc = A simple screenshot tool that uploads to Nextcloud and works with Sway and X11
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dshoreman/nextshot
arch = x86_64
license = GPL
+ depends = bash
+ depends = curl
+ optdepends = yad: tray icon and gui support
+ optdepends = grim: take screenshots on Sway
+ optdepends = jq: window selection on Sway
+ optdepends = slurp: area selection on Sway
+ optdepends = wl-clipboard: clipboard support on Sway
+ optdepends = imagemagick: take screenshots on X11
+ optdepends = slop: window/area selection on X11
+ optdepends = xclip: clipboard support on X11
source = https://github.com/dshoreman/nextshot/archive/v0.8.2.tar.gz
md5sums = b4b1ab471694b251d38fd2a3a7a459be
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..77e2d3b3fdae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.tar.*z
diff --git a/PKGBUILD b/PKGBUILD
index a29a2501e952..570fccb77eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,22 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple screenshot tool that uploads to Nextcloud and works with Sway and X11"
arch=('x86_64')
url="https://github.com/dshoreman/nextshot"
license=('GPL')
+depends=('bash' 'curl')
+optdepends=(
+ "yad: tray icon and gui support"
+ "grim: take screenshots on Sway"
+ "jq: window selection on Sway"
+ "slurp: area selection on Sway"
+ "wl-clipboard: clipboard support on Sway"
+ "imagemagick: take screenshots on X11"
+ "slop: window/area selection on X11"
+ "xclip: clipboard support on X11"
+)
source=(https://github.com/dshoreman/nextshot/archive/v0.8.2.tar.gz)
md5sums=('b4b1ab471694b251d38fd2a3a7a459be')