Skip to content

Commit

Permalink
Undeprecate and Deprecate fonts
Browse files Browse the repository at this point in the history
**Summary**

- Undeprecate font-firago
- Deprecate :
    - font-firago-otf
    - font-firago-ttf
    - font-weather-icons-otf
	- font-weather-icons-ttf

Only land this PR after #4263 and #4264 get merged.
  • Loading branch information
malfisya committed Nov 6, 2024
1 parent 98f8f84 commit 913f900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion repo_data/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,6 @@
<Package>python-pyls-black</Package>
<Package>python3-jedi</Package>
<Package>python3-jedi-dbginfo</Package>
<Package>font-firago</Package>
<Package>font-ibm-plex</Package>
<Package>vte2-docs</Package>
<Package>gst-python-0.10</Package>
Expand Down Expand Up @@ -2727,5 +2726,9 @@
<Package>rpi-imager-dbginfo</Package>
<Package>barrier</Package>
<Package>barrier-dbginfo</Package>
<Package>font-firago-otf</Package>
<Package>font-firago-ttf</Package>
<Package>font-weather-icons-otf</Package>
<Package>font-weather-icons-ttf</Package>
</Obsoletes>
</PISI>
7 changes: 6 additions & 1 deletion repo_data/distribution.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,6 @@
<Package>python3-jedi-dbginfo</Package>

<!-- Replaced with split otf and ttf packages -->
<Package>font-firago</Package>
<Package>font-ibm-plex</Package>

<!-- Old orphan package -->
Expand Down Expand Up @@ -3640,5 +3639,11 @@
<!-- barrier is dead upstream -->
<Package>barrier</Package>
<Package>barrier-dbginfo</Package>

<!-- Only ship .otf file to fix appstream metainfo generation -->
<Package>font-firago-otf</Package>
<Package>font-firago-ttf</Package>
<Package>font-weather-icons-otf</Package>
<Package>font-weather-icons-ttf</Package>
</Obsoletes>
</PISI>

0 comments on commit 913f900

Please sign in to comment.