main/postmarketos-ui-sway: update recommends for sway defaults (MR 1622)

alacritty and dmenu are specified in the default sway config, so install
them so the user isn't left with a non-functional desktop.
This commit is contained in:
Luca Weiss 2020-10-07 10:06:41 +02:00 committed by Bart Ribbers
parent 6a8ea4bc68
commit 9db239a9d8
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,7 +1,7 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=postmarketos-ui-sway
pkgver=2
pkgrel=0
pkgrel=1
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
url="https://postmarketos.org"
arch="noarch !armhf !x86" # armhf,x86: aports#11807
@ -11,10 +11,11 @@ depends="elogind
lightdm-openrc
sway
"
_pmb_recommends="postmarketos-artwork-wallpapers
rxvt-unicode
swaylock
_pmb_recommends="alacritty
dmenu
postmarketos-artwork-wallpapers
swayidle
swaylock
xorg-server-xwayland
"
install="$pkgname.post-install $pkgname.post-upgrade"