main/postmarketos-ui-{mate,xfce4}: add blueman (MR 3075)
Adding bluez to "depends" in order to enable bluetooth service (doesn't work on packages in "_pmb_recommends"). Adding blueman to "_pmb_recommends" to allow uninstallation by the user. Closes https://gitlab.com/postmarketOS/pmaports/-/issues/1465
This commit is contained in:
parent
5431f520d4
commit
49023c3f33
4 changed files with 8 additions and 2 deletions
|
@ -2,12 +2,13 @@
|
|||
# Maintainer: Jakko <jahau@rocketmail.com>
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
# Maintainer: Jakko <jahau@rocketmail.com>
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue