main/postmarketos-ui-sxmo: depend on networkmanager (MR 2198)
In35f283a8efsxmo was made to install sxmo on clean installs, but due to9387842aecwas getting uninstalled if it was installed before. Let's properly depend on it instead so people don't end up without working networking
This commit is contained in:
parent
113f829715
commit
f5f7e0da8f
1 changed files with 7 additions and 3 deletions
|
|
@ -1,12 +1,17 @@
|
|||
# Maintainer: Miles Alan <m@milesalan.com>
|
||||
pkgname=postmarketos-ui-sxmo
|
||||
pkgver=1.4.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="(X11) Simple X Mobile: Mobile environment based on simple & suckless software (best compatibility on pinephone)"
|
||||
url="http://sr.ht/~mil/Sxmo"
|
||||
arch="noarch !armhf"
|
||||
license="MIT"
|
||||
depends="sxmo-xdm-config sxmo-xdm-config-openrc sxmo-utils-openrc"
|
||||
depends="
|
||||
networkmanager
|
||||
sxmo-utils-openrc
|
||||
sxmo-xdm-config
|
||||
sxmo-xdm-config-openrc
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||
subpackages="$pkgname-qt_tweaks"
|
||||
_pmb_recommends="
|
||||
|
|
@ -19,7 +24,6 @@ _pmb_recommends="
|
|||
megapixels
|
||||
mobile-config-firefox
|
||||
netsurf
|
||||
networkmanager
|
||||
sacc
|
||||
xcalc
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue