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:
parent
04250e1e41
commit
96f8084bcd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Miles Alan <m@milesalan.com>
|
# Maintainer: Miles Alan <m@milesalan.com>
|
||||||
pkgname=postmarketos-ui-sxmo-de-dwm
|
pkgname=postmarketos-ui-sxmo-de-dwm
|
||||||
pkgver=1.11.0
|
pkgver=1.11.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm"
|
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm"
|
||||||
url="http://sr.ht/~mil/Sxmo"
|
url="http://sr.ht/~mil/Sxmo"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
@ -50,7 +50,7 @@ _pmb_recommends="
|
||||||
xcalc
|
xcalc
|
||||||
"
|
"
|
||||||
provides="postmarketos-ui-sxmo"
|
provides="postmarketos-ui-sxmo"
|
||||||
provider_priority=0
|
provider_priority=5
|
||||||
options="!check" # has no tests
|
options="!check" # has no tests
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue