Skip to content
Snippets Groups Projects
Commit efd5b37a authored by achill (fossdd)'s avatar achill (fossdd) Committed by Natanael Copa
Browse files

community/vte3: depend on adwaita-fonts

vte3 uses gsettings-desktop-schemas' monospace-font value for the
terminal font name. Since gsettings-desktop-schemas 48 it's switched to
adwaita-fonts.

Link: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3618
Link: !81810
See-also: !81597 (comment 491422)
parent 38185ad0
No related branches found
No related tags found
1 merge request!81858community/vte3: depend on adwaita-fonts
Pipeline #310641 skipped
......@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=vte3
pkgver=0.80.0
pkgrel=1
pkgrel=2
pkgdesc="Virtual Terminal Emulator library"
url="https://gitlab.gnome.org/GNOME/vte"
arch="all"
license="LGPL-2.0-or-later"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-gtk4 $pkgname-lang $pkgname-profile"
depends="$pkgname-profile"
depends="adwaita-fonts $pkgname-profile"
makedepends="
bash
fast_float
......@@ -53,7 +53,7 @@ package() {
gtk4() {
pkgdesc="$pkgdesc (gtk4 component)"
depends="$pkgname-profile"
depends="adwaita-fonts $pkgname-profile"
amove usr/bin/vte-*-gtk4
amove usr/lib/libvte-*-gtk4.so.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment