main/postmarketos-ui-sway: fix lightdm (!690)
Fix missing lightdm dependency, replace post-upgrade script with symlink.
This commit is contained in:
parent
de143332b8
commit
f16207547b
3 changed files with 5 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
|
||||
pkgname=postmarketos-ui-mate
|
||||
pkgver=1
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)"
|
||||
url="http://mate-desktop.org/"
|
||||
arch="noarch"
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname=postmarketos-ui-sway
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="dbus sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers
|
||||
rxvt-unicode xorg-server lightdm-openrc lightdm-gtk-greeter elogind"
|
||||
install="$pkgname.post-install"
|
||||
rxvt-unicode xorg-server lightdm lightdm-openrc elogind"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="60-lightdm-autologin.conf postmarketos_background"
|
||||
options="!check" # no testsuite
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
||||
|
||||
rc-update add lightdm default
|
1
main/postmarketos-ui-sway/postmarketos-ui-sway.post-upgrade
Symbolic link
1
main/postmarketos-ui-sway/postmarketos-ui-sway.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
|||
postmarketos-ui-sway.post-install
|
Loading…
Reference in a new issue