From 775298f398123223a93675bd2dc6980b6a8d4c55 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Wed, 29 Jan 2020 19:51:15 +0100 Subject: [PATCH] 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. --- main/postmarketos-ui-sway/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/postmarketos-ui-sway/APKBUILD b/main/postmarketos-ui-sway/APKBUILD index 92f4ee443..69c9d6968 100644 --- a/main/postmarketos-ui-sway/APKBUILD +++ b/main/postmarketos-ui-sway/APKBUILD @@ -3,13 +3,13 @@ # Maintainer: Danct12 pkgname=postmarketos-ui-sway pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)" url="https://postmarketos.org" arch="noarch" license="GPL-3.0-or-later" -depends="dbus sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers - rxvt-unicode xorg-server lightdm lightdm-openrc elogind" +depends="sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers + rxvt-unicode lightdm lightdm-openrc elogind" install="$pkgname.post-install $pkgname.post-upgrade" source="60-lightdm-autologin.conf postmarketos_background" options="!check" # no testsuite