main/unl0kr: "provide" osk-sdl (MR 4732)

needed to replace osk-sdl with unl0kr on systems where osk-sdl is in the
apk world file
This commit is contained in:
Clayton Craft 2024-01-31 10:08:49 -08:00 committed by Oliver Smith
parent 070ae7566d
commit 47a42c8f16
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,7 @@
# Maintainer: Johannes Marbach <n0-0ne+gitlab@mailbox.org> # Maintainer: Johannes Marbach <n0-0ne+gitlab@mailbox.org>
pkgname=unl0kr pkgname=unl0kr
pkgver=2.0.3 pkgver=2.0.3
pkgrel=0 pkgrel=1
_commit_lvgl=2f294aa76c8fece98a4fa72304bc6f267ed2a228 _commit_lvgl=2f294aa76c8fece98a4fa72304bc6f267ed2a228
_commit_lv_drivers=71dbdf07c4ab808bc6f04251d58f78bb57869bf9 _commit_lv_drivers=71dbdf07c4ab808bc6f04251d58f78bb57869bf9
_commit_squeek2lvgl=ffe1f5bf18a99756f1c0985e8ccc3d24a1f4a528 _commit_squeek2lvgl=ffe1f5bf18a99756f1c0985e8ccc3d24a1f4a528
@ -14,7 +14,6 @@ depends="
inih inih
libinput-libs libinput-libs
libxkbcommon libxkbcommon
!osk-sdl
" "
makedepends=" makedepends="
eudev-dev eudev-dev
@ -36,7 +35,8 @@ source="
30-unl0kr-test.sh 30-unl0kr-test.sh
" "
options="!check" # No tests options="!check" # No tests
provides="postmarketos-fde-unlocker" # "providing" osk-sdl, since it was dropped from pmaports
provides="postmarketos-fde-unlocker osk-sdl=$pkgver-r$pkgrel"
provider_priority=1000 provider_priority=1000
subpackages="$pkgname-doc $pkgname-pmtest" subpackages="$pkgname-doc $pkgname-pmtest"