postmarketos-fde-unlocker: make unl0kr the default (MR 3279)
Fixes: #1411 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
52fbd2f26e
commit
828aac0e8b
|
@ -5,7 +5,7 @@
|
||||||
# https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10712
|
# https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10712
|
||||||
pkgname=osk-sdl
|
pkgname=osk-sdl
|
||||||
pkgver=0.67.1
|
pkgver=0.67.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
|
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
|
||||||
url="https://gitlab.com/postmarketOS/osk-sdl"
|
url="https://gitlab.com/postmarketOS/osk-sdl"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -36,7 +36,7 @@ source="
|
||||||
options="!strip !check" # No tests
|
options="!strip !check" # No tests
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
provides="postmarketos-fde-unlocker"
|
provides="postmarketos-fde-unlocker"
|
||||||
provider_priority=1000
|
provider_priority=999
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson build
|
abuild-meson build
|
||||||
|
|
|
@ -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.1
|
pkgver=2.0.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
_commit_lvgl=2f294aa76c8fece98a4fa72304bc6f267ed2a228
|
_commit_lvgl=2f294aa76c8fece98a4fa72304bc6f267ed2a228
|
||||||
_commit_lv_drivers=7e3135bcae37cbd03c2f003fcc96278671bd8632
|
_commit_lv_drivers=7e3135bcae37cbd03c2f003fcc96278671bd8632
|
||||||
_commit_squeek2lvgl=b67685dfede0771d2a237e1d8d4e784fcf406a70
|
_commit_squeek2lvgl=b67685dfede0771d2a237e1d8d4e784fcf406a70
|
||||||
|
@ -36,7 +36,7 @@ source="
|
||||||
"
|
"
|
||||||
options="!check" # No tests
|
options="!check" # No tests
|
||||||
provides="postmarketos-fde-unlocker"
|
provides="postmarketos-fde-unlocker"
|
||||||
provider_priority=999
|
provider_priority=1000
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user