summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-07-15 10:57:39 +0200
committerAndrea Feletto2022-07-15 10:57:39 +0200
commitb48cb9ee810da641f40fe3c12bed351da6780a98 (patch)
tree502b725c78c5d9f361fb76eb8f8cbc2b47e949f7
parentdb63e31b1ff284e9383c86a9534d7e08d49dd507 (diff)
downloadaur-b48cb9ee810da641f40fe3c12bed351da6780a98.tar.gz
move polkit to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45f2c6dbc4d7..409d4711453c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = river
pkgdesc = A dynamic tiling wayland compositor.
pkgver = 0.1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/riverwm/river
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = river
depends = libevdev
depends = pixman
depends = xorg-xwayland
- depends = polkit
+ optdepends = polkit: access seat through systemd-logind
provides = river
provides = riverctl
provides = rivertile
diff --git a/PKGBUILD b/PKGBUILD
index 2d8f31dd39d5..519a606887c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,17 @@
pkgname=river
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
pkgdesc='A dynamic tiling wayland compositor.'
arch=('x86_64')
url='https://github.com/riverwm/river'
license=('GPL3')
depends=(
'mesa' 'wlroots>=0.15.0' 'wayland' 'wayland-protocols' 'libxkbcommon'
- 'libevdev' 'pixman' 'xorg-xwayland' 'polkit'
+ 'libevdev' 'pixman' 'xorg-xwayland'
+)
+optdepends=(
+ 'polkit: access seat through systemd-logind'
)
makedepends=('zig' 'git' 'scdoc')
provides=('river' 'riverctl' 'rivertile')