Convert a set of bdf or pcf fonts in a bitmap only sfnt (otb).
https://gitlab.freedesktop.org/xorg/app/fonttosfnt
---
testing/fonttosfnt/APKBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 testing/fonttosfnt/APKBUILD
diff --git a/testing/fonttosfnt/APKBUILD b/testing/fonttosfnt/APKBUILD
new file mode 100644
index 0000000000..dd5bc3f598
--- /dev/null+++ b/testing/fonttosfnt/APKBUILD
@@ -0,0 +1,23 @@
+# Maintainer: VÖRÖSKŐI András <voroskoi@gmail.com>+pkgname="fonttosfnt"+pkgver="1.1.0"+pkgrel=0+pkgdesc="Convert a set of bdf or pcf fonts in a bitmap only sfnt (otb)."+url="https://gitlab.freedesktop.org/xorg/app/fonttosfnt"+arch="all"+license="MIT"+makedepends="freetype-dev xproto libfontenc-dev"+options="!check" # Check is empty+subpackages=$pkgname-doc+source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"++build() {+ ./configure --prefix=/usr+ make+}++package() {+ make DESTDIR="$pkgdir" install+}++sha512sums="f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173 fonttosfnt-1.1.0.tar.bz2"
--
2.24.1
[PATCH 2/2] main/terminus-font: Add pango >=1.44 support
On Thu Mar 26, 2020 at 9:29 PM, VÖRÖSKŐI András wrote:
> Pango dropped FreeType support for HarfBuzz, with do not support bdf/pcf> fonts.
Which do not support*
> depends=""> depends_dev=""
Please remove these
> install=""
and these
> ln -s ../conf.avail/75-yes-terminus.conf . || return 1
remove the || return 1
> + rm $pkgdir/usr/share/fonts/misc/ter-*.pcf.gz || return 1
remove the || return 1
[PATCH 2/2] v2 main/terminus-font: Add pango >=1.44 support