diff --git a/main/postmarketos-ui-mate/APKBUILD b/main/postmarketos-ui-mate/APKBUILD index f99dd0f72..f2e9b4a15 100644 --- a/main/postmarketos-ui-mate/APKBUILD +++ b/main/postmarketos-ui-mate/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Jakko pkgname=postmarketos-ui-mate pkgver=5 -pkgrel=2 +pkgrel=3 pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)" url="http://mate-desktop.org/" arch="noarch" license="GPL-3.0-or-later" depends=" + bluez dbus-x11 dnsmasq gtk+2.0 @@ -23,6 +24,7 @@ depends=" xorg-server " _pmb_recommends=" + blueman gvfs mate-tweak network-manager-applet diff --git a/main/postmarketos-ui-mate/postmarketos-ui-mate.post-install b/main/postmarketos-ui-mate/postmarketos-ui-mate.post-install index bd43403da..4fbb71009 100644 --- a/main/postmarketos-ui-mate/postmarketos-ui-mate.post-install +++ b/main/postmarketos-ui-mate/postmarketos-ui-mate.post-install @@ -2,5 +2,6 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/61-autologin.conf +rc-update add bluetooth default rc-update add lightdm default rc-update add networkmanager default diff --git a/main/postmarketos-ui-xfce4/APKBUILD b/main/postmarketos-ui-xfce4/APKBUILD index 832e58717..47a698280 100644 --- a/main/postmarketos-ui-xfce4/APKBUILD +++ b/main/postmarketos-ui-xfce4/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Jakko pkgname=postmarketos-ui-xfce4 pkgver=0.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="(X11) Lightweight desktop (stylus recommended)" url="https://gitlab.com/postmarketOS/xfce4-phone" arch="noarch" license="GPL-3.0-or-later" depends=" + bluez dnsmasq elogind lightdm @@ -22,6 +23,7 @@ depends=" xorg-server " _pmb_recommends=" + blueman faenza-icon-theme gnome-keyring greybird-themes diff --git a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install index e516b0790..fb096a615 100644 --- a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install +++ b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install @@ -2,5 +2,6 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/64-autologin.conf +rc-update add bluetooth default rc-update add lightdm default rc-update add networkmanager default