main/postmarketos-ui-i3wm: fix lightdm (!696)
Set Martijn Braam as maintainer
This commit is contained in:
parent
a21ff74b36
commit
c56c4b3781
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
|||
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=postmarketos-ui-i3wm
|
||||
pkgver=0.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="(X11) Tiling WM (keyboard required)"
|
||||
url="https://i3wm.org"
|
||||
arch="noarch"
|
||||
license="GPL-3.0"
|
||||
depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm-openrc"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm lightdm-openrc"
|
||||
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
|
||||
source="lock.sh 60-lightdm-autologin.conf"
|
||||
options="!check"
|
||||
|
@ -14,7 +16,6 @@ package() {
|
|||
install -D -m755 "$srcdir"/lock.sh \
|
||||
"$pkgdir"/usr/bin/lock.sh
|
||||
|
||||
|
||||
install -Dm644 "$srcdir"/60-lightdm-autologin.conf \
|
||||
"$pkgdir"/usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue