main/unl0kr: fix postmarketos-fde-unlocker provider not being versioned
And therefore remove the unnecessary "provider_priority". The postmarketos-base-nofde is already versioned, and there is no situation in which having both unl0kr and postmarketos-base-nofde installed makes sense. Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8522>
This commit is contained in:
parent
7c57ec6983
commit
c3fb6da297
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
maintainer="Johannes Marbach <n0-0ne+gitlab@mailbox.org>"
|
||||
pkgname=unl0kr
|
||||
pkgver=3.5.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit_lvgl=85aa60d18b3d5e5588d7b247abf90198f07c8a63
|
||||
pkgdesc="Framebuffer-based disk unlocker for the initramfs based on LVGL"
|
||||
url="https://gitlab.postmarketos.org/postmarketOS/buffybox"
|
||||
|
|
@ -35,9 +35,8 @@ source="
|
|||
0001-uinput-remove-initialization-of-.time.-in-static-inp.patch
|
||||
"
|
||||
options="!check" # No tests
|
||||
# "providing" osk-sdl, since it was dropped from pmaports
|
||||
provides="postmarketos-fde-unlocker osk-sdl=$pkgver-r$pkgrel"
|
||||
provider_priority=1000
|
||||
# osk-sdl for backwards-compatibility
|
||||
provides="postmarketos-fde-unlocker=$pkgver-r$pkgrel osk-sdl=$pkgver-r$pkgrel"
|
||||
subpackages="
|
||||
$pkgname-agent
|
||||
$pkgname-agent-systemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue