From fed6cce88d150feae59544b21eabb5cd113928ce Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Fri, 30 Oct 2020 00:48:40 +0300 Subject: [PATCH] main/postmarketos-ui-plasma-mobile: Add a font with special characters (MR 1662) The characters (e.g. 'fullwidth asterisk') are used in plasma-dialer. --- main/postmarketos-ui-plasma-mobile/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 3e291e99f..095af3166 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-mobile pkgver=3 -pkgrel=4 +pkgrel=5 pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807 @@ -51,6 +51,7 @@ _pmb_recommends="breeze-gtk postmarketos-hidden-desktop-entries qmlkonsole spacebar + ttf-droid-nonlatin xdg-user-dirs " install="$pkgname.post-install $pkgname.post-upgrade"