main/postmarketos-ui-xfce4: enable networkmanager by default (MR 2174)
[ci:ignore-count] Only small packages are changed, should be quick to build
This commit is contained in:
parent
7205d9a6e4
commit
c23886a8fc
2 changed files with 7 additions and 3 deletions
|
@ -1,20 +1,23 @@
|
||||||
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
|
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
|
||||||
pkgname=postmarketos-ui-xfce4
|
pkgname=postmarketos-ui-xfce4
|
||||||
pkgver=0.3
|
pkgver=0.3
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="(X11) Lightweight desktop (stylus recommended)"
|
pkgdesc="(X11) Lightweight desktop (stylus recommended)"
|
||||||
url="https://gitlab.com/postmarketOS/xfce4-phone"
|
url="https://gitlab.com/postmarketOS/xfce4-phone"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="elogind
|
depends="
|
||||||
|
elogind
|
||||||
lightdm
|
lightdm
|
||||||
lightdm-openrc
|
lightdm-openrc
|
||||||
lxpolkit
|
lxpolkit
|
||||||
mesa-egl
|
mesa-egl
|
||||||
|
networkmanager
|
||||||
xfce4
|
xfce4
|
||||||
xorg-server
|
xorg-server
|
||||||
"
|
"
|
||||||
_pmb_recommends="faenza-icon-theme
|
_pmb_recommends="
|
||||||
|
faenza-icon-theme
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pm-utils
|
pm-utils
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/64-autologin.conf
|
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/64-autologin.conf
|
||||||
|
|
||||||
rc-update add lightdm default
|
rc-update add lightdm default
|
||||||
|
rc-update add networkmanager default
|
||||||
|
|
Loading…
Reference in a new issue