main/postmarketos-ui-kodi: fix lightdm (!690)
Fix missing lightdm dependency, add post-upgrade symlink.
This commit is contained in:
parent
7766b3dcfc
commit
7e4a5de7fe
2 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-kodi
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="(Wayland) 10-foot UI useful on TV's"
|
||||
url="https://kodi.tv"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="kodi-wayland kodi cage lightdm-openrc xorg-server"
|
||||
install="$pkgname.post-install"
|
||||
depends="kodi-wayland kodi cage lightdm lightdm-openrc xorg-server"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="60-lightdm-autologin.conf kodi.desktop"
|
||||
options="!check"
|
||||
|
||||
|
|
1
main/postmarketos-ui-kodi/postmarketos-ui-kodi.post-upgrade
Symbolic link
1
main/postmarketos-ui-kodi/postmarketos-ui-kodi.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
|||
postmarketos-ui-kodi.post-install
|
Loading…
Reference in a new issue