main/postmarketos-ui-sway: remove dependency on xorg-server (!913)
postmarketos-ui-sway already depends on xorg-server-xwayland for X clients. There is no need to pull in the entire X server including all necessary drivers. This saves ~84 MiB of disk space when installing postmarketos-ui-sway on asus-me176c. X applications are still working fine through Xwayland. Also remove explicit dependency on dbus - it is already pulled in by dependencies like lightdm or elogind and nothing in postmarketos-ui-sway depends on it specifically.
This commit is contained in:
parent
55cd9ee760
commit
775298f398
|
@ -3,13 +3,13 @@
|
||||||
# Maintainer: Danct12 <danct12@disroot.org>
|
# Maintainer: Danct12 <danct12@disroot.org>
|
||||||
pkgname=postmarketos-ui-sway
|
pkgname=postmarketos-ui-sway
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="dbus sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers
|
depends="sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers
|
||||||
rxvt-unicode xorg-server lightdm lightdm-openrc elogind"
|
rxvt-unicode lightdm lightdm-openrc elogind"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="60-lightdm-autologin.conf postmarketos_background"
|
source="60-lightdm-autologin.conf postmarketos_background"
|
||||||
options="!check" # no testsuite
|
options="!check" # no testsuite
|
||||||
|
|
Loading…
Reference in New Issue
Block a user