summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-02 16:47:58 +0530
committerlibrewish2020-11-02 16:47:58 +0530
commit4adf2e1ad12b2697f48b9b13a0dcec1bce7c2ee8 (patch)
treeb174d7f91a7edb39f95f3bbfbe3d423adf8324c3
parent2f4bd59432a6b2e6e0c79ce6f2c1845bfd7323e7 (diff)
downloadaur-qwikaccess-git.tar.gz
chnges
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f15e0784c5..f673eef489a6 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.r35.67f65ca
+ pkgver = 0.0.1.r65.ae84897
pkgrel = 1
url = https://github.com/librewish/qwikaccess
install = qwikaccess.install
@@ -10,21 +10,14 @@ pkgbase = qwikaccess-git
depends = qt5-base
depends = polkit
depends = libnotify
- depends = bluez-utils
- depends = playerctl
depends = libpulse
depends = brightnessctl
- optdepends = ffmpeg: for screenshot & audio,screen,screencam recording
- optdepends = v4l-utils: for camera
- optdepends = xorg-xrdb: for autohidpi
+ depends = inotify-tools
+ depends = ffmpeg
optdepends = xorg-xrandr: for screen rotation
optdepends = xorg-xinput: for autorotation
- optdepends = inotify-tools: for autorotation
optdepends = iio-sensor-proxy: for autorotation
optdepends = redshift: for night mode
- 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 = wmctrl: for screencam ffplay to be on above all windows
diff --git a/PKGBUILD b/PKGBUILD
index 1e1966138d61..9f43ab5a9c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,17 @@
_pkgname=qwikaccess
pkgname=${_pkgname}-git
-pkgver=0.0.1.r35.67f65ca
+pkgver=0.0.1.r65.ae84897
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' 'libnotify' 'bluez-utils' 'playerctl' 'libpulse' 'brightnessctl')
+depends=('qt5-base' 'polkit' 'libnotify' 'libpulse' 'brightnessctl' 'inotify-tools' 'ffmpeg')
optdepends=(
- 'ffmpeg: for screenshot & audio,screen,screencam recording'
- 'v4l-utils: for camera'
- 'xorg-xrdb: for autohidpi'
'xorg-xrandr: for screen rotation'
'xorg-xinput: for autorotation'
- 'inotify-tools: for autorotation'
'iio-sensor-proxy: for autorotation'
'redshift: for night mode'
- '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'
'wmctrl: for screencam ffplay to be on above all windows'