From 4f16edac7abf960f7255a55149abb8f6dcfd255f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duje=20Mihanovi=C4=87?= Date: Mon, 12 Jul 2021 16:14:53 +0200 Subject: [PATCH] main/postmarketos-base-ui: Add ttf-dejavu to dependencies (MR 2341) This package used to be installed through osk-sdl, but now osk-sdl is only installed when FDE is enabled, and so when it is not enabled the system has no fonts to use, which means UIs like Sway and Weston have broken fonts. This commit fixes the issue. [ci:skip-build] already built successfully in CI --- main/postmarketos-base-ui/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-base-ui/APKBUILD b/main/postmarketos-base-ui/APKBUILD index d93d1de8f..169ec6626 100644 --- a/main/postmarketos-base-ui/APKBUILD +++ b/main/postmarketos-base-ui/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Clayton Craft pkgname=postmarketos-base-ui pkgver=2 -pkgrel=0 +pkgrel=1 pkgdesc="Meta package for minimal postmarketOS UI base" url="https://postmarketos.org" arch="noarch" @@ -13,6 +13,7 @@ depends=" nftables postmarketos-base shadow + ttf-dejavu util-linux wpa_supplicant wireless-regdb