Date: Friday, March 13, 2020 @ 00:25:48 Author: ainola Revision: 595625
Add polkit as dependency Without polkit Cage fails to obtain CAP_SYS_ADMIN to become a DRM master. This ensures that a base Arch installation + pacman -S cage gives a working session. Modified: cage/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 00:23:59 UTC (rev 595624) +++ PKGBUILD 2020-03-13 00:25:48 UTC (rev 595625) @@ -1,13 +1,14 @@ # Maintainer: David Runge <[email protected]> +# Maintainer: Brett Cornwall <[email protected]> pkgname=cage pkgver=0.1.1.r40.gcc1f975 -pkgrel=1 +pkgrel=2 pkgdesc="A kiosk compositor for Wayland" arch=('x86_64') url="https://www.hjdskes.nl/projects/cage/" license=('MIT') -depends=('glibc' 'libxkbcommon' 'pixman' 'wayland') +depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland') makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 'xorg-server-xwayland') optdepends=('xorg-server-xwayland: X11 support') # cage 0.1.1 not compatible with wlroots > 0.8.1
