main/postmarketos-ui-sxmo-de-dwm: set provider_priority=5 (MR 3597)

apk treats provider_priority=0 as if it is not there, not as lowest
value. The previous patch set it to =10 for …-sxmo-de-sway, so set it to
=5 for the dwm version.

Related: c21f61ddd8/src/solver.c (L713-721)
This commit is contained in:
Oliver Smith 2022-10-27 20:25:31 +02:00
parent 04250e1e41
commit 96f8084bcd
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,7 +2,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=postmarketos-ui-sxmo-de-dwm
pkgver=1.11.0
pkgrel=0
pkgrel=1
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm"
url="http://sr.ht/~mil/Sxmo"
arch="noarch !armhf"
@ -50,7 +50,7 @@ _pmb_recommends="
xcalc
"
provides="postmarketos-ui-sxmo"
provider_priority=0
provider_priority=5
options="!check" # has no tests
package() {