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:
parent
e96dd73cae
commit
de143332b8
2 changed files with 6 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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-mate/postmarketos-ui-mate.post-upgrade
Symbolic link
1
main/postmarketos-ui-mate/postmarketos-ui-mate.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
|||
postmarketos-ui-mate.post-install
|
Loading…
Reference in a new issue