Bug#1095147: fonts-cantarell: Provide a variable font
On Tue, Feb 4, 2025 at 9:36 AM Fabian Greffrath <fabian@debian.org> wrote:
> I will prepare a package and upoad it to experimental for the time
> being.
Maybe this patch will help? I briefly looked at this 2 months ago, but
I got distracted by other things I was working on.
Thank you,
Jeremy Bícha
From b3b458965f6f7ccfe595bdf5f1e9e1260e47f789 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Mon, 2 Dec 2024 11:51:18 -0500
Subject: [PATCH] Add Build-Depends: python3-statmake and switch to variable
font
Closes: #1095147
---
debian/control | 5 +++--
debian/rules | 4 +---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 6afbed9..a89ac35 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,13 @@ Uploaders:
Build-Depends:
debhelper-compat (= 13),
meson,
- pkg-config,
+ pkgconf
Build-Depends-Indep:
afdko-bin,
appstream,
fontmake,
- psautohint
+ psautohint,
+ python3-statmake,
Standards-Version: 4.7.0
Homepage: https://cantarell.gnome.org/
Vcs-Git: https://salsa.debian.org/fonts-team/fonts-cantarell.git
diff --git a/debian/rules b/debian/rules
index 1f441a6..0756cdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,4 @@ export PATH := $(PATH):/usr/libexec/afdko
override_dh_auto_configure:
dh_auto_configure -- \
-Dfontsdir=/usr/share/fonts/opentype/cantarell \
- -Duseprebuilt=false \
- -Dbuildstatics=true \
- -Dbuildvf=false
+ -Duseprebuilt=false
--
2.47.1
Reply to: