main/osk-sdl: upgrade to 0.67.1, change font dep and add patch to fix path
the ttf-dejavu package was renamed[1] and the path to the font file
changes.
ee78772612
fixes https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/issues/15
This commit is contained in:
parent
a292830ef9
commit
4b72fbd9da
2 changed files with 18 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Note: cannot upstream to Alpine until:
|
# Note: cannot upstream to Alpine until:
|
||||||
# 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
|
pkgver=0.67.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
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"
|
||||||
|
@ -16,7 +16,7 @@ depends="
|
||||||
mesa-egl
|
mesa-egl
|
||||||
mesa-gl
|
mesa-gl
|
||||||
mesa-gles
|
mesa-gles
|
||||||
ttf-dejavu
|
font-dejavu
|
||||||
"
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
cryptsetup-dev
|
cryptsetup-dev
|
||||||
|
@ -30,6 +30,7 @@ source="
|
||||||
https://gitlab.com/postmarketOS/osk-sdl/-/archive/$pkgver/osk-sdl-$pkgver.tar.gz
|
https://gitlab.com/postmarketOS/osk-sdl/-/archive/$pkgver/osk-sdl-$pkgver.tar.gz
|
||||||
osk-sdl.files
|
osk-sdl.files
|
||||||
unlock.sh
|
unlock.sh
|
||||||
|
set-font.patch
|
||||||
"
|
"
|
||||||
options="!strip !check" # No tests
|
options="!strip !check" # No tests
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
@ -57,7 +58,8 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
eeed4f861c664d88302ad59e2dca6d4167bbc487f5054477e303b5bc3a4a5e821d68c627007dcd3be8ce79d50b70201273ed76c63de13f2456abbe6d43703048 osk-sdl-0.67.tar.gz
|
d699069b7acc1af9ade87ba01b3c2e8e9556bf762ea95b8379ebc7309fcb14ce7972d1563b599dd72068d50ebac039304089fdeb3a2c7972c84c2abe94853098 osk-sdl-0.67.1.tar.gz
|
||||||
e1017bc0667756b82527d88f47a77e2f5a44e0769b5ccdea0c6c1f86bd3d0a1df9d9f5bbb224888748cfef5edc3375036a25099eb02c963302f155c3b2e8fefd osk-sdl.files
|
e1017bc0667756b82527d88f47a77e2f5a44e0769b5ccdea0c6c1f86bd3d0a1df9d9f5bbb224888748cfef5edc3375036a25099eb02c963302f155c3b2e8fefd osk-sdl.files
|
||||||
5e2de0da40f3b409cb01c388ab61e8072db30789af6f8a7fec817699dcb928b8aec25288fb1e59403e99769dec032f1b446bcc5f761d9a6504e238fa205281fd unlock.sh
|
5e2de0da40f3b409cb01c388ab61e8072db30789af6f8a7fec817699dcb928b8aec25288fb1e59403e99769dec032f1b446bcc5f761d9a6504e238fa205281fd unlock.sh
|
||||||
|
b4dfd5030603e35553dadb5617d27f4fbf1101daafee2cdc9ccff6e7570b5c853abee98c627fbd37927b2f6e10ebc1a5e0de20e8a61cd97b2c573a7a81447236 set-font.patch
|
||||||
"
|
"
|
||||||
|
|
13
main/osk-sdl/set-font.patch
Normal file
13
main/osk-sdl/set-font.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/osk.conf b/osk.conf
|
||||||
|
index 7fcf3ff..f4f306c 100644
|
||||||
|
--- a/osk.conf
|
||||||
|
+++ b/osk.conf
|
||||||
|
@@ -5,7 +5,7 @@ wallpaper = #000000
|
||||||
|
|
||||||
|
keyboard-background = #0E0E12
|
||||||
|
keyboard-map = us
|
||||||
|
-keyboard-font = /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf
|
||||||
|
+keyboard-font = /usr/share/fonts/dejavu/DejaVuSans.ttf
|
||||||
|
keyboard-font-size = 24
|
||||||
|
|
||||||
|
key-foreground = #FFFFFF
|
Loading…
Reference in a new issue