-
Notifications
You must be signed in to change notification settings - Fork 416
add font stix-otf #58651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
add font stix-otf #58651
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3ab7cef
add font stix-otf
anushkamittal20 38d0786
refactor for v1
anushkamittal20 f338c2e
refactor for v1
anushkamittal20 7af750c
add latest
anushkamittal20 ef03cd9
lint
anushkamittal20 414cf4c
add dep for aarch
anushkamittal20 f69e5bd
refactor
anushkamittal20 236f9a6
refactor
anushkamittal20 2c46ae8
Update font-stix-otf.yaml
anushkamittal20 8c3847e
refactor
anushkamittal20 daa32b4
refactor
anushkamittal20 9264855
lint
anushkamittal20 d943fc0
try
anushkamittal20 e9a9fc2
try
anushkamittal20 f0b27d9
try
anushkamittal20 8331ba2
refactor
anushkamittal20 5720490
Update font-stix-otf.yaml
anushkamittal20 70d4b05
arch specific
anushkamittal20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # cffsubr has issues when building on aarch64 | ||
| package: | ||
| name: font-stix-otf | ||
| version: 2.14 | ||
| epoch: 0 | ||
| description: stix-otf fonts | ||
| copyright: | ||
| - license: OFL-1.1 | ||
| target-architecture: | ||
| - x86_64 | ||
|
|
||
| environment: | ||
| contents: | ||
| packages: | ||
| - build-base | ||
| - busybox | ||
| - cmake-3 | ||
| - libxml2-dev | ||
| - py3-pip | ||
| - python-3.12 | ||
| - python-3.12-dev | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/stipub/stixfonts | ||
| tag: v${{package.version}} | ||
| expected-commit: de537a95240e0105546bed58e15b4a61be28cd89 | ||
|
|
||
| - runs: | | ||
Dentrax marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| python3 -m venv venv | ||
| source venv/bin/activate | ||
| pip3 install -r requirements.txt | ||
| python tools/tirobuild.py STIXbuild.yml | ||
| mkdir -p "${{targets.contextdir}}/usr/share/fonts/stix-fonts/" | ||
| mv ./output/STIXbuild/STIXTwoMath/OTF/* "${{targets.contextdir}}/usr/share/fonts/stix-fonts/" | ||
| mv ./output/STIXbuild/STIXTwoText/OTF/* "${{targets.contextdir}}/usr/share/fonts/stix-fonts/" | ||
|
|
||
| update: | ||
| enabled: false | ||
| exclude-reason: The build process is broken in 2.14 and we will need to keep an eye out for when there is a new release. | ||
|
|
||
| test: | ||
| pipeline: | ||
| - uses: test/fonts | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.