summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-03-07 10:29:54 +0530
committerlibrewish2020-03-07 10:29:54 +0530
commit87a4346c8c3f2d297db6ef20f396343c03b9851f (patch)
treeef8c0633868ce5a1226bd3b6f644fd5d3515858e
parentf81d1c2ed86bedc91b995658a65f8d5cdb8f709f (diff)
downloadaur-87a4346c8c3f2d297db6ef20f396343c03b9851f.tar.gz
small
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2590676e7f51..6201fb1b6630 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.r13.c48c158
+ pkgver = 0.0.1.r33.f6a7fed
pkgrel = 1
url = https://github.com/librewish/qwikaccess
arch = any
@@ -8,9 +8,12 @@ pkgbase = qwikaccess-git
makedepends = git
depends = qt5-base
depends = polkit
+ depends = libnotify
+ depends = bluez-utils
+ depends = playerctl
+ depends = libpulse
optdepends = ffmpeg: for screenshot & audio,screen,screencam recording
optdepends = v4l-utils: for camera
- optdepends = libpulse: for audio/mic mute/unmute vol+/-
optdepends = brightnessctl: for brightness up and down
optdepends = xorg-xrdb: for autohidpi
optdepends = xorg-xrandr: for screen rotation
@@ -18,16 +21,14 @@ pkgbase = qwikaccess-git
optdepends = inotify-tools: for autorotation
optdepends = iio-sensor-proxy: for autorotation
optdepends = redshift: for night mode
- optdepends = bluez-tools: for bluetooth
optdepends = networkmanager: for wifi and hotspot
optdepends = connman: for wifi and hotspot
optdepends = util-linux: for airplane mode
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
+ optdepends = gawk: used in scripts
provides = qwikaccess
conflicts = qwikaccess
source = git+https://github.com/librewish/qwikaccess.git
diff --git a/PKGBUILD b/PKGBUILD
index 56233c37ec16..513f66992f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
_pkgname=qwikaccess
pkgname=${_pkgname}-git
-pkgver=0.0.1.r13.c48c158
+pkgver=0.0.1.r33.f6a7fed
pkgrel=1
pkgdesc="A point and click Qt GUI for scripts we use frequently."
arch=('any')
url="https://github.com/librewish/qwikaccess"
license=('GPL3')
-depends=('qt5-base' 'polkit')
+depends=('qt5-base' 'polkit' 'libnotify' 'bluez-utils' 'playerctl' 'libpulse')
optdepends=(
'ffmpeg: for screenshot & audio,screen,screencam recording'
'v4l-utils: for camera'
- 'libpulse: for audio/mic mute/unmute vol+/-'
'brightnessctl: for brightness up and down'
'xorg-xrdb: for autohidpi'
'xorg-xrandr: for screen rotation'
@@ -18,16 +17,14 @@ optdepends=(
'inotify-tools: for autorotation'
'iio-sensor-proxy: for autorotation'
'redshift: for night mode'
- 'bluez-tools: for bluetooth'
'networkmanager: for wifi and hotspot'
'connman: for wifi and hotspot'
'util-linux: for airplane mode'
'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'
+ 'gawk: used in scripts'
)
makedepends=('git')
provides=("${pkgname%-git}")