summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-03-04 12:53:58 +0530
committerlibrewish2020-03-04 12:53:58 +0530
commitf81d1c2ed86bedc91b995658a65f8d5cdb8f709f (patch)
tree00126b64b832364a0c66853a1315bc676498d593
parentdf9d756cd6dfdaa327c6a64223b3e48f349df736 (diff)
downloadaur-f81d1c2ed86bedc91b995658a65f8d5cdb8f709f.tar.gz
added playerctl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60a128b7975..2590676e7f51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qwikaccess-git
pkgdesc = A point and click Qt GUI for scripts we use frequently.
- pkgver = 0.0.1.r0.02d5835
+ pkgver = 0.0.1.r13.c48c158
pkgrel = 1
url = https://github.com/librewish/qwikaccess
arch = any
@@ -25,6 +25,8 @@ pkgbase = qwikaccess-git
optdepends = xdg-utils: for lock screen (xdg-screensaver lock)
optdepends = systemd: for leave commands and gps services
optdepends = libnotify: for notification
+ optdepends = wmctrl: for screencam ffplay to be on above all windows
+ optdepends = playerctl: media player controls
optdepends = grep: used in scripts
provides = qwikaccess
conflicts = qwikaccess
diff --git a/PKGBUILD b/PKGBUILD
index 1a7dbadde3f8..56233c37ec16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=qwikaccess
pkgname=${_pkgname}-git
-pkgver=0.0.1.r0.02d5835
+pkgver=0.0.1.r13.c48c158
pkgrel=1
pkgdesc="A point and click Qt GUI for scripts we use frequently."
arch=('any')
@@ -25,6 +25,8 @@ optdepends=(
'xdg-utils: for lock screen (xdg-screensaver lock)'
'systemd: for leave commands and gps services'
'libnotify: for notification'
+ 'wmctrl: for screencam ffplay to be on above all windows'
+ 'playerctl: media player controls'
'grep: used in scripts'
)
makedepends=('git')