main/postmarketos-base-ui-gnome: depend on networkmanager, nmcli and nmtui (MR 3076)
nmcli and nmtui are still missing in Gnome. Move NetworkManager dependencies from postmarketos-ui-phosh, and phosh will get them when depending on postmarketos-ui-gnome.
This commit is contained in:
parent
49c6f0ce39
commit
5431f520d4
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-base-ui-gnome
|
pkgname=postmarketos-base-ui-gnome
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -9,6 +9,9 @@ depends="
|
||||||
dnsmasq
|
dnsmasq
|
||||||
elogind
|
elogind
|
||||||
gnome-bluetooth
|
gnome-bluetooth
|
||||||
|
networkmanager
|
||||||
|
networkmanager-cli
|
||||||
|
networkmanager-tui
|
||||||
polkit-elogind
|
polkit-elogind
|
||||||
postmarketos-base-ui
|
postmarketos-base-ui
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=18
|
pkgver=18
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
||||||
url="https://puri.sm"
|
url="https://puri.sm"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
@ -16,9 +16,6 @@ depends="
|
||||||
iio-sensor-proxy-openrc
|
iio-sensor-proxy-openrc
|
||||||
modemmanager
|
modemmanager
|
||||||
modemmanager-openrc
|
modemmanager-openrc
|
||||||
networkmanager
|
|
||||||
networkmanager-cli
|
|
||||||
networkmanager-tui
|
|
||||||
phosh
|
phosh
|
||||||
postmarketos-base-ui-gnome
|
postmarketos-base-ui-gnome
|
||||||
tinydm
|
tinydm
|
||||||
|
|
Loading…
Reference in a new issue