File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : font-noto
3
3
version : " 2025.03.01"
4
- epoch : 0
4
+ epoch : 1
5
5
description : Noto fonts
6
6
dependencies :
7
7
runtime :
@@ -214,3 +214,8 @@ update:
214
214
strip-prefix : noto-monthly-release-
215
215
use-tag : true
216
216
tag-filter : noto-monthly-release-
217
+
218
+ test :
219
+ pipeline :
220
+ - runs : |
221
+ apk -L ${{package.name}} | grep "\.ttf$" | xargs -i fc-scan {}
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : font-util
3
3
version : 1.4.1
4
- epoch : 2
4
+ epoch : 3
5
5
description : X.org font utilities
6
6
copyright :
7
7
- license : LicenseRef-xorg-font-util
@@ -52,3 +52,18 @@ update:
52
52
enabled : true
53
53
release-monitor :
54
54
identifier : 15055
55
+
56
+ test :
57
+ environment :
58
+ contents :
59
+ packages :
60
+ - git
61
+ pipeline :
62
+ - runs : |
63
+ # TODO: To actually test this, we'd need some bdf fonts, from somewhere like: https://github.com/IT-Studio-Rech/bdf-fonts
64
+ bdftruncate 2>&1 | grep "^Usage:"
65
+ ucs2any 2>&1 | grep "^Usage:"
66
+ # Fetch some bdf fonts and operate on them (using the examples in the helper usage)
67
+ git clone --depth=1 https://github.com/IT-Studio-Rech/bdf-fonts
68
+ ucs2any bdf-fonts/6x13.bdf /usr/share/fonts/X11/util/map-ISO8859-1 iso8859-1
69
+ bdftruncate 0x3200 <bdf-fonts/6x13.bdf >bdf-fonts/6x13t.bdf
You can’t perform that action at this time.
0 commit comments