main/postmarketos-ui-mate: fix lightdm, cosmetics (!690)

Fix missing lightdm dependency, replace post-upgrade script with
symlink, set drebrez as maintainer.
This commit is contained in:
Bart Ribbers 2019-10-17 19:57:22 +02:00 committed by Oliver Smith
parent e96dd73cae
commit de143332b8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 6 additions and 9 deletions

View file

@ -1,13 +1,14 @@
# Contributor: Daniele Debernardi <drebrez@gmail.com>
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname=postmarketos-ui-mate
pkgver=1
pkgrel=7
pkgrel=8
pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)"
url="http://mate-desktop.org/"
arch="noarch"
license="GPL3+"
depends="mate-desktop-environment xorg-server dbus-x11 mesa-egl postmarketos-artwork-wallpapers gtk+2.0 lightdm-openrc"
license="GPL-3.0-or-later"
depends="mate-desktop-environment xorg-server dbus-x11 mesa-egl postmarketos-artwork-wallpapers gtk+2.0 lightdm lightdm-openrc"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
subpackages=""
source="000-system-background.gschema.override 60-lightdm-autologin.conf"
options="!check"

View file

@ -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

View file

@ -0,0 +1 @@
postmarketos-ui-mate.post-install