main/postmarketos-ui-i3wm: set XDG_RUNTIME_DIR (!1131)

working towards https://gitlab.com/postmarketOS/pmaports/-/issues/458.
This commit is contained in:
Antoine Fontaine 2020-04-03 10:04:59 +02:00 committed by Bart Ribbers
parent bd15afc217
commit 4046873480
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -2,18 +2,18 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=postmarketos-ui-i3wm
pkgver=0.3
pkgrel=4
pkgrel=5
pkgdesc="(X11) Tiling WM (keyboard required)"
url="https://i3wm.org"
arch="noarch"
license="GPL-3.0-or-later"
depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm lightdm-openrc"
depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm lightdm-openrc elogind"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
source="lock.sh 60-lightdm-autologin.conf"
options="!check"
package() {
install -D -m755 "$srcdir"/lock.sh \
install -Dm755 "$srcdir"/lock.sh \
"$pkgdir"/usr/bin/lock.sh
install -Dm644 "$srcdir"/60-lightdm-autologin.conf \