From bbcaf20a5ced1e3fdd29db45c69c4d4d506ef78b Mon Sep 17 00:00:00 2001 From: Brett Cornwall Date: Wed, 11 May 2022 21:32:48 +0000 Subject: [PATCH] Move swaybg to optdepends --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0260083..b6e0732 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sway pkgver=1.7 epoch=1 -pkgrel=4 +pkgrel=5 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -17,7 +17,6 @@ depends=( 'pango' 'pcre' 'seatd' - 'swaybg' 'ttf-font' 'wlroots' ) @@ -29,6 +28,7 @@ optdepends=( 'foot: Terminal emulator used in the default configuration' 'mako: Lightweight notification daemon' 'polkit: System privilege control. Required if not using seatd service' + 'swaybg: Wallpaper tool for sway' 'swayidle: Idle management daemon' 'swaylock: Screen locker' 'waybar: Highly customizable bar'