summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-06-14 22:13:27 +0200
committerRasmus Steinke2015-06-14 22:13:27 +0200
commite62785c668e6402a3e46c9cc0d44fa7d355c25e0 (patch)
treef818ffec979196c0a387974312e806b2a9e3ab75
parent1786b6e32f453238fec345b908a50d4de40dcf72 (diff)
downloadaur-e62785c668e6402a3e46c9cc0d44fa7d355c25e0.tar.gz
add copyq optdep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241a5fc29d82..a3c069ba0129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = teiler-git
depends = rofi
optdepends = fb-client: Upload to paste.xinu.at (or selfhosted filebin)
optdepends = openssh: Upload to SSH server
+ optdepends = copyq: Copy Images to Clipboard
optdepends = imgur: Upload images to imgur.com
provides = teiler
conflicts = teiler
diff --git a/PKGBUILD b/PKGBUILD
index 0a1c1508fa97..c8ad00df1c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ license=('GPL')
depends=('ffmpeg' 'maim' 'slop' 'xclip' 'xininfo-git' 'dzen2-xft-xpm-xinerama-git' 'rofi')
optdepends=('fb-client: Upload to paste.xinu.at (or selfhosted filebin)'
'openssh: Upload to SSH server'
+ 'copyq: Copy Images to Clipboard'
'imgur: Upload images to imgur.com')
options=(!strip)