aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-23 16:23:06 +0900
committerOphestra <cat@gensokyo.uk>2026-05-23 16:23:06 +0900
commit57c6b84b60b027ea3b1ffb56615421e0ba97de01 (patch)
treee225f12ccb4f6fcdc8e4c5eedd1447cf7631636d /internal
parent4269627b4b4d8a7625707148762e1ade7bb96293 (diff)
internal/rosa/package: fontconfig
Required by foot. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/package/fontconfig.az37
1 files changed, 37 insertions, 0 deletions
diff --git a/internal/rosa/package/fontconfig.az b/internal/rosa/package/fontconfig.az
new file mode 100644
index 00000000..bdab719e
--- /dev/null
+++ b/internal/rosa/package/fontconfig.az
@@ -0,0 +1,37 @@
+package fontconfig {
+ description = "font configuration and customization library";
+ website = "https://www.freedesktop.org/wiki/Software/fontconfig";
+ anitya = 827;
+
+ version* = "2.18.0";
+ source = remoteGitLab {
+ domain = "gitlab.freedesktop.org";
+ suffix = "fontconfig/fontconfig";
+ ref = version;
+ checksum = "Z-yA7pFiE7cRDxZm32EHUPmeRx-lth2X6uw51aoeLi4BXwNm4iOWT13IGp3YSbNW";
+ };
+
+ exec = make {
+ generate = "NOCONFIGURE=1 ./autogen.sh";
+ };
+
+ inputs = [
+ automake,
+ libtool,
+ pkg-config,
+ gettext,
+ gperf,
+ gzip,
+ python,
+
+ zlib,
+ libexpat,
+ freetype,
+ ];
+
+ runtime = [
+ zlib,
+ libexpat,
+ freetype,
+ ];
+}