main/postmarketos-ui-weston: fix lightdm (!690)
Fix missing lightdm dependency, replace post-upgrade script with symlink.
This commit is contained in:
parent
f16207547b
commit
473b32990f
2 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-weston
|
||||
pkgver=4
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="weston-clients weston weston-shell-desktop weston-backend-fbdev weston-backend-drm weston-backend-x11 weston-terminal weston-xwayland xorg-server-xwayland postmarketos-demos postmarketos-artwork-wallpapers elogind lightdm-openrc xorg-server"
|
||||
install="$pkgname.post-install"
|
||||
depends="weston-clients weston weston-shell-desktop weston-backend-fbdev weston-backend-drm weston-backend-x11 weston-terminal weston-xwayland xorg-server-xwayland postmarketos-demos postmarketos-artwork-wallpapers elogind lightdm lightdm-openrc xorg-server"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="start_weston.sh weston.ini.default 60-lightdm-autologin.conf"
|
||||
options="!check" # Meta package, no test suite
|
||||
|
||||
|
|
1
main/postmarketos-ui-weston/postmarketos-ui-weston.post-upgrade
Symbolic link
1
main/postmarketos-ui-weston/postmarketos-ui-weston.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
|||
postmarketos-ui-weston.post-install
|
Loading…
Reference in a new issue