[arch-commits] Commit in sway/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Thu Mar 12 01:31:07 UTC 2020


    Date: Thursday, March 12, 2020 @ 01:31:07
  Author: ainola
Revision: 594892

Add polkit as dependency

Without polkit Sway fails to obtain CAP_SYS_ADMIN to become a DRM master. This ensures that a base Arch installation + pacman -S sway gives a working session.

Modified:
  sway/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-12 01:29:46 UTC (rev 594891)
+++ PKGBUILD	2020-03-12 01:31:07 UTC (rev 594892)
@@ -4,12 +4,22 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=7
+pkgrel=8
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
 license=(MIT)
-depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font wlroots)
+depends=(
+  'cairo'
+  'gdk-pixbuf2'
+  'json-c'
+  'pango'
+  'polkit'
+  'pcre'
+  'swaybg'
+  'ttf-font'
+  'wlroots'
+)
 makedepends=(git meson ninja scdoc setconf wayland-protocols)
 backup=(etc/sway/config)
 optdepends=(



More information about the arch-commits mailing list